]> granicus.if.org Git - clang/shortlog
clang
2017-03-23 Alex Lorenz[CodeGen] Emit a CoreFoundation link guard when @availa...
2017-03-23 Alex Lorenz[ObjC][ARC] Avoid -Warc-performSelector-leaks for perfo...
2017-03-23 Nikola SmiljanicFix issues in clang-format's AlignConsecutive modes.
2017-03-23 Eric Fiselier[coroutines] Implement unhandled_exception changes.
2017-03-22 Jonathan RoelofsActually install scan-build / ccc-analyzer / c++-analyz...
2017-03-22 Hans Wennborg[X86] Implement __readgsqword (and the rest) as builtin...
2017-03-22 Simon Pilgrim[X86][MMX] Add tests for _mm_set*_* intrinsics
2017-03-22 Martin BohmeRevert "Correct class-template deprecation behavior"
2017-03-22 Martin BohmeRevert "iFix Test deprecation behavior in C89 mode...
2017-03-22 Chandler CarruthRemove an overly aggressive assert in r298491 and leave...
2017-03-22 Alex Lorenz[Serialization] Serialize DependentSizedExtVectorType
2017-03-22 Chandler Carruth[nonnull] Teach Clang to attach the nonnull LLVM attrib...
2017-03-22 Stephan BergmannAdd LibreOffice Clang plugin to ExternalClangExamples.rst
2017-03-22 Eric ChristopherMove setting of LangOpts based on target flags out...
2017-03-22 Richard SmithSuppress warning on unreachable [[clang::fallthrough...
2017-03-22 Adam NemetRemove -ffp-contract=fast from this test
2017-03-22 Adam NemetChange -ffp-contract=fast test to run on Aarch64
2017-03-22 Bruno Cardoso... [Modules] Rebuild modules on umbrella header mismatch
2017-03-21 Eric ChristopherRemove the -faltivec alias option and replace it with...
2017-03-21 Dehao ChenAdd support for -fno-auto-profile and -fno-profile...
2017-03-21 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-03-21 Argyrios Kyrtzidis[c-index-test] Fix memory leak in c-index-test tool.
2017-03-21 Erich KeaneiFix Test deprecation behavior in C89 mode as a result...
2017-03-21 George Burgess IVLet llvm.objectsize be conservative with null pointers
2017-03-21 Dehao ChenClang change: Do not inline hot callsites for samplepgo...
2017-03-21 Coby Tayree[X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGT...
2017-03-21 Guillaume Papin[CMake] fix CLANG_INCLUDE_DIRS CMake export
2017-03-21 Konstantin... Fix array sizes where address space is not yet known
2017-03-21 Duncan P. N... Modules: Remove an invalid check in unit tests for...
2017-03-21 Erich KeaneCorrect class-template deprecation behavior
2017-03-21 Reid KlecknerUpdate Clang for LLVM rename AttributeSet -> AttributeList
2017-03-21 Argyrios Kyrtzidis[index/AST] Determine if a typedef shares a name and...
2017-03-21 Bruno Cardoso... [Modules] Find PrivateHeaders when looking into subfram...
2017-03-21 Ekaterina Romanova[DOXYGEN] Improvements to smmintrin.h and emmintrin...
2017-03-21 Egor Churaev[OpenCL] Added diagnostic for checking length of vector
2017-03-21 Egor Churaev[OpenCL] Added implicit conversion rank for overloading...
2017-03-21 Simon Pilgrim[X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32...
2017-03-21 Laszlo Nagy[scan-build-py] reuse command line output parameter...
2017-03-21 Akira HatanakaAdd support for attribute enum_extensibility.
2017-03-21 Peter CollingbourneIRGen: Do not set dllexport on declarations.
2017-03-20 Zachary TurnerAdd a function to MD5 a file's contents.
2017-03-20 Eric ChristopherFix parsing of htmxlintrin.h in C++ mode
2017-03-20 Vedant Kumar[docs] Clarify sanitizer flag behavior
2017-03-20 Eric ChristopherTurn on HTM on power8 and later (including powerpc64le...
2017-03-20 Kostya SerebryanyProposal: Backward-edge CFI for return statements ...
2017-03-20 Richard SmithAvoid these headers looking like the same file on a...
2017-03-20 Richard SmithBump __cplusplus for C++17 to 201703L per the C++17...
2017-03-20 Duncan P. N... Reapply "Modules: Cache PCMs in memory and avoid a...
2017-03-20 Jonathan RoelofsFix some sphinx -Werror's
2017-03-20 Anastasia Stulova[OpenCL] Fix extension guards for atomic functions
2017-03-20 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-20 Laszlo Nagy[scan-build-py] use python tempfile for tempdir
2017-03-19 Aaron BallmanCleaning up the IdentifierResolver::iterator class...
2017-03-19 Igor Breger[X86][AVX512][Clang][Intrinsics] Adding missing intrins...
2017-03-18 Renato GolinRevert "Modules: Cache PCMs in memory and avoid a use...
2017-03-18 Nirav Dave[X86] Add NumRegisterParameters Module Flag.
2017-03-18 Bruno Cardoso... [Modules] In case of lock timeout, fallback and build...
2017-03-17 Argyrios Kyrtzidis[index] For C++ constructors/destructors, add reference...
2017-03-17 Duncan P. N... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-17 Davide Italiano[Sema] Unbreak GCC -Werror build (enum compare).
2017-03-17 Matthias GehreImplement DR 373 "Lookup on namespace qualified name...
2017-03-17 Zachary Turner[clang-cl] Fix cross-compilation with MSVC 2017.
2017-03-17 David GreenTest commit.
2017-03-17 Craig Topper[AVX-512] Change the input type for some load intrinsic...
2017-03-17 Craig Topper[AVX-512] Fix test cases that were using the builtins...
2017-03-17 Craig Topper[AVX-512] Add missing typecasts and parentheses to...
2017-03-17 Argyrios Kyrtzidis[Serialization] Follow-up to r297972, deserialize name...
2017-03-17 Eric ChristopherRemove setting LessPreciseFPMADOption on the TargetOpti...
2017-03-16 Bruno Cardoso... [Headers] Reapply: Add #include_next for tgmath.h on...
2017-03-16 Bruno Cardoso... [Modules] Add documentation on private frameworks
2017-03-16 Eric ChristopherAdd a small test for __STRUCT_PARM_ALIGN__ for ppc64...
2017-03-16 Reid KlecknerCreate msbuild only when using MSVC
2017-03-16 Reid KlecknerUse arg_begin() instead of getArgumentList().begin...
2017-03-16 Argyrios Kyrtzidis[AST] Follow-up to r297972, add default value for setGe...
2017-03-16 Argyrios Kyrtzidis[index/AST] Add references for ObjC getter=/setter...
2017-03-16 Alex Lorenz[ObjC][Sema] Avoid ARC performSelector error for 'self...
2017-03-16 Ed SchoutenMake table cells referring to Clang 4 green, as Clang...
2017-03-16 Egor Churaev[OpenCL] Implement as_type operator as alias of __built...
2017-03-16 Martin Probst[clang-format] disable adding extra space after MSVC...
2017-03-16 Daniel Jasperclang-format: Fix bug in wrapping behavior of operators.
2017-03-15 Eric ChristopherFix up testcase to:
2017-03-15 Simon PilgrimRemove repeated code (PR32250). NFCI.
2017-03-15 Guansong Zhangfix build break by removing the target on command line
2017-03-15 Guansong Zhangenable -save-temps with -finclude-defult-header
2017-03-15 Simon Pilgrim[X86][XOP] Add codegen tests for vector integer compari...
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2017-03-15 Zachary TurnerFix uninitialized value.
2017-03-15 Akira Hatanaka[Driver] Define macro __APPLE_EMBEDDED_SIMULATOR__...
2017-03-15 Alex Lorenz[ObjC][Sema] Avoid warning about a call to an instance...
2017-03-15 Zachary TurnerDon't use MSVC Setup Api on MinGW.
2017-03-15 Zachary TurnerDisable warning about MSVC not found.
2017-03-15 Zachary TurnerUpdate clang-cl driver for MSVC 2017.
2017-03-15 John Brawn[Driver] Restructure handling of -ffast-math and simila...
2017-03-15 Douglas YungFix test on Windows. Only a single backslash was requir...
2017-03-14 Adrian PrantlMake a blind attempt to fix this testcase on Windows.
2017-03-14 Adrian PrantlCanonicalize the path provided by -fmodules-cache-path.
2017-03-14 Simon PilgrimFix Wdocumentation warning
2017-03-14 Krzysztof Parzyszek[Hexagon] Recognize hexagonv62 as a valid target CPU
2017-03-14 Duncan P. N... Modules: Optimize bitcode encoding of diagnostic state
2017-03-14 Reid KlecknerFix arch-specific-libdir tests on Windows
next