]> granicus.if.org Git - clang/shortlog
clang
2019-10-10 Yitzhak Mandelbaum[libTooling] Move Transformer files to their own direct...
2019-10-10 Reid KlecknerRe-land [mangle] Fix mangling where an extra mangle...
2019-10-10 Reid KlecknerRevert [mangle] Fix mangling where an extra mangle...
2019-10-10 Reid KlecknerUse -fdebug-compilation-dir to form absolute paths...
2019-10-09 Yaxun Liu[CUDA][HIP] Fix host/device check with -fopenmp
2019-10-09 Cameron McInally[IRBuilder] Update IRBuilder::CreateFNeg(...) to return...
2019-10-09 Alexey Bataev[OPENMP50]Fix scoring of contexts with and without...
2019-10-09 Sergey Dmitriev[Clang][OpenMP Offload] Add new tool for wrapping offlo...
2019-10-09 Volodymyr Sapsai[ObjC generics] Fix not inheriting type bounds in categ...
2019-10-09 Michael Liao[mangle] Fix mangling where an extra mangle context...
2019-10-09 Yaxun Liu[HIP] Fix -save-temps
2019-10-09 Eli Friedman[ARM] Fix arm_neon.h with -flax-vector-conversions...
2019-10-09 Thomas Lively[WebAssembly] Add builtin and intrinsic for v8x16.swizzle
2019-10-09 Mitchell Balan[NFC] Reverting changes from test commit.
2019-10-09 Mitchell Balan[NFC] Test commit.
2019-10-09 Krasimir Georgiev[clang-format] Update noexcept reference qualifiers...
2019-10-09 Michael Liao[clang-offload-bundler] Support `.cui` and `.d`.
2019-10-09 Simon Atanasyan[mips] Set default float ABI to "soft" on FreeBSD
2019-10-09 Nikola Prica[DebugInfo] Enable call site debug info for ARM and...
2019-10-09 Ilya Biryukov[Sema] Emit diagnostics for uncorrected delayed typos...
2019-10-09 Ilya BiryukovRevert r374006: Reland 'Add VFS support for sanitizers...
2019-10-09 Hans WennborgUnify the two CRC implementations
2019-10-09 Richard Smith[c++20] P1152R4: warn on any simple-assignment to a...
2019-10-09 Richard Smith[c++20] Implement most of P1152R4.
2019-10-08 Richard Smith[cxx_status] Note that Clang has supported std::source_...
2019-10-08 Richard SmithFactor out some duplication. NFC.
2019-10-08 Alex Lorenz[clang-scan-deps] Improve string/character literal...
2019-10-08 Francis Visoiu... [IRGen] Emit lifetime markers for temporary struct...
2019-10-08 Richard SmithFix crash or wrong code bug if a lifetime-extended...
2019-10-08 Vitaly Buka[clang] enable_trivial_var_init_zero should not be...
2019-10-08 Vitaly Buka[clang] Add llvm-ifs in test deps
2019-10-08 Alexey Bataev[OPENMP50]Multiple vendors in vendor context must be...
2019-10-08 Nico WeberTry to get ubsan-blacklist-vfs.c pass more on Windows
2019-10-08 Yonghong Song[BPF] do compile-once run-everywhere relocation for...
2019-10-08 Jan Korous[NFC] Attempt to make ubsan-blacklist-vfs test pass...
2019-10-08 Michael Liao[driver][hip] Skip bundler if host action is nothing.
2019-10-08 Alexey Bataev[OPENMP50]Do not allow multiple same context traits...
2019-10-08 Alexey Bataev[OPENMP50]Prohibit multiple context selector sets in...
2019-10-08 Puyan Lotfi[clang][ifs] Clang Interface Stubs ToolChain plumbing.
2019-10-08 Alexey Bataev[OPENMP50]Allow functions in declare variant directive...
2019-10-08 Graham Hunter[SVE][IR] Scalable Vector size queries and IR instructi...
2019-10-08 James Clarke[Diagnostics] Silence -Wsizeof-array-div for character...
2019-10-08 Sylvestre LedruRemove an useless allocation (from by clang-analyzer...
2019-10-08 James Clarke[ItaniumMangle] Fix mangling of GNU __null in an expres...
2019-10-08 Jan Korous[NFC] Fix ubsan-blacklist test
2019-10-08 Jan KorousReland 'Add VFS support for sanitizers' blacklist'
2019-10-08 Jan KorousRevert "Add VFS support for sanitizers' blacklist"
2019-10-07 Vitaly Buka[clang] Accept -ftrivial-auto-var-init in clang-cl
2019-10-07 Jan KorousAdd VFS support for sanitizers' blacklist
2019-10-07 David Bolvansky[Diagnostics] Emit better -Wbool-operation's warning...
2019-10-07 Alexey Bataev[OPENMP]Fix caonical->canonical, NFC.
2019-10-07 Amy HuangFix for expanding __pragmas in macro arguments
2019-10-07 Alexey Bataev[OPENMP50]Treat range-based for as canonical loop.
2019-10-07 Michal Gorny[clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS...
2019-10-07 Erich KeaneFix Calling Convention through aliases
2019-10-07 Yitzhak Mandelbaum[libTooling][NFC] Fix build break in r373916.
2019-10-07 Paul Hoad[clang-format] [PR27004] omits leading space for noexce...
2019-10-07 Paul Hoad[clang-format] [NFC] Ensure clang-format is itself...
2019-10-07 Simon PilgrimCodegen - silence static analyzer getAs<> null derefere...
2019-10-07 Yitzhak Mandelbaum[libTooling] Add `toString` method to the Stencil class
2019-10-07 Simon PilgrimSema - silence static analyzer getAs<> null dereference...
2019-10-07 Utkarsh Saxena[clang] Add test for FindNextToken in Lexer.
2019-10-07 Simon PilgrimRewriteModernObjC - silence static analyzer getAs<...
2019-10-07 Simon PilgrimAST - silence static analyzer getAs<> null dereference...
2019-10-07 Gabor Marton[ASTImporter][NFC] Enable disabled but passing test
2019-10-07 Gabor Marton[ASTImporter][NFC] Update ASTImporter internals docs
2019-10-07 Gabor Marton[ASTImporter][NFC] Fix typo in user docs
2019-10-07 Hans Wennborgclang-cl: Ignore the new /ZH options
2019-10-07 Richard Smith[c++20] Check for a class-specific operator delete...
2019-10-07 Richard SmithFix behavior of __builtin_bit_cast when the From and...
2019-10-06 Richard SmithImplements CWG 1601 in [over.ics.rank/4.2]
2019-10-06 Richard Smith[Sema] Avoids an assertion failure when an invalid...
2019-10-06 Sanjay Patel[InstCombine] don't assume 'inbounds' for bitcast point...
2019-10-06 Paul Hoad[clang-format][docs] Fix the Google C++ and Chromium...
2019-10-05 Simon PilgrimTry to fix sphinx indentation error
2019-10-05 Simon PilgrimRewriteObjC - silence static analyzer getAs<> null...
2019-10-05 David Bolvansky[Diagnostics] Highlight expr's source range for -Wbool...
2019-10-05 Simon PilgrimSemaTemplate - silence static analyzer getAs<> null...
2019-10-05 Simon PilgrimTreeTransform - silence static analyzer getAs<> null...
2019-10-05 Simon PilgrimRemove redundant !HasDependentValue check. NFCI.
2019-10-05 Simon PilgrimSemaStmt - silence static analyzer getAs<> null derefer...
2019-10-05 Paul Hoad[clang-format] SpacesInSquareBrackets should affect...
2019-10-05 David Bolvansky[NFCI] Slightly improve warning message
2019-10-05 David Bolvansky[Diagnostics] Use Expr::isKnownToHaveBooleanValue(...
2019-10-04 Yuanfang Chen[clang] fix a typo from r372531
2019-10-04 Michal Gorny[clang] [cmake] Use add_clang_tool() to install all...
2019-10-04 Erik Pilkington[Sema] Split out -Wformat-type-confusion from -Wformat...
2019-10-04 Reid KlecknerAdd missing null pointer check in -ftime-trace code
2019-10-04 Jordan Rose[CMake] Clang: Don't use object libraries with Xcode
2019-10-04 Alexey Bataev[OPENMP50]Suppport for multiple vendors in the same...
2019-10-04 Simon PilgrimSemaDeclAttr - silence static analyzer getAs<> null...
2019-10-04 Simon PilgrimCGBlocks - silence static analyzer getAs<> null derefer...
2019-10-04 Paul Hoad[clang-format] C++11 braced lists should respect the...
2019-10-04 Paul Hoad[clang-format] [PR43531] clang-format damages "alternat...
2019-10-04 Sam McCallFurther improve -Wbool-operation bitwise negation message
2019-10-04 Haojian Wu[clang-rename] Fix a crash when renaming a class withou...
2019-10-04 Paul Hoad[clang-format] [PR42417] clang-format inserts a space...
2019-10-04 Simon Tatham[clang] Prevent false positives in arm-mfpu-none codege...
2019-10-04 David Bolvansky[NFCI] Improve the -Wbool-operation's warning message
2019-10-04 Sam McCall[Format] Fix docs after r373439
next