]> granicus.if.org Git - clang/shortlog
clang
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
2017-03-14 Reid KlecknerWarn on enum assignment to bitfields that can't fit...
2017-03-14 Juergen RibutzkaAdd more debugging code for the SystemZ bot.
2017-03-14 Jonathan RoelofsFix misspelled enum
2017-03-14 Pirama Arumuga... [Driver] Fix arch-specific-libdir-rpath.c
2017-03-14 Pirama Arumuga... [Driver] Add flag to request arch-specific-subdir in...
2017-03-14 Vedant Kumar[ubsan] Use the nicer nullability diagnostic handlers
2017-03-14 Krasimir GeorgievAdd more clang-format changes to the 5.0 release notes
2017-03-14 Sylvestre Ledrudescribe the recent changes in clang-format in the...
2017-03-14 Akira Hatanaka[CodeGen][ObjC] Fix a bug where the type of an ivar...
2017-03-14 Vedant Kumar[ubsan] Add a nullability sanitizer
2017-03-14 Daniel Jasperclang-format: Make it very slighly more expensive to...
2017-03-14 Eli FriedmanFix crash with interrupt attribute on ARM.
2017-03-14 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-13 Reid KlecknerFix -Wunused-lambda-capture warning in new code
2017-03-13 Reid KlecknerWiden AST bitfields too small to represent all enumerators
2017-03-13 Matt ArsenaultAMDGPU: Make 0 the private nullptr value
2017-03-13 Duncan P. N... Modules: Use hash of PCM content for SIGNATURE
2017-03-13 Reid KlecknerWiden bitfield for type specifiers for OpenCL types
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
next