]> granicus.if.org Git - clang/shortlog
clang
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
2019-03-01 Alexander PotapenkoCodeGen: Fix PR40605 by splitting constant struct initi...
2019-03-01 Fangrui SongFix file headers. NFC
2019-03-01 Akira Hatanaka[Sema][ObjC] Allow silencing -Wobjc-designated-initiali...
2019-03-01 Volodymyr Sapsai[CodeGen] Fix calling llvm.var.annotation outside of...
2019-03-01 Jordan Rupprecht[clang-format][TableGen] Don't add spaces around items...
2019-02-28 Jordan Rupprecht[clang-format][NFC] Allow getLLVMStyle() to take a...
2019-02-28 Thomas Lively[WebAssembly] Remove uses of ThreadModel
2019-02-28 Yaxun LiuPartial revert of r353952: [HIP] Handle compile -m...
2019-02-28 Gabor Marton[CTU] Do not allow different CPP dialects in CTU
2019-02-28 Jan Korous[clang][index-while-building][NFC] Comment about implem...
2019-02-28 Joerg SonnenbergerEnsure that set constrained asm operands are not affect...
2019-02-28 Erik Pilkington[CodeGen] Fix some broken IR generated by -fsanitize...
2019-02-27 Reid Kleckner[InstrProf] Use separate comdat group for data and...
2019-02-27 Jan Korous[clang][index-while-building][NFC] FileIndexRecord...
2019-02-27 Jan Korous[clang][index-while-building] FileIndexRecord
2019-02-27 Joerg SonnenbergerUse Secure PLT as default on NetBSD/PowerPC.
2019-02-27 Alexey Bataev[OPENMP]Delay emission of the error for unsupported...
2019-02-27 Akira HatanakaAdd triples to the test I committed in r355012 to fix...
2019-02-27 Akira HatanakaAvoid needlessly copying a block to the heap when a...
2019-02-27 David GoldmanSupport framework import/include auto-completion
2019-02-27 Balazs Keri[ASTImporter] Improve import of FileID.
2019-02-27 Yaxun Liu[NFC] minor revision of r354929 [CUDA][HIP] Check calli...
2019-02-27 Hans WennborgAttrDocs.td: fix broken bullet-point indentation
2019-02-27 Yaxun Liu[HIP] change kernel stub name
2019-02-27 Volodymyr Sapsai[index] Fixup for r354942. Specify target in test to...
2019-02-27 Volodymyr Sapsai[index] Improve indexing support for MSPropertyDecl.
2019-02-27 Joerg SonnenbergerFix inline assembler constraint validation
2019-02-26 Yaxun Liu[CUDA][HIP] Check calling convention based on function...
2019-02-26 Alexey Bataev[OPENMP][CUDA]Do not emit warnings for variables in...
2019-02-26 Alexey Bataev[OPENMP]Delay emission for unsupported va_arg expression.
2019-02-26 Reid Kleckner[MS] Don't emit coverage for deleting dtors
2019-02-26 Tom Roeder[ASTImporter] Add support for importing ChooseExpr...
2019-02-26 Craig Topper[X86] Add 'znver2' and 'cascadelake' to the __builtin_c...
2019-02-26 Michael Liao[AMDGPU] Allow using integral non-type template parameters
2019-02-26 Ganesh Gopalasubramanian[X86] AMD znver2 enablement
2019-02-26 Yaxun Liu[OpenCL] Fix assertion due to blocks
2019-02-26 Emilio Cobos... [libclang] Avoid crashing when getting layout info...
2019-02-26 Andrew Ng[clang-format] SpaceBeforeParens for lambda expressions
2019-02-26 Kadir Cetinkaya[clang][Index] Visit UsingDecls and generate USRs for...
2019-02-26 Pierre Gousseaurevert r354873 as this breaks lldb builds.
next