]> granicus.if.org Git - clang/shortlog
clang
2016-01-28 NAKAMURA TakumiRevert r258951 (and r258950), "Refactor backend diagnos...
2016-01-28 George Burgess IV[Sema] Make extended vectors of `bool` an error.
2016-01-27 Mike Aizatsky[sancov] sancov tool documentation
2016-01-27 Evgeniy StepanovStrengthen cfi-check-fail test.
2016-01-27 Tim NorthoverARMv7k: simplify logic for deciding sjlj-exceptions.
2016-01-27 Daniel Jasperclang-format: [Java] Remove unnecessary line break...
2016-01-27 Manman RenClass Property: create accessors (class methods) for...
2016-01-27 Manman RenClass Property: handle class properties.
2016-01-27 Tim NorthoverARMv7k: select ABI based on v7k Arch rather than watcho...
2016-01-27 John McCallEmit calls to objc_unsafeClaimAutoreleasedReturnValue...
2016-01-27 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-27 Chris BienemanAdding back in a test that I inadvertently removed...
2016-01-27 Benjamin KramerUpdate for LLVM change.
2016-01-27 Daniel MarjamakiFix array index out of bounds
2016-01-27 Yunzhong GaoAdding a test for PR25717.
2016-01-27 Devin Coughlin[analyzer] ObjCDeallocChecker: Only operate on classes...
2016-01-27 James Y KnightRevert "Change of UserLabelPrefix default value from...
2016-01-26 Devin Coughlin[analyzer] Body farm: Look for property ivar in shadowi...
2016-01-26 Artem Belevich[CUDA] Implemented device-side support functions in...
2016-01-26 David Majnemer[WinEH] Annotate calls to __RTtypeid with a funclet...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Yunzhong GaoDo not define GXX_RTTI macro for C.
2016-01-26 David Majnemer[MS ABI] Allow a member pointers' converted type to...
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-26 Manman RenClass Property: parse property attribute (class).
2016-01-26 Arpith Chacko... [OpenMP] Parsing + sema for target parallel directive.
2016-01-26 Manman RenUse instance_properties instead of properties. NFC.
2016-01-26 Justin Lebar[CUDA] Add -fcuda-allow-variadic-functions.
2016-01-26 Arpith Chacko... [OpenMP] Parsing + sema for defaultmap clause.
2016-01-26 Chad RosierRevert "[Driver] Make sure -fno-math-builtin option...
2016-01-26 Chad Rosier[Driver] Make sure -fno-math-builtin option is being...
2016-01-26 Chad Rosier[Driver] Update FIXME comment now that PR4941 has been...
2016-01-26 Alexey Bataev[OPENMP 4.5] Allow arrays in 'reduction' clause.
2016-01-26 Matt ArsenaultAMDGPU: Add amdgcn cube builtins
2016-01-26 Xiuli PanRecommit: R258773 [OpenCL] Pipe builtin functions
2016-01-26 Richard TrieuFix -Wnull-conversion for long macros.
2016-01-26 Ehsan AkhgariRecommit the test for r258720 using -###
2016-01-26 David MajnemerRevert "[OpenCL] Pipe builtin functions"
2016-01-26 Xiuli Pan[OpenCL] Pipe builtin functions
2016-01-26 Ehsan AkhgariRevert the test for r258720 temporarily
2016-01-26 David Majnemer[Sema] Remove stray semicolons.
2016-01-26 David Majnemer[Sema] Incomplete types are OK for covariant returns
2016-01-26 David Majnemer[MS Compat] Don't crash if __GetExceptionInfo is in...
2016-01-25 Evgeniy StepanovFix use of constexpr std::pair that's not in C++11.
2016-01-25 Evgeniy Stepanov[cfi] Cross-DSO CFI diagnostic mode (clang part)
2016-01-25 Justin Lebar[CUDA] Add -target to cuda-constructor-alias.cu test...
2016-01-25 Manman RenUpdate comments to match the implementation.
2016-01-25 Justin Lebar[CUDA] Don't generate aliases for static extern "C...
2016-01-25 Justin Lebar[CUDA] Disable ctor/dtor aliases in device code.
2016-01-25 Manman RenMove ObjCPropertyDecl to before ObjCContainerDecl.
2016-01-25 Ehsan Akhgari[MSVC Compat] Only warn for unknown clang-cl arguments
2016-01-25 Paul RobinsonLTO via the gold plugin needs to be told about debugger...
2016-01-25 Rafael EspindolaPass --wrap=pthread_create to linker for -fsplit-stack.
2016-01-25 Benjamin KramerFix printing of types in initializers with suppressed...
2016-01-25 Daniel Marjamaki[Sema] Improve constness
2016-01-25 Alexey BataevAllow capture typedefs/type aliases for VLAs in lambdas...
2016-01-25 Alexey BataevFixed processing of GNU extensions to C99 designated...
2016-01-24 Betul Buyukkurt[PGO] Windows buildbot failure fix. [NFC]
2016-01-23 Betul BuyukkurtClang changes for value profiling
2016-01-23 Justin Lebar[CUDA] Disallow variadic functions other than printf...
2016-01-23 Justin Lebar[CUDA] Make printf work.
2016-01-23 Justin Lebar[CUDA] Reject the alias attribute in CUDA device code.
2016-01-23 Justin Lebar[CUDA] Use Triple::isNVPTX() instead of enumerating...
2016-01-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-23 NAKAMURA TakumiSemaOpenMP.cpp: Fix a warning in r258543. [-Wunused...
2016-01-23 Evgeniy Stepanov[cfi] Do not emit bit set entry for available_externall...
2016-01-23 Devin Coughlin[analyzer] SATestBuild.py: Remove html and log when...
2016-01-23 Anna Zaks[analyzer] Fixup r258572 Utility to match function...
2016-01-22 Adrian PrantlModule Debugging: Canonicalize the file names used...
2016-01-22 Aaron BallmanProperly encode the < entity; it was missing the...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-22 Gabor Horvath[analyzer] Utility to match function calls.
2016-01-22 Matt ArsenaultAMDGPU: Add barrier builtin
2016-01-22 Matt ArsenaultAMDGPU: Rename builtins to use amdgcn prefix
2016-01-22 Adrian PrantlModule debugging: Create a parent DIModule with the...
2016-01-22 Samuel Antao[OpenMP] Remove '#if 1' hanging in target_map_messages...
2016-01-22 Samuel Antao[OpenMP] Update map clause SEMA to support OpenMP 4...
2016-01-22 Adrian PrantlFix the build by using the correct suffix for 64 bit...
2016-01-22 Ehsan Akhgari[MSVC Compat] Accept elided commas in macro function...
2016-01-22 Adrian PrantlRephrase this test to help debug a buildbot issue
2016-01-22 Yaron KerenMerge templated static member variables, fixes http...
2016-01-22 Adrian PrantlFix a typo in r258507 and change the PCH dwoid constant...
2016-01-22 Adrian PrantlFix 80-column violations.
2016-01-22 Devin Coughlin[analyzer] SATestBuild.py: Handle spaces in path passed...
2016-01-22 Adrian PrantlModule Debugging: Use a nonzero DWO id for precompiled...
2016-01-22 David Majnemer[MSVC Compat] Don't provide /volatile:ms semantics...
2016-01-22 Nico WeberTry to pacify MSVC.
2016-01-22 Andrey BokhankoChange of UserLabelPrefix default value from "_" to ""
2016-01-22 Nico WeberLet RecursiveASTVisitor visit array index VarDecls
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target exit data...
2016-01-22 Nico WeberReplace some tabs with spaces.
2016-01-22 Alexey Bataev[OPENMP] Generalize codegen for 'sections'-based directive.
2016-01-22 Devin Coughlin[analyzer] Update SATestBuild.py to handle spaces in...
2016-01-22 Ekaterina Romanova2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were...
2016-01-22 Alexey Samsonov[Docs] Slightly update LSan documentation.
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target enter data...
2016-01-22 Devin Coughlin[analyzer] Suppress nullability warning for defensive...
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target directive.
2016-01-22 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-22 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
next