]> granicus.if.org Git - clang/shortlog
clang
2018-06-05 Yaxun Liu[CUDA][HIP] Do not emit type info when compiling for...
2018-06-05 Jeremy MorseDetect an incompatible VLA pointer assignment
2018-06-05 Craig Topper[X86] Mark all the builtins and intrinsics that require...
2018-06-05 Petr Hosek[Driver][Fuchsia] Pass LTO flags to linker
2018-06-05 Reid KlecknerReimplement the bittest intrinsic family as builtins...
2018-06-05 Matt Morehouse[clang-proto-fuzzer] Refactored LLVMFuzzerInitialize...
2018-06-04 Teresa Johnson[ThinLTO] Add testing of new summary index format to...
2018-06-04 Reid KlecknerRevert r333791 "Cap "voluntary" vector alignment at...
2018-06-04 David BlaikieUpdate for an LLVM header file move
2018-06-04 Artem Dergachev[analyzer] Re-enable constructors when lifetime extensi...
2018-06-04 Craig Topper[X86] Avoid passing _mm_undefined* to builtin_shuffleve...
2018-06-04 Artem Dergachev[CFG] Fix automatic destructors when a member is bound...
2018-06-04 Heejin AhnRemove llvm::Triple argument from get***Personality...
2018-06-04 Leonard ChanThis diff includes changes for supporting the following...
2018-06-04 Mikhail R.... [analyzer] False positive refutation with Z3
2018-06-04 Mikhail R.... Created a tiny SMT interface and make Z3ConstraintMana...
2018-06-04 Roman Lebedev[clang][tooling] Don't forget to link to clangToolingIn...
2018-06-04 Eric LiuReland "Move #include manipulation code to new lib...
2018-06-04 Craig Topper[X86] Fix a couple places that were using macro argumen...
2018-06-04 Mikhail R.... Moved RangedConstraintManager header to the StaticAnaly...
2018-06-03 Craig Topper[X86] Remove superfluous escaped new lines from intrins...
2018-06-03 Craig Topper[X86] Explicitly make the arguments to __slwpcb intrins...
2018-06-03 Craig Topper[X86] Replace __builtin_ia32_vbroadcastf128_pd256 and...
2018-06-03 Craig Topper[X86] Pass ArrayRef instead of SmallVectorImpl& to...
2018-06-03 Craig TopperRevert r333848 "[X86] Pass ArrayRef instead of SmallVec...
2018-06-03 Craig Topper[X86] Pass ArrayRef instead of SmallVectorImpl& to...
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.
next