]> granicus.if.org Git - clang/shortlog
clang
2018-06-03 Craig Topper[X86] When emitting masked loads/stores don't check...
2018-06-03 Craig Topper[X86] Mark the pointer arguments to expandload builtins...
2018-06-03 Fangrui Songclang-interpreter: Add missing LLVM component Object
2018-06-02 Ivan A. Kosarev[NEON] Support VLD1xN intrinsics in AArch32 mode (Clang...
2018-06-02 Leonard ChanRevert "This diff includes changes for supporting the...
2018-06-02 Leonard ChanThis diff includes changes for supporting the following...
2018-06-02 Shoaib Meenai[cmake] Support LLD for CLANG_ORDER_FILE
2018-06-02 Shoaib Meenai[cmake] Use LLVM's check_linker_flag
2018-06-01 Eric FiselierAdd Features.def to module map
2018-06-01 John McCallCap "voluntary" vector alignment at 16 for all Darwin...
2018-06-01 Craig Topper[X86] Rewrite avx512vbmi unmasked and maskz macro intri...
2018-06-01 Vedant Kumar[Coverage] Remove a test dependency on the itanium ABI
2018-06-01 Nico WeberRemove redundant -fno-coverage-mapping added in r333761...
2018-06-01 Nico Weberclang-cl: Expose -no-canonical-prefixes
2018-06-01 Jonas Hahnfeld[OpenMP] Fix typo in NVPTX linker, NFC.
2018-06-01 Erich KeaneFix unused variable warning from r333718
2018-06-01 Erich Keane[OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL...
2018-06-01 Ilya Biryukov[CodeComplete] Add a few extra tests for r333538. NFC
2018-06-01 Martin Storsjo[X86] Remove leftover semicolons at end of macros
2018-06-01 Artem Dergachev[analyzer] NFC: Track all constructed objects in a...
2018-06-01 Bruno Cardoso... [Modules] Warning for module declarations lacking ...
2018-06-01 Heejin Ahn[WebAssembly] Hide new Wasm EH behind its feature flag
2018-06-01 Vedant Kumar[Coverage] End deferred regions before labels, fixes...
2018-06-01 Dan Gohman[WebAssembly] Update to the new names for the memory...
2018-05-31 Dominic Chen[analyzer] fix bug with 1-bit APSInt types in Z3Constra...
2018-05-31 Heejin Ahn[WebAssembly] Use Windows EH instructions for Wasm EH
2018-05-31 Reid KlecknerFix null MSInheritanceAttr deref in CXXRecordDecl:...
2018-05-31 Artem Dergachev[analyzer] Annotate ProgramState update methods with...
2018-05-31 Peter CollingbourneIRGen: Write .dwo files when -split-dwarf-file is used...
2018-05-31 Artem Dergachev[analyzer] Improve performance of the SVal simplificati...
2018-05-31 Artem Dergachev[analyzer] Improve performance of the SVal simplificati...
2018-05-31 Aditya KumarAdd dump method for selectors
2018-05-31 Aaron BallmanAdd a new driver mode to dump compiler feature and...
2018-05-31 David Stenberg[Driver] Clean up tmp files when deleting Compilation...
2018-05-31 Craig Topper[X86] Make 512-bit unmasked load/store builtins more...
2018-05-31 Tim Shen[X86] Fix wrong intrinsic semantic.
2018-05-31 Craig Topper[X86] Fix some places where macro arguments to intrinsi...
2018-05-31 Craig Topper[X86] Remove __extension__ from macro intrinsics when...
2018-05-31 George Karpenkov[analyzer] Trust _Nonnull annotations, and trust analyz...
2018-05-30 Vedant Kumar[Coverage] Discard the last uncompleted deferred region...
2018-05-30 Richard Smith[www] Update C++ status to cover P0620.
2018-05-30 Craig Topper[X86] Use C style comments in intrinsic headers for...
2018-05-30 Peter CollingbourneIRGen: Rename bitsets -> type metadata. NFC.
2018-05-30 Peter CollingbourneAST: Remove an unused ctor. NFC.
2018-05-30 Richard SmithPR37631: verify that a member deduction guide has the...
2018-05-30 Peter CollingbourneAST: Remove an unused function. NFC.
2018-05-30 Eric ChristopherAdd fopen to the list of builtins that we check and...
2018-05-30 Craig Topper[X86] Add __extension__ to a bunch of places in our...
2018-05-30 Richard SmithPR34520: after instantiating a non-templated member...
2018-05-30 Richard SmithAs discussed with SG10, bump version of __cpp_deduction...
2018-05-30 Joel E. Denny[AST] Fix loss of enum forward decl from decl context
2018-05-30 Craig Topper[X86] Simplify the implementation of _mm_sqrt_ss, _mm_r...
2018-05-30 Craig Topper[X86] Reduce the number of setzero intrinsics to just...
2018-05-30 Craig Topper[X86] Remove 'return' from a bunch of intrinsics that...
2018-05-30 Gabor Buella[X86] Lowering FMA intrinsics to native IR (Clang part)
2018-05-30 Ben Hamilton[clang-format/ObjC] Correctly parse Objective-C methods...
2018-05-30 Sam McCallRevert "Update NRVO logic to support early return"
2018-05-30 Jacek OlesiakRevert "[clang-format] Fix putting ObjC message argumen...
2018-05-30 Ilya Biryukov[Sema] Don't skip function bodies with 'auto' without...
2018-05-30 Eric LiuRevert "Reland "Move #include manipulation code to...
2018-05-30 Eric LiuReland "Move #include manipulation code to new lib...
2018-05-30 Henry Wong[analyzer] Remove the redundant check about same state...
2018-05-30 Mikhail R.... Fix a (possible) division by zero check in the CmpRuns...
2018-05-30 Gabor Marton[ASTImporter] Corrected lookup at import of templated...
2018-05-30 Hans WennborgAdd missing curly from r333509
2018-05-30 Sam McCallFix -Wunused in NDEBUG introduced by HIP r333484
2018-05-30 Simon TathamSupport __iso_volatile_load8 etc on aarch64-win32.
2018-05-30 Daniel Cederman[Sparc] Add floating-point register names
2018-05-30 Craig Topper[X86] Remove masking from the AVX512VNNI builtins....
2018-05-30 Peter CollingbourneProtect a clang-cl file path with --.
2018-05-30 Taiju TsuikiUpdate NRVO logic to support early return
2018-05-30 Peter CollingbourneSema: Add a flag for rejecting member pointers with...
2018-05-30 Craig Topper[X86] Fix the names of a bunch of icelake intrinsics.
2018-05-30 Eric FiselierFix test failure after r333485. Try 2.
2018-05-30 Richard SmithMake the mangled name collision diagnostic a bit more...
2018-05-30 Eric FiselierFix test failure after r333485.
2018-05-30 Richard Trieu[ODRHash] Support FunctionTemplateDecl in records.
2018-05-30 Eric Fiselier[Sema] Use %sub to cleanup overload diagnostics
2018-05-30 Yaxun LiuAdd HIP toolchain
2018-05-30 Yaxun LiuAdd action builder for HIP
2018-05-30 Richard SmithRevert r332839.
2018-05-29 Richard TrieuCheck pointer null-ness before dereferencing it.
2018-05-29 Petr Hosek[Driver] Rename DefaultTargetTriple to TargetTriple
2018-05-29 Akira Hatanaka[CodeGen][Darwin] Set the calling-convention of thread...
2018-05-29 Craig Topper[X86] Tag some 128/256 load/store instructions as requi...
2018-05-29 Nico Weberadd test for r332053
2018-05-29 Rafael Stahl[analyzer] const init: handle non-explicit cases more...
2018-05-29 David StenbergFix emission of phony dependency targets when adding...
2018-05-29 Rafael StahlTesting commit access with whitespace change.
2018-05-29 Craig Topper[X86] Merge the 3 different flavors of masked vpermi2va...
2018-05-29 Shiva Chen[RISCV] Add -mrelax/-mno-relax flags to enable/disable...
2018-05-28 Gor Nishanov[coroutines] Pass implicit object parameter to promise...
2018-05-28 Mikhail R.... Introduces --stats-only option to only show changes...
2018-05-27 Fangrui Song[DebugInfo] Fix typo. NFC
2018-05-26 Craig TopperRevert r333347 "[X86] Rewrite the max and min reduction...
2018-05-26 Craig Topper[X86] Remove mask from avx512ifma builtins. Use a selec...
2018-05-26 Craig Topper[X86] Rewrite the max and min reduction intrinsics...
2018-05-26 David Bolvansky[ClangDiagnostics] Silence warning about fallthrough...
2018-05-26 George Burgess IVTest commit; please ignore.
2018-05-26 Artem Dergachev[analyzer] Add security checks for bcmp(), bcopy()...
next