]> granicus.if.org Git - clang/shortlog
clang
2019-04-03 Aaron BallmanFixing a typo; NFC.
2019-04-03 Xing GUOFix typos in tests. NFC.
2019-04-03 Yitzhak Mandelbaum[LibTooling] Add Transformer, a library for source...
2019-04-03 Eric Liu[clang-format] Regroup #includes into blocks for Google...
2019-04-03 Sylvestre LedruAdding 'CLion integration' to clang-format doc
2019-04-03 Fangrui Song[libclang][test] Suppress annoying 'LIBCLANG TOOLING...
2019-04-03 Artem Dergachev[analyzer] When failing to evaluate a __builtin_constan...
2019-04-03 Alon Zakai[WebAssembly] Add Emscripten OS definition + small_printf
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Erik Pilkington[Sema] Fix a use-after-deallocate of a ParsedAttr
2019-04-02 Erik Pilkington[CodeGen] Fix a regression by emitting lambda expressio...
2019-04-02 Alexey Bataev[OPENMP]Add codegen for private vars with allocate...
2019-04-02 Simon Atanasyan[driver][mips] Check both `gnuabi64` and `gnu` suffixes...
2019-04-02 Simon Atanasyan[driver] clang-format. Fix indentation, split long...
2019-04-02 Vedant Kumar[os_log] Mark os_log_helper `nounwind`
2019-04-02 Alexey Bataev[OPENMP]Fix mapping of the pointers captured by reference.
2019-04-02 Pierre Gousseau[Driver] Enable -fsanitize-address-globals-dead-strippi...
2019-04-02 Simon PilgrimFix Wimplicit-fallthrough warning introduced in rL35746...
2019-04-02 Strahinja Petrovic[PowerPC] Fix issue with inline asm - soft float mode
2019-04-02 Mikael HolmenFix compiler warning, remove extra ";" [NFC]
2019-04-02 Hans WennborgSimplifyCFG SinkCommonCodeFromPredecessors: Also sink...
2019-04-01 Michael Kruse[CodeGen] Generate follow-up metadata for loops with...
2019-04-01 Alexey Bataev[OPENMP]Allocate clause allocator in target region.
2019-04-01 Gabor MartonAttempt to fix failing buildbot (ppc64le)
2019-04-01 Gabor Marton[ASTImporter] Convert ODR diagnostics inside ASTImporte...
2019-04-01 Gabor Marton[ASTImporter] Make ODR error handling configurable
2019-04-01 Alexey Bataev[OPENMP] Check that allocated variables are used in...
2019-03-31 Sanjay Patel[InstCombine] canonicalize select shuffles by commuting
2019-03-31 David Chisnall[gnustep-objc] Make the GNUstep v2 ABI work for Windows...
2019-03-31 David ChisnallCOMDAT-fold block descriptors.
2019-03-31 David Chisnall[objc-gnustep] Use .init_array not .ctors when requested.
2019-03-31 Fangrui SongRange-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-30 Fangrui Song[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION...
2019-03-30 Paul Hoad[clang-format] [PR41187] moves Java import statements...
2019-03-30 Reuben Thomas[clang-format]: Add NonEmptyParentheses spacing option
2019-03-30 Anton AfanasyevAdds `-ftime-trace` option to clang that produces Chrom...
2019-03-29 Artem Dergachev[analyzer] MIGChecker: Add support for more deallocator...
2019-03-29 Hubert Tong[lit] Set shlibpath_var on AIX
2019-03-29 Artem DergachevRevert "[analyzer] Introduce a simplified API for addin...
2019-03-29 Artem Dergachev[analyzer] PR41239: Fix a crash on invalid source locat...
2019-03-29 Artem Dergachev[analyzer] Move taint API from ProgramState to a separa...
2019-03-29 Artem Dergachev[analyzer] PR37501: Disable assertion for logical op...
2019-03-29 Artem Dergachev[analyzer] Introduce a simplified API for adding custom...
2019-03-29 Thomas Lively[WebAssembly] Add mutable globals feature
2019-03-29 Erik Pilkington[Sema] Avoid sending a dependent expression to the...
2019-03-29 Volodymyr Sapsai[Sema] Fix assertion when `auto` parameter in lambda...
2019-03-29 Dan Albert[Driver] Use --warn-shared-textrel for Android.
2019-03-29 George Burgess IVVarious fixes and additions to creduce-clang-crash.py
2019-03-29 Scott Linder[AMDGPU] Switch default DWARF version to 5
2019-03-29 Julie Hockett[fuchsia] Add clang-doc to Fuchsia distribution
2019-03-29 Hans Wennborgclang-cl: Expose -fprofile-generate and -fcs-profile...
2019-03-29 Oliver Stannard[AArch64] Support selecting TPIDR_EL[1-3] as the thread...
2019-03-29 Kang Zhang[PowerPC] Add the support for __builtin_setrnd() in...
2019-03-29 Michael Liao[Sema] Fix a crash when nonnull checking
2019-03-29 Akira Hatanaka[CodeGen][ObjC] Adjust the addresses passed to calls...
2019-03-29 Akira HatanakaFix typos and formatting. NFC.
2019-03-28 Reid Kleckner[MS] Make __iso_volatile_* available on all targets
2019-03-28 Alexey Bataev[OPENMP]Add check for undefined behavior with thread...
2019-03-28 Dan Albert[Driver] Default Android toolchains to noexecstack.
2019-03-28 Sam Clegg[WebAssembly] Reland of rL356953 (4dcf3acce6)
2019-03-28 Benjamin KramerMake helper functions static. NFC.
2019-03-28 Shoaib Meenai[CodeGen] Add additional mangling for struct members...
2019-03-28 Adam Balogh[Analyzer] Constraint Manager - Calculate Effective...
2019-03-28 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-03-28 Anastasia Stulova[PR41247] Fixed parsing of private keyword in C++.
2019-03-28 Fangrui SongFix tests after rC357150
2019-03-28 Fangrui Song[Driver] Allow -gsplit-dwarf on ELF OSes other than...
2019-03-27 Derek SchuffRevert "[WebAssembly] Don't use default GetLinkerPath"
2019-03-27 Shafik Yaghmour[ASTImporter] Fix IsStructuralMatch specialization...
2019-03-27 Alexey Bataev[OPENMP]Initial support for 'allocate' clause.
2019-03-27 George RimarRevert the r348352 "[clang] - Simplify tools::SplitDebu...
2019-03-26 Erik PilkingtonEmit -Wfortify-source using DiagRuntimeBehaviour
2019-03-26 Erik Pilkington[Sema] Fix an assert when a block captures a constexpr...
2019-03-26 Duncan P. N... Basic: Return a reference from FileManager::getVirtualF...
2019-03-26 Duncan P. N... Frontend: Remove CompilerInstance::VirtualFileSystem...
2019-03-26 Shoaib Meenai[cmake] Reset variable before using it
2019-03-26 Jessica PaquetteMake -mno-outline pass -enable-machine-outliner=never...
2019-03-26 Ronald Wampler[clang-format] Add style option AllowShortLambdasOnASin...
2019-03-26 Fangrui Song[CodeGen] Delete never used LValueAlign
2019-03-26 Anastasia Stulova[OpenCL] Allow variadic macros as Clang feature.
2019-03-26 Sylvestre Ledruupdate the release notes after the change of 'clang...
2019-03-26 Roger Ferrer... [RISCV] Pass -target-abi to -cc1as
2019-03-26 Petr Hosek[CMake][Fuchsia] Merge static libunwind and libc++abi...
2019-03-26 Artem Dergachev[CFG] [analyzer] pr41142: C++17: Skip transparent InitL...
2019-03-25 Reid Kleckner[MS] Add frontend support for __declspec(allocator)
2019-03-25 Bruno Ricci[Sema] Don't check for array bounds when the types...
2019-03-25 Sam Clegg[WebAssembly] Don't use default GetLinkerPath
2019-03-25 Konstantin... AMDGPU: Add support for cross address space synchroniza...
2019-03-25 JF BastienThread Safety: also look at ObjC methods
2019-03-25 Sylvestre Ledruclang -dumpversion returns 4.2.1 for legacy reason...
2019-03-25 Mikhail R.... Moved everything SMT-related to LLVM and updated the...
2019-03-25 Krasimir Georgiev[clang-format] Refine structured binding detection
2019-03-25 Bruno Ricci[Sema][NFCI] Don't allocate storage for the various...
2019-03-25 Evandro Menezes[clang] Remove cmake warning message (NFC)
2019-03-25 Haojian WuRevert "[clang-format] Keep protobuf "package" statemen...
2019-03-25 Anastasia Stulova[OpenCL] Allow addr space spelling without __ prefix...
2019-03-25 Balazs Keri[ASTImporter] Changed use of Import to Import_New in...
2019-03-25 Brian GesiakUn-revert "[coroutines][PR40978] Emit error for co_yiel...
next