]> granicus.if.org Git - clang/shortlog
clang
2019-09-23 Yitzhak Mandelbaum[libTooling] Add `access` and `ifBound` combinators...
2019-09-23 David Bolvansky[Diagnostics] Avoid -Wsizeof-array-div when dividing...
2019-09-23 Yitzhak Mandelbaum[libTooling] Introduce new library of source-code builders.
2019-09-23 Dmitri GribenkoRemoved dead code from Stencil.h
2019-09-23 David Bolvansky[NFC] Fixed clang wasm test after rL372573
2019-09-23 Gabor Marton[ASTImporter][NFC] Add comprehensive tests for ODR...
2019-09-23 Guillaume Chatelet[Alignment] fix build
2019-09-23 Richard SmithFor P0784R7: add further testing of requirements on...
2019-09-23 Richard SmithFor P0784R7: add support for constexpr destructors...
2019-09-22 Craig Topper[X86] Require last argument to LWPINS/LWPVAL builtins...
2019-09-22 David Bolvansky[NFC] Fixed failed test
2019-09-22 David Bolvansky[Diagnostics] Warn if ?: with integer constants always...
2019-09-22 Gauthier Harnisch[clang] fixing conditional explicit for out-of-line...
2019-09-22 Michal Gorny[clang] [Basic] Enable __has_feature(leak_sanitizer)
2019-09-22 Yonghong Song[CLANG][BPF] permit any argument type for __builtin_pre...
2019-09-22 Paul HoadClang-format: Add Whitesmiths indentation style
2019-09-22 Benjamin KramerMove classes into anonymous namespaces. NFC.
2019-09-21 James Y KnightNFC: Change ObjCQualified*TypesAreCompatible to take
2019-09-21 Kristof UmannAttempt to fix a windows buildbot failure
2019-09-21 Nandor Licker[Clang Interpreter] Fixed Bug 43362, build failure...
2019-09-21 Richard TrieuFix bad APInt compare.
2019-09-21 Richard TrieuMerge and improve code that detects same value in compa...
2019-09-21 Yaxun LiuRevert assertion added by r372394
2019-09-21 Richard TrieuImprove -Wtautological-overlap-compare
2019-09-21 Alex Lorenz[clang-scan-deps] strip the --serialize-diagnostics...
2019-09-20 Richard SmithRemove outdated FIXME.
2019-09-20 Richard SmithFix assertion failure when constant evaluation of a...
2019-09-20 Ulrich Weigand[SystemZ] Support z15 processor name
2019-09-20 Erich KeaneEnsure AtomicExpr goes through SEMA checking after...
2019-09-20 Kristof UmannFix a documentation error
2019-09-20 Richard Smith[www] Turn 'Clang 9' boxes green in C++ status pages...
2019-09-20 Kristof UmannReland '[analyzer][MallocChecker][NFC] Document and...
2019-09-20 Yitzhak Mandelbaum[libTooling] Add `ifBound`, `elseBranch` RangeSelector...
2019-09-20 Yaxun Liu[CUDA][HIP] Fix hostness of defaulted constructor
2019-09-20 Jonas Paulsson[SystemZ] Add SystemZ as supporting target in help...
2019-09-20 Benjamin Kramer[StaticAnalyzer] Use llvm::StringLiteral instead of...
2019-09-20 Richard SmithFinish building the full-expression for a static_assert...
2019-09-20 Alex Langford[NFCI] Always initialize const members of AttributeComm...
2019-09-19 Nicholas Allegra[Consumed] Treat by-value class arguments as consuming...
2019-09-19 Alex LorenzFix for stringized function-macro args continued across...
2019-09-19 Richard SmithModel converted constant expressions as full-expressions.
2019-09-19 Michael Liao[CUDA][HIP] Re-apply part of r372318.
2019-09-19 Mitch PhillipsRevert "[CUDA][HIP] Fix typo in `BestViableFunction`"
2019-09-19 Aaron BallmanRevert r372325 - Reverting r372323 because it broke...
2019-09-19 Aaron BallmanReverting r372323 because it broke color tests on Linux.
2019-09-19 Aaron BallmanRemove an unsafe member variable that wasn't needed...
2019-09-19 Sven van Haastregt[OpenCL] Add version handling and add vector ld/st...
2019-09-19 Benjamin KramerClean out unused diagnostics. NFC.
2019-09-19 Michael Liao[CUDA][HIP] Fix typo in `BestViableFunction`
2019-09-19 Mark Murray[TestCommit] Trivial change to test commit access.
2019-09-19 Mark Murray[TestCommit] Trivial change to test commit access.
2019-09-19 Fangrui Song[Builtins] Delete setjmp_syscall and qsetjmp
2019-09-19 Yonghong Song[CLANG][BPF] change __builtin_preserve_access_index...
2019-09-19 Serge GueltonInitialize all fields in ABIArgInfo.
2019-09-18 Kristof Umann[analyzer] PR43102: Fix an assertion and an out-of...
2019-09-18 Lubos Lunakfix build, adjust test also for Windows path separator
2019-09-18 Dimitry AndricOn PowerPC, Secure-PLT by default for FreeBSD 13 and...
2019-09-18 Alexey Bataev[OPENMP]Fix for PR43349: Crash for privatized loop...
2019-09-18 Lubos Lunakactually also compile output in tests for -frewrite...
2019-09-18 Paul Hoad[clang-format][PR41899] PointerAlignment: Left leads...
2019-09-18 Lubos Lunakmake -frewrite-includes also rewrite conditions in...
2019-09-18 Erik Pilkington[Sema] Suppress -Wformat diagnostics for bool types...
2019-09-18 Paul Hoad[clang-format][PR41964] Fix crash with SIGFPE when...
2019-09-18 Richard Smith[c++20] P1331R2: Allow transient use of uninitialized...
2019-09-18 Alexey Bataev[OPENMP5.0]Allow multiple context selectors in the...
2019-09-18 Erich KeaneRecommit -r372180
2019-09-18 Hans WennborgRevert r372082 "[Clang] Pragma vectorize_width() implie...
2019-09-18 Simon Atanasyan[mips] Pass "xgot" flag as a subtarget feature
2019-09-18 Simon Pilgrim[AST] CommentLexer - Remove (optional) Invalid paramete...
2019-09-18 Raphael Isemann[lldb] Print better diagnostics for user expressions...
2019-09-18 Craig Topper[X86] Prevent assertion when calling a function that...
2019-09-18 Volodymyr Sapsai[Timers] Fix printing some `-ftime-report` sections...
2019-09-17 Eli Friedman[ARM] Update clang for removal of vfp2d16 and vfp2d16sp
2019-09-17 Erich KeaneRevert "Create UsersManual section entitled 'Controllin...
2019-09-17 Erik Pilkington[Sema] Split of versions of -Wimplicit-{float,int}...
2019-09-17 Erich KeaneCreate UsersManual section entitled 'Controlling Floati...
2019-09-17 Reid KlecknerIgnore exception specifier mismatch when merging redecl...
2019-09-17 Jan Korous[clang-scan-deps] Add verbose mode
2019-09-17 Erik PilkingtonUse 'BOOL' instead of BOOL in diagnostic messages
2019-09-17 Alexey Bataev[OPENMP] Rework the test, NFC.
2019-09-17 Alexey Bataev[OPENMP5.0]Introduce attribute for declare variant...
2019-09-17 Alexey Bataev[OPENMP]Try to rework the test to pacify the buildbots...
2019-09-17 Yitzhak Mandelbaum[clang-format] Fix cleanup of `AnnotatedLine` to includ...
2019-09-17 Erich KeaneAdd SpellingNotCalculated to Attribute Enums to suppres...
2019-09-17 Sven van Haastregt[OpenCL] Tidy up some comments; NFC
2019-09-17 Benjamin KramerHide implementation details in namespaces.
2019-09-17 David Bolvansky[NFC] Updated test
2019-09-17 Sjoerd Meijer[Clang] Pragma vectorize_width() implies vectorize...
2019-09-17 Kito Cheng[RISCV] Add option aliases: -mcmodel=medany and -mcmode...
2019-09-17 Kito Cheng[RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel...
2019-09-17 Richard SmithFix reliance on -flax-vector-conversions in AVX intrins...
2019-09-17 Richard SmithFix reliance on lax vector conversions in tests for...
2019-09-17 Richard SmithRemove reliance on lax vector conversions from altivec...
2019-09-17 Nicholas AllegraPush lambda scope earlier when transforming lambda...
2019-09-17 Alexey Bataev[OPENMP] Fix the test, NFC
2019-09-16 Alexey Bataev[OPENMP]Fix the test, NFC.
2019-09-16 Bruno Cardoso... [Modules][Objective-C] Use complete decl from module...
2019-09-16 Lubos Lunakdo not emit -Wunused-macros warnings in -frewrite-inclu...
2019-09-16 Roman Lebedev[Clang][Codegen] Disable arm_acle.c test.
2019-09-16 Roman Lebedev[Clang][Codegen] Relax available-externally-suppress...
next