]> granicus.if.org Git - clang/shortlog
clang
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()...
2018-05-25 George Burgess IVFix typo + reflow comment; NFC
2018-05-25 Craig Topper[X86] Add const to another builtin that was missed...
2018-05-25 Craig Topper[X86] Correct the target features on two avx512bw built...
2018-05-25 Paul RobinsonRevert "[DebugInfo] Don't bother with MD5 checksums...
2018-05-25 Craig Topper[X86] Mark a few more builtins const that were missed...
2018-05-25 Bob WilsonSupport Swift calling convention for PPC64 targets
2018-05-25 Paul Robinson[DebugInfo] Don't bother with MD5 checksums of preproce...
2018-05-25 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-25 Stephane SezerConvert clang-interpreter to ORC JIT API
2018-05-25 Alexey Bataev[OPENMP, NVPTX] Fixed codegen for orphaned parallel...
2018-05-25 JF BastienFollow-up fix for nonnull atomic non-member functions
2018-05-25 Jonas Hahnfeld[Sema] Add tests for weak functions
2018-05-25 Kristof Umann[analyzer] Added a getLValue method to ProgramState...
2018-05-25 Ivan DonchevskiiFix members initialization order in constructor (fails...
2018-05-25 Kristof Umann[analyzer] Added template argument lists to the Pathdia...
2018-05-25 Ivan DonchevskiiOptionally add code completion results for arrow instea...
2018-05-25 Gabor Marton[ASTImporter] Fix ClassTemplateSpecialization in wrong DC
2018-05-25 Gabor Buella[x86] invpcid intrinsic
2018-05-25 JF BastienMake atomic non-member functions as nonnull
2018-05-24 Richard SmithImprove diagonstic for braced-init-list as operand...
2018-05-24 Richard SmithSwitch a couple of users of LangOpts::GNUMode to the...
2018-05-24 Richard SmithImprove diagnostics for config mismatches with -fmodule...
2018-05-24 Craig Topper[X86] Fix a bad cast in _mm512_mask_abs_epi32 and _mm51...
next