]> granicus.if.org Git - clang/shortlog
clang
2015-12-29 Richard SmithTeach typo correction to properly handle mapping declar...
2015-12-29 James Y Knight[TrailingObjects] Convert AST classes that had a ASTTem...
2015-12-29 Devin Coughlin[analyzer] Nullability: allow cast to _Nonnull to suppr...
2015-12-29 James Y Knight[TrailingObjects] Use a different technique to determin...
2015-12-29 David Majnemer[MS ABI] Implement a mangling for _Atomic types
2015-12-29 David Majnemer[MS ABI] Cleanup our mangling of vector types
2015-12-29 David Majnemer[MS ABI] Cleanup the mangling of artifical types
2015-12-29 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as propert...
2015-12-29 Marina Yatsina[ms inline asm] Add support for label names with '...
2015-12-29 James Y KnightRevert "[TrailingObjects] Use a different technique...
2015-12-29 James Y Knight[TrailingObjects] Use a different technique to determin...
2015-12-29 Richard SmithRevert r93378, which is incorrect but currently unobser...
2015-12-28 Eric ChristopherFix up a comment and a bit of trailing whitespace.
2015-12-28 Devin CoughlinSmall refactoring in CheckerContext::isCLibraryFunction...
2015-12-28 Eric ChristopherWe check for dwarf 5 in the backend, so go ahead and...
2015-12-28 Serge PavlovDo not crash if class is defined in wrong scope.
2015-12-28 Eric ChristopherComment and reorganize some of the target feature optio...
2015-12-28 Eric ChristopherFix up comment in header.
2015-12-28 Serge PavlovAvoid crash when dumping LocInfoType.
2015-12-28 Aaron BallmanSilence enumeral and non-enumeral type in conditional...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Michael Kuperstein[X86] Better support for the MCU psABI (clang part)
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Daniel Jasperclang-format: Fix incorrect function type detection.
2015-12-28 Alexey Bataev[OPENMP 4.5] Sema/parsing support for extended format...
2015-12-28 Alexey Bataev[OPENMP 4.5] Do not allow 'linear' clause along with...
2015-12-27 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-27 Yaron KerenConstify NestedNameSpecifier::dump and add a no-argumen...
2015-12-27 Dimitry AndricOn {mips,mipsel,mips64,mips64el}-freebsd, we need to...
2015-12-27 Dimitry AndricFix C++ support on recent DragonFly BSD releases
2015-12-27 David MajnemerArrayRef-ize TemplateParameterList. NFC
2015-12-27 Dimitry AndricFor FreeBSD on mips, pass -G options to the linker
2015-12-27 NAKAMURA TakumiPrune the feature "tls". No one is using it since TLS...
2015-12-25 NAKAMURA TakumiSema.h: Prune '\param NumExprs' corresponding to r25640...
2015-12-25 Alexey Bataev[OPENMP] Do not allow to use threadprivate or thread...
2015-12-25 Daniel Jasperclang-format: [TableGen] Support ;-less include lines.
2015-12-25 Craig TopperRevert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers...
2015-12-24 Craig Topper[Sema] ArrayRef-ize SubstExprs. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ParseObjCStringLiteral and CodeComp...
2015-12-24 Ekaterina RomanovaSome minor correction based on David Blaikie post-commi...
2015-12-24 Sanjay Patelfix test that depends on LLVM optimizations
2015-12-24 Sanjay Pateluse auto for obvious type; NFC
2015-12-24 Marina Yatsina[X86][ms-inline asm] Test case for adding support for...
2015-12-24 Benjamin KramerReplace llvm::utostr calls in Twine context with Twines...
2015-12-24 James Y Knight[TrailingObjects] Convert ASTTemplateKWAndArgsInfo...
2015-12-24 Craig Topper[StaticAnalyzer] Use front() and back() instead of...
2015-12-23 Yaron KerenReplace isa+cast with dyn_cast and obey the no else...
2015-12-23 Daniel Jasperclang-format: Lower penalty for breaking between array...
2015-12-23 Daniel Jasperclang-format: Fix incorrect pointer detection.
2015-12-23 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-23 Craig Topper[Sema] Make an enum local to the only method that uses...
2015-12-23 Craig Topper[Sema] Use available enum types instead of integers...
2015-12-22 Nico WeberDisable include sorting by default for Chromium style.
2015-12-22 Adrian PrantlDocument that we recommend to turn off -gmodules when...
2015-12-22 Nico WeberMake wasm-toolchain.c test pass on Windows.
2015-12-22 Samuel Benzaquen[ASTMatchers] Fix typo in booleanType() doc.
2015-12-22 Samuel Benzaquen[ASTMatchers] Add booleanType() matcher.
2015-12-22 Daniel Jasperclang-format: [JS] Support arrays of object-type literals.
2015-12-22 Daniel Jasperclang-format: [JS] Conservatively introduce column...
2015-12-22 Daniel Jasperclang-format: [JS] "operator" is not a keyword in Java...
2015-12-22 Anastasia Stulova[OpenCL] Fix atomic Builtins check for address spaces...
2015-12-22 Daniel Sanders[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.
2015-12-22 Alexey Bataev[OPENMP] Revert r256238 to fix the problem with tests...
2015-12-22 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-22 Eric ChristopherPull out a bunch of duplicated option handling code...
2015-12-22 Eric ChristopherUse -no-canonical-prefixes to make sure binaries names...
2015-12-21 Dan Gohman[WebAssembly] Remove the -target command-line flag...
2015-12-21 David Majnemer[clang-cl] Add support for /Brepro
2015-12-21 James Y KnightTweak myriad-toolchain test.
2015-12-21 Vedant KumarReapply "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant KumarRevert "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant Kumar[CodeGen] Fix assignments of inline layouts into the...
2015-12-21 Daniel Jasperclang-format: Properly set the BlockKind for more blocks.
2015-12-21 Daniel Jasperclang-format: Only consider the first #include that...
2015-12-21 Daniel Jasperclang-format: [JS] Change Google-style default for...
2015-12-21 Daniel Jasperclang-format: Only try to find the "main" include in...
2015-12-21 Alexander Kornienko[scan-view] replace deprecated optparse with argparse
2015-12-21 Daniel Jasperclang-format: Extend detection of the "main" #include...
2015-12-21 James Molloy[Driver] Pass -O* to the gold plugin via -plugin-opt
2015-12-21 Craig Topper[Sema] Use range-based for loops. NFC
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
2015-12-20 Michael Kuperstein[X86] Add missing m64/int64 conversions
2015-12-20 Michael Kuperstein[X86] Add signed aliases for popcnt intrinsics
2015-12-19 Paul RobinsonDriver part of debugger tuning.
2015-12-19 Chris BienemanRevert "[CMake] Support a simple case for bootstrap...
2015-12-19 Richard SmithTest for diagnostic quality improvement in r256049.
2015-12-19 Richard SmithFix crash-on-invalid if a :: is followed by two or...
2015-12-19 Paul RobinsonRecommit CC1 part of debugger tuning; pass through...
2015-12-19 Eric ChristopherUse a command line alias to remove the need to rewrite...
2015-12-19 Chris Bieneman[CMake] Fixing a typo in a flag
2015-12-19 Chris Bieneman[CMake] Support a simple case for bootstrap builds...
2015-12-19 Paul RobinsonRevert r256063, it's killing clang-tools-extra
2015-12-18 Paul RobinsonCC1 part of debugger tuning; pass through setting from...
2015-12-18 Chris Bieneman[CMake] PGO training data
next