]> granicus.if.org Git - clang/shortlog
clang
2019-08-06 Puyan Lotfi[NFC][DirectoryWatchedTests] Unlocks mutexes before...
2019-08-05 George Burgess IV[Sema] attempt to appease buildbots after r367940
2019-08-05 George Burgess IV[Sema] Add -Wpointer-compare
2019-08-05 JF Bastien[docs] don't use :option: for Wall Wextra
2019-08-05 JF Bastien[docs] don't use :option: for C++ compat
2019-08-05 Nico WeberFix another uninit read found by msan after r367829
2019-08-05 Jan Korous[DirectoryWatcher][linux] Fix build for older kernels
2019-08-05 Michael Kruse[OpenMP 5.0] Codegen support for user-defined mappers.
2019-08-05 Johan Vikstrom[AST] Fix buildbot failure because of raw string inside...
2019-08-05 JF Bastien[docs] document -Weveything more betterer
2019-08-05 David Green[AST] Fix RecursiveASTVisitorTest multiline string...
2019-08-05 Nico WeberUndo what looks like an unintentional change in r367829
2019-08-05 Rainer Orth[Driver] Properly use values-X[ca].o, values-xpg[46...
2019-08-05 Rainer OrthMove LangStandard*, InputKind::Language to Basic
2019-08-05 Raphael Isemann[clang][NFC] Remove unused private variable 'CI' in...
2019-08-05 Johan Vikstrom[AST] Fix RecursiveASTVisitor visiting implicit constru...
2019-08-05 Endre Fulop[CrossTU][NFCI] Refactor loadExternalAST function
2019-08-05 Roger Ferrer... Sidestep false positive due to a matching git repositor...
2019-08-05 Anastasia Stulova[OpenCL] Fix vector literal test broken in rL367675.
2019-08-05 Dmitri GribenkoAdds a warning when an inline Doxygen comment has no...
2019-08-05 Adam Balogh[Analyzer] Iterator Checkers - Fix for Crash on Iterato...
2019-08-05 Fangrui SongRename F_{None,Text,Append} to OF_{None,Text,Append...
2019-08-05 Petr Hosek[Driver] Don't disable -fsanitizer-coverage for safe...
2019-08-05 Petr Hosek[Driver] Derive Fuchsia Linker directly from Tool
2019-08-05 Petr Hosek[Driver] Always use -z separate-code with lld on Fuchsia
2019-08-04 Petr Hosek[Driver] Support for disabling sanitizer runtime linking
2019-08-04 Serge Pavlov[Parser] Emit descriptive diagnostic for misplaced...
2019-08-04 Michael KruseRevert "[OpenMP 5.0] Codegen support for user-defined...
2019-08-04 Michael Kruse[OpenMP 5.0] Codegen support for user-defined mappers.
2019-08-03 Serge PavlovUse switch instead of series of comparisons
2019-08-03 Tim NorthoverIR: print value numbers for unnamed function arguments
2019-08-02 Reid KlecknerThe MinGW linker supports response files
2019-08-02 Yonghong Song[BPF] annotate DIType metadata for builtin preseve_arra...
2019-08-02 Hubert Tong[Driver][test] Avoid undefined grep in darwin-ld.c
2019-08-02 Erik PilkingtonRemove a dead diagnostic, NFC
2019-08-02 Fangrui Song[Sema] Disable -Wbitwise-op-parentheses and -Wlogical...
2019-08-02 Anastasia Stulova[OpenCL] Allow OpenCL C style vector initialization...
2019-08-02 Hans WennborgDon't try emitting dllexported explicitly defaulted...
2019-08-02 Rui UeyamaRevert r367649: Improve raw_ostream so that you can...
2019-08-02 Rong Xu[PGO] Fix bolt failures from r367628
2019-08-02 Rui UeyamaImprove raw_ostream so that you can "write" colors...
2019-08-02 Owen Pan[clang-format] Fix a bug that doesn't break braces...
2019-08-01 Jan Korous[DirectoryWatcher] Relax assumption to prevent test...
2019-08-01 Rong Xu[PGO] Add PGO support at -O0 in the experimental new...
2019-08-01 Harlan HaskinsFix Windows branch of FileManagerTest changes
2019-08-01 Harlan HaskinsFix use-after-move in ClangBasicTests
2019-08-01 Harlan Haskins[clang] Adopt new FileManager error-returning APIs
2019-08-01 Harlan Haskins[clang] Adopt llvm::ErrorOr in FileManager methods
2019-08-01 Gheorghe-Teodor... [OpenMP] Fix declare target link implementation
2019-08-01 Csaba Dabis[analyzer] StackFrameContext: Add NodeBuilderContext...
2019-08-01 Yuanfang ChenTest linux only for absolute paths in the -fuse-ld...
2019-08-01 Serge Pavlov[Parser] Use special definition for pragma annotations
2019-08-01 Nico WeberRename two clang tests from .cc to .cpp.
2019-08-01 Sam ElliottAdd support for openSUSE RISC-V triple
2019-08-01 Sam Elliott[RISCV] Add FreeBSD targets
2019-08-01 Serge Pavlov[Parser] Change parameter type from int to enum
2019-08-01 Ilya Biryukov[Preprocessor] Always discard body of #define if we...
2019-08-01 Hans WennborgDelay emitting dllexport explicitly defaulted members...
2019-08-01 Ziang Wan[Sema] Enable -Wimplicit-float-conversion for integral...
2019-08-01 Ziang Wan[Sema] Enable -Wimplicit-float-conversion for integral...
2019-07-31 Michael J.... [clang][ARM] Fix msvc arm{64} builtins to use int on...
2019-07-31 Puyan Lotfi[NFC][clang] Refactor getCompilationPhases()+Types...
2019-07-31 Sanjay Patel[InstCombine] canonicalize fneg before fmul/fdiv
2019-07-31 Matt ArsenaultAMDGPU: Add missing builtin declarations
2019-07-31 Momchil Velikov[AArch64] Add support for Transactional Memory Extensio...
2019-07-31 Sam Elliott[RISCV] Support 'f' Inline Assembly Constraint
2019-07-31 Simon Cook[RISCV] Add support for floating point registers in...
2019-07-31 Johannes Doerfert[Fix] Customize warnings for missing built-in types
2019-07-31 JF Bastien[NFC] Remove LLVM_ALIGNAS
2019-07-31 Alex LorenzNFCI, optimize layout of FileEntry
2019-07-30 Erik Pilkington[Sema] Actually map a variable template specialization...
2019-07-30 Sam McCallRevert "[NFC][clang] Refactor getCompilationPhases...
2019-07-30 Rainer Orth[Driver] Support -fsanitize=function on Solaris/x86
2019-07-30 JF Bastien[NFC] simplify Darwin environment handling
2019-07-30 Erik Pilkington[Parser] Lambda capture lists can start with '*'
2019-07-30 Puyan Lotfi[NFC][clang] Refactor getCompilationPhases()+Types...
2019-07-30 Reid KlecknerRemove cache for macro arg stringization
2019-07-30 David Major[COFF][ARM64] Reorder handling of aarch64 MSVC builtins
2019-07-30 Aaron BallmanAdd typedef declaration information to the JSON AST...
2019-07-30 Rainer Orth[Driver] Define _FILE_OFFSET_BITS=64 on Solaris
2019-07-30 Sander de Smalen[AArch64] Disable __ARM_FEATURE_SVE without ACLE.
2019-07-30 Qiu Chaofan[PowerPC] [Clang] Add platform guards to PPC vector...
2019-07-29 JF BastienFix Linux build
2019-07-29 JF Bastien[NFC] avoid AlignedCharArray in clang
2019-07-29 Jonas Devlieghere[DependencyCollector] Make maybeAddDependency virtual...
2019-07-29 Vedant Kumar[docs] Add a note about where UBSan emits logs
2019-07-29 Vedant Kumar[DebugInfo] Don't emit incorrect descriptions of thunk...
2019-07-29 Jordan Rupprecht[driver][test] Use /dev/null in as-options.s instead
2019-07-29 Richard SmithGive the 'signed/unsigned wchar_t' extension a warning...
2019-07-29 Richard SmithWhen determining whether a lambda-expression is implici...
2019-07-29 Jordan Rupprecht[driver][test] Update as-options.s to not write to...
2019-07-29 Reid KlecknerFix taint-generic.c on Windows, handle case in OS error
2019-07-29 Sven van Haastregt[OpenCL] Rename builtin definition classes
2019-07-29 Nico Weberclang-format clang/lib/Format
2019-07-29 Rafael Stahldoc: Fix Google C++ Style Guide link.
2019-07-29 Mike SpertusImprove MSVC visualizers for DeclSpec and TemplateName
2019-07-28 Gabor BorsikBuildbot fix for r367190
2019-07-28 Gabor Borsik[analyzer] Add yaml parser to GenericTaintChecker
2019-07-28 Hideto Ueno[FunctionAttrs] Annotate "willreturn" for intrinsics
2019-07-27 Bjorn Pettersson[Driver] Additional fixup of NOWARN test case from...
next