]> granicus.if.org Git - clang/shortlog
clang
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...
2018-05-24 Ben Langmuir[bash-completion] Fix tab separation on macOS
2018-05-24 Eric LiuDisable an in-memory vfs file path test on windows.
2018-05-24 Mikhail R.... [analyzer] Move RangeSet related declarations into...
2018-05-24 Eric Liu[VFS] Implement getRealPath in InMemoryFileSystem.
2018-05-24 Jacek Olesiak[clang-format] Fix putting ObjC message arguments in...
2018-05-24 Hans WennborgFix ASTImporterTest on Windows after r333082
2018-05-24 Gabor Marton[ASTImporter] Add unit tests for structural equivalence
2018-05-24 Gabor Buella[X86] NFC Include immintrin.h in CodeGen tests
2018-05-24 Daniel Cederman [Sparc] Use the leon arch for Leon3's when using an...
2018-05-24 Eric ChristopherAdd Builtins.def support for fread and fwrite to ensure...
2018-05-24 Eric ChristopherMigrate libcalls-fno-builtin.c test from checking optim...
2018-05-24 Steven Wu[Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExpr
2018-05-23 Richard SmithUse zeroinitializer for (trailing zero portion of)...
2018-05-23 Richard SmithRework __builtin_classify_type support to better match...
2018-05-23 Craig Topper[X86] Move the include of clzerointrin.h from immintrin...
2018-05-23 Raphael Isemann[modules] Mark __wmmintrin_pclmul.h/__wmmintrin_aes...
2018-05-23 Craig Topper[X86] Move all Intel defined intrinsic includes into...
2018-05-23 Artem Belevich[CUDA] Fixed the list of GPUs supported by CUDA-9.
2018-05-23 Mikhail R.... Test Commit. Fix namespace comment
2018-05-23 Krasimir Georgiev[clang-format] fix buildbots after r333085
2018-05-23 Gabor Marton[ASTImporter] Fix missing implict CXXRecordDecl in...
2018-05-23 Krasimir Georgiev[clang-format] Break template declarations followed...
2018-05-23 Gabor MartonFix duplicate class template definitions problem
2018-05-23 Kristof UmannTest commit
2018-05-23 Raphael IsemannFix unaligned memory access when reading INPUT_FILE_OFF...
2018-05-23 Hans WennborgRevert r333044 "Use zeroinitializer for (trailing zero...
2018-05-23 Ekaterina Romanova[DOXYGEN] Formatting changes for better intrinsics...
2018-05-23 Craig Topper[X86] Undef the vector reduction helper macros when...
2018-05-23 Craig Topper[X86] In the floating point max reduction intrinsics...
2018-05-23 Craig Topper[X86] Remove mask argument from more builtins that...
2018-05-23 David Carlier[analyzer] CStringChecker fix for strlcpy when no bytes...
2018-05-23 David CarlierThis is a test commit.
2018-05-23 Alex Lorenz[AST][ObjC] Print implicit property expression that...
2018-05-23 Richard SmithUse zeroinitializer for (trailing zero portion of)...
2018-05-22 Sanjay Patel[CodeGen] use nsw negation for builtin abs
2018-05-22 Craig Topper[X86] As mentioned in post-commit feedback in D47174...
2018-05-22 Craig Topper[X86] Remove mask argument from some builtins that...
2018-05-22 Craig Topper[X86] Another attempt at fixing the intrinsic module...
2018-05-22 Craig Topper[X86] Add two missing #endif directives to immintrin...
2018-05-22 Craig Topper[X86] Add __emmintrin_f16c.h to module map and CMakeLists.
2018-05-22 Craig Topper[X86] Move 128-bit f16c intrinsics to __emmintrin_f16c...
2018-05-22 Peter CollingbourneReland r332885, "CodeGen, Driver: Start using direct...
2018-05-22 Jacek OlesiakRevert "[clang-format] Fix putting ObjC message argumen...
2018-05-22 Yaxun LiuRevert r332982 Call CreateTempMemWithoutCast for ActiveFlag
2018-05-22 Sanjay Patel[CodeGen] produce the LLVM canonical form of abs
next