]> granicus.if.org Git - clang/shortlog
clang
2019-05-14 Jordan RupprechtCreating branches/google/stable and tags/google/stable... google/stable origin/google/stable
2019-05-06 Petr Hosek[Clang][NewPM] Don't bail out if the target machine...
2019-05-06 Leonard Chan[Sema] Fix for P41774 where `ExpectNoDerefChunk` is...
2019-05-06 Jordan RupprechtRevert "Re-commit r357452: SimplifyCFG SinkCommonCodeFr...
2019-05-06 James Y KnightPR41183: Don't emit strict-prototypes warning for an...
2019-05-06 Martin Storsjo[AArch64] Add __builtin_sponentry, for calling setjmp...
2019-05-06 Martin Storsjo[MinGW] Use SEH by default on AArch64
2019-05-06 Alexey Bataev[OPENMP]Fix PR41767: diagnose DSA for variables in...
2019-05-06 Gheorghe-Teodor... [OpenMP][Clang] Support for target math functions
2019-05-06 Alexey Bataev[OPENMP]Fix PR41768: check DSA for globals with `defaul...
2019-05-06 Ilya Biryukov[CodeComplete] Update python tests after r360042
2019-05-06 Ilya Biryukov[CodeComplete] Add a trailing semicolons to some patter...
2019-05-06 Hans WennborgRevert r359949 "[clang] adding explicit(bool) from...
2019-05-06 Fangrui Song[X86] Move files to correct directories after D60552
2019-05-06 Luo, YuankeEnable intrinsics of AVX512_BF16, which are supported...
2019-05-06 Richard SmithP1286R2: Remove restriction that the exception specific...
2019-05-06 Richard SmithUse DiagRuntimeBehavior for -Wunsequenced to weed out...
2019-05-06 Richard Smith[c++20] Implement P1009R2: allow omitting the array...
2019-05-06 Galina KistanovaThe 'CodeGenObjC/illegal-UTF8.m' get failed with Clang...
2019-05-05 Kristof Umann[analyzer][UninitializedObjectChecker] PR41741: Regard...
2019-05-05 Simon PilgrimRevert rL359962 : Use DiagRuntimeBehavior for -Wunseque...
2019-05-05 Nicolas Lesser[clang] fixing -ast-print for variadic parameter pack...
2019-05-05 Nicolas Lesser[C++] Interpret unknown identifier in parameter clause...
2019-05-04 Nicolas Lesser[NFC] Add parentheses to avoid -Wparentheses.
2019-05-04 Hamza Sood[c++20] Implement P0428R2 - Familiar template syntax...
2019-05-04 Richard Smith[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
2019-05-04 Richard SmithUse DiagRuntimeBehavior for -Wunsequenced to weed out...
2019-05-04 Richard TrieuReduce amount of work ODR hashing does.
2019-05-04 Richard SmithDisallow the operand of __builtin_constant_p from modif...
2019-05-04 Petr Hosek[Driver] Create non-existent directory for -fcrash...
2019-05-04 Richard Smith[cxx_status] Don't list -fmodules / -fmodules-ts agains...
2019-05-04 Richard Smith[cxx_status] Replace "SVN" entries with Clang 8 as...
2019-05-04 Nicolas Lesser[clang] adding explicit(bool) from c++2a
2019-05-03 Richard SmithCWG issue 727: Fix numerous bugs in support for class...
2019-05-03 Owen Pan[clang-format] Fix bug in block comment reflow that...
2019-05-03 Mandeep Singh... [COFF, ARM64] Fix ABI implementation of struct returns
2019-05-03 Matt ArsenaultEnsure there is stack usage in stack size warning test
2019-05-03 Nico WeberAttempt to fix the clang-sphinx-docs bot after r358797
2019-05-03 David BlaikieRemove else-after-return
2019-05-03 Gheorghe-Teodor... [CUDA][Clang][Bugfix] Add missing CUDA 9.2 case
2019-05-03 Don Hinton[CommandLine] Change help output to prefix long options...
2019-05-03 Dmitri GribenkoAdded an AST matcher for declarations that are in the...
2019-05-03 Akira Hatanaka[Sema][ObjC] Disable -Wunused-parameter for ObjC methods
2019-05-03 Leonard ChanRevert "[Attribute/Diagnostics] Print macro if definiti...
2019-05-03 Nico WeberRevert r359814 "[Sema] Emit warning for visibility...
2019-05-03 David BlaikieSemaOverload: Complete candidates before emitting the...
2019-05-02 Richard SmithFix -Wunsequenced false-positives in code controlled...
2019-05-02 Artem Belevich[CUDA] Do not pass deprecated option fo fatbinary
2019-05-02 Leonard Chan[Attribute/Diagnostics] Print macro if definition is...
2019-05-02 Amy HuangChange the metadata for heapallocsite calls when the...
2019-05-02 Nico WeberAnother attempt to fix "could not find clang-check...
2019-05-02 Scott Linder[Sema] Emit warning for visibility attribute on interna...
2019-05-02 Reid KlecknerUse primary template parameter names for variable templ...
2019-05-02 David BlaikieDo not warn on switches over enums that do not use...
2019-05-02 Anastasia Stulova[OpenCL] Fix initialisation of this via pointer.
2019-05-02 Anastasia Stulova[OpenCL] Deduce static data members to __global addr...
2019-05-02 Akira HatanakaFix typo in test case.
2019-05-02 Stephan BergmannAdapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO
2019-05-02 Richard SmithReplace ad-hoc tracking of pattern for an instantiated...
2019-05-02 Richard SmithDiagnose non-dependent qualified friend function templa...
2019-05-02 Tom Tan[COFF, ARM64] Align global symbol by size for ARM64...
2019-05-01 Richard TrieuConsume unexpected "template" keywords after "using"
2019-05-01 Nico WeberRevert r359717, "Make check-clang depend on the clang...
2019-05-01 Kristof Umann[analyzer] Fix buildbot failures caused by a forgotten...
2019-05-01 Reid KlecknerMake clang/utils/creduce-clang-crash.py executable
2019-05-01 Kristof Umann[analyzer] Don't display implementation checkers under...
2019-05-01 Nico WeberMake check-clang depend on the clang-check binary always
2019-05-01 Volodymyr Sapsai[Parser] Avoid correcting delayed typos in array subscr...
2019-05-01 Owen Pan[clang-format] Fix a bug in AlignConsecutiveDeclarations.
2019-05-01 Petr Hosek[Driver] Explicitly request platform rtlib in the Drive...
2019-05-01 Scott LinderBump DIAG_SIZE_SEMA, as we've hit it.
2019-05-01 Hubert Tong[analyzer][tests][NFC] Add EOF newlines, normalize...
2019-05-01 Hubert Tong[analyzer][tests] Use diff_plist, correct order of...
2019-05-01 Owen Pan[clang-format] Fix bug that misses some function-like...
2019-05-01 Fangrui SongChange llvm-{objdump,readobj} -long-option to --long...
2019-05-01 Tom Stellardlib/Header: Fix Visual Studio builds try #2
2019-04-30 JF BastienFix auto-init test
2019-04-30 Dan Gohman[WebAssembly] Use the "wasm32-wasi" triple in tests
2019-04-30 JF BastienVariable auto-init: don't initialize aggregate padding...
2019-04-30 Reid KlecknerRemove two unnecessary wrappers of canPassInRegisters
2019-04-30 Alina SbirleaSet LoopInterleaved in the PassManagerBuilder.
2019-04-30 Petr Hosek[Driver] Support compiler-rt crtbegin.o/crtend.o for...
2019-04-30 Yaxun LiuAdd requires amdgpu-registered-target for amdgpu-float1...
2019-04-30 Yaxun LiuAMDGPU: Enable _Float16
2019-04-30 Yitzhak Mandelbaum[LibTooling] Fix broken test after r359574.
2019-04-30 Yitzhak Mandelbaum[LibTooling] Change Transformer's TextGenerator to...
2019-04-30 Russell GallopFix inconsistency in calculating DIAG_START_ values.
2019-04-30 Simon PilgrimFix gcc "-Wdangling-else" warning. NFCI.
2019-04-30 Simon PilgrimFix gcc "-Wdangling-else" warnings. NFCI.
2019-04-30 Kristof Umann[analyzer][UninitializedObjectChecker] PR41611: Regard...
2019-04-30 Artem Dergachev[analyzer] Treat functions without run-time branches...
2019-04-30 Artem Dergachev[analyzer] SmartPtrModeling: Fix a null dereference.
2019-04-30 JF Bastien[NFC] typo
2019-04-30 JF Bastien[NFC] typo
2019-04-29 Ahsan SaghirAdd __builtin_dcbf support for PPC
2019-04-29 David Bolvansky[Diagnostics] Support -Wtype-limits for GCC compatibility
2019-04-29 Reid KlecknerRe-land r359250, [COFF] Statically link certain runtime...
2019-04-29 Douglas YungMake test more robust by writing stdout/stderr to diffe...
2019-04-29 Reid KlecknerSimplify exclusion of nested classes from extern templa...
2019-04-29 Mike RiceWhen skipping code at the start of a file during PCH...
next