]> granicus.if.org Git - clang/shortlog
clang
2019-03-11 Krasimir Georgievclang-format: distinguish ObjC call subexpressions...
2019-03-11 Benjamin KramerRemove an unnecessary -f when cp'ing to a file that...
2019-03-11 Benjamin Kramer[Serialization] Add missing include
2019-03-09 Duncan P. N... Stop relying on allocator behaviour in modules unit...
2019-03-09 Duncan P. N... Fix slashes in path references in -Rmodule-import test...
2019-03-09 Duncan P. N... Modules: Invalidate out-of-date PCMs as they're discovered
2019-03-09 Duncan P. N... Modules: Rename MemoryBufferCache to InMemoryModuleCache
2019-03-09 Petr Hosek[CMake] Support stripping and linking output to .build...
2019-03-08 Eric Fiselier[8.0 Regression] Fix handling of `__builtin_constant_p...
2019-03-08 Alexey Bataev[OPENMP]Remove debug service variable.
2019-03-08 Mandeep Singh... [docs] Fix checkers.rst doc for PointerSorting checker
2019-03-08 Matthew VossRevert "[runtimes] Move libunwind, libc++abi and libc...
2019-03-08 Rafael AulerRevert "Recommit "Support attribute used in member...
2019-03-08 Mandeep Singh... [Analyzer] Checker for non-determinism caused by sortin...
2019-03-08 Kristof Umann[analyzer] Fix infinite recursion in printing macros
2019-03-08 Kristof Umann[analyzer] Emit an error rather than assert on invalid...
2019-03-08 Kristof Umann[analyzer] Use the new infrastructure of expressing...
2019-03-08 Akira HatanakaUse {{.*}} in test case to match the type of wide strin...
2019-03-08 Erich KeaneRe-fix _lrotl/_lrotr to always take Long, no matter...
2019-03-08 Erich KeaneRevert "Enable _rotl, _lrotl, _rotr, _lrotr on all...
2019-03-08 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-08 Kadir Cetinkaya[clang][Index] Fix msan failure
2019-03-08 Hans Wennborgclang-cl : Parse all /d2 options
2019-03-08 Kadir Cetinkaya[clang][Tooling] Delete dots and dotdots when generatin...
2019-03-08 Hans WennborgAdd another test for r354937 that came up in PR40890
2019-03-08 Kadir Cetinkaya[clang][Index] Mark references from Constructors and...
2019-03-08 Petr Hosek[Clang] Include the test directory ommited in r355665
2019-03-08 Petr Hosek[runtimes] Move libunwind, libc++abi and libc++ to...
2019-03-08 Akira HatanakaFix test case committed in r355662.
2019-03-08 Akira Hatanaka[ObjC] Emit a boxed expression as a compile-time consta...
2019-03-08 JF BastienVariable auto-init: split out small arrays
2019-03-08 Craig Topper[X86] Make x86-intrinsics-headers-clean.cpp stricter.
2019-03-07 Rafael AulerRecommit "Support attribute used in member funcs of...
2019-03-07 Reid KlecknerFix some clang analysis tests passing arguments incorrectly
2019-03-07 Vlad TsyrklevichDelete x86_64 ShadowCallStack support
2019-03-07 Mitch PhillipsRollback of rL355585.
2019-03-07 Alexey Bataev[OPENMP 5.0]Add initial support for 'allocate' directive.
2019-03-07 Anastasia Stulova[Sema] Change addr space diagnostics in casts to follow...
2019-03-07 Anastasia Stulova[PR40778][Sema] Adjust addr space of operands in builti...
2019-03-07 Anastasia Stulova[PR40778] Preserve addr space in Derived to Base cast.
2019-03-07 Petar Jovanovic[analyzer] handle modification of vars inside an expr...
2019-03-07 Aaron Ballmanexpected-no-diagnostics@ does not make sense, switching...
2019-03-07 Balazs Keri[ASTImporter] Changed use of Import to Import_New in...
2019-03-07 Gabor Marton[ASTImporter] Import member expr with explicit template...
2019-03-07 Gabor Marton[ASTImporter] Handle redecl chain of FunctionTemplateDecls
2019-03-07 David Stenberg[analyzer] Handle comparison between non-default AS...
2019-03-07 Ivan Donchevskii[libclang] Fix CXTranslationUnit_KeepGoing
2019-03-07 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-06 Rong Xu[PGO] Re-submit: Clang part of change for context-sensi...
2019-03-06 Michael Liao[CUDA][HIP][DebugInfo] Skip reference device function
2019-03-06 Konstantin... AMDGPU: Fix the mapping of sub group sync scope
2019-03-06 JF BastienPassthrough compiler launcher
2019-03-06 Mitch PhillipsRevert "[IR][ARM] Add function pointer alignment to...
2019-03-06 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-06 Francis Visoiu... Reland "[Remarks] Refactor remark diagnostic emission...
2019-03-06 Francis Visoiu... Revert "[Remarks] Refactor remark diagnostic emission...
2019-03-06 Francis Visoiu... [Remarks] Refactor remark diagnostic emission in a...
2019-03-06 Anastasia Stulova[PR40778] Add addr space conversion when binding refere...
2019-03-06 Hans WennborgInline asm constraints: allow ICE-like pointers for...
2019-03-06 Hans Wennborgclang-cl: Parse /Qspectre and a few other missing optio...
2019-03-06 Roman Lebedev[clang][OpenMP] Revert "OMPFlushClause is synthetic...
2019-03-06 Duncan P. N... Fix slashes in path references in -Rmodule-import test...
2019-03-06 Duncan P. N... Modules: Add -Rmodule-import
2019-03-06 Leonard Chan[Fixed Point Arithmetic] Fixed Point and Integer Conver...
2019-03-05 Rong XuRevert r355432 for buildbot failures in ppc64be-linux...
2019-03-05 Paul Hoad[clang-format] broken after lambda with return type...
2019-03-05 Vitaly Buka[docs] Add some architectures into the list of supporte...
2019-03-05 Vitaly Buka[docs] Update the list of ThreadSanitizer supported...
2019-03-05 Francis Visoiu... [cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS
2019-03-05 Jan Korous[clang-format] Fix lambdas returning template specializ...
2019-03-05 Rong Xu[PGO] Clang part of change for context-sensitive PGO...
2019-03-05 Yaxun Liu[CUDA][HIP][Sema] Fix template kernel with function...
2019-03-05 Yaxun LiuAllow bundle size to be 0 in clang-offload-bundler
2019-03-05 Alexey Bataev[OPENMP]Target region: emit const firstprivates as...
2019-03-05 Yaxun Liu[HIP] Do not unbundle object files for -fno-gpu-rdc
2019-03-05 Kristof Umann[analyzer] Fix taint propagation in GenericTaintChecker
2019-03-05 Dmitri Gribenko[ASTMatchers] Improved formatting in a documentation...
2019-03-05 Gabor Marton[ASTImporter] Fix redecl failures of Class and ClassTem...
2019-03-05 Harlan HaskinsReplace clang::FileData with llvm::vfs::Status
2019-03-05 Jan Korous[clang-format][docs][NFC] Fix example for Allman brace...
2019-03-05 Shoaib Meenai[cmake] Create exports for umbrella library targets
2019-03-04 Shoaib Meenai[build] Rename clang-headers to clang-resource-headers
2019-03-04 Manman RenOrder File Instrumentation: add clang support for ...
2019-03-04 Shafik Yaghmour[ASTImporter] Handle built-in when importing SourceLoca...
2019-03-04 Rong Xu[PGO] Clang part of change for context-sensitive PGO...
2019-03-04 Erich KeaneEnable _rotl, _lrotl, _rotr, _lrotr on all platforms.
2019-03-04 Erich KeaneGive builtins and alloc/dealloc operators the default...
2019-03-04 Kristof Umann[analyzer] Enable subcheckers to possess checker options
2019-03-03 Duncan P. N... Modules: Document that ReadASTCore exits its final...
2019-03-03 Michal Gorny[clang] [ToolChains/NetBSD] Support relative libc+...
2019-03-02 James Y KnightTweak r355278 for compatibility with gcc 6 and earlier.
2019-03-02 James Y KnightTweak r355278 for compatibility with gcc 6 and earlier.
2019-03-02 James Y KnightMake the new SanitizerMask code added in r355190 constexpr.
2019-03-02 Paul Hoad[clang-format] clang-format off/on not respected when...
2019-03-02 Tom Stellardlib/Header: Simplify CMakeLists.txt
2019-03-02 Thomas Lively[WebAssembly] Temporarily disable bulk-memory with...
2019-03-01 Paul Robinson[DWARF] Make -g with empty assembler source work better.
2019-03-01 Rong Xu[PGO] Use the explicit parameter in ProfileSummary...
2019-03-01 Pierre Gousseau[Driver] Allow enum SanitizerOrdinal to represent more...
2019-03-01 Paul Hoad[clang-format] [NFC] clang-format the Format library
next