]> granicus.if.org Git - clang/shortlog
clang
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
2018-05-22 Sanjay Patel[CodeGen] add tests for abs builtins; NFC
2018-05-22 Yaxun LiuCall CreateTempMemWithoutCast for ActiveFlag
2018-05-22 Brock Wyma[CodeView] Enable debugging of captured variables withi...
2018-05-22 Krasimir Georgiev[clang-format] Add a test case for crash
2018-05-22 Amara EmersonRevert "CodeGen, Driver: Start using direct split dwarf...
2018-05-22 Amara EmersonRevert "Fix another make_unique ambiguity."
2018-05-22 Amara EmersonRevert "Add missing x86-registered-target."
2018-05-22 Martin Probstclang-format: [JS] do not wrap before any `is`.
2018-05-22 David Chisnall[objc-gnustep2] Use unsigned char to avoid potential...
2018-05-22 David Chisnall[objc-gnu] Fix test.
2018-05-22 David Chisnall[objc-gnustep2] Use isalnum instead of a less efficient...
2018-05-22 David ChisnallRevert "Revert r332955 "GNUstep Objective-C ABI version 2""
2018-05-22 Krasimir Georgiev[clang-format] Fix crash in getLengthToMatchingParen
2018-05-22 Bjorn PetterssonRevert r332955 "GNUstep Objective-C ABI version 2"
2018-05-22 David ChisnallAdd cctype include.
2018-05-22 David ChisnallGNUstep Objective-C ABI version 2
2018-05-22 Craig Topper[X86] Prevent inclusion of __wmmintrin_aes.h and __wmmi...
next