]> granicus.if.org Git - clang/shortlog
clang
2019-04-05 Sam McCall[Tooling] add a Heuristic field indicating that a Compi...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add Transformer, a library for source...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add "SourceCode" library for functions...
2019-04-05 Alex Lorenz[test] Specify an explicit darwin version in a triple in
2019-04-04 Evandro Menezes[IR] Refactor attribute methods in Function class ...
2019-04-04 Nico WeberMake SourceManager::createFileID(UnownedTag, ...) take...
2019-04-04 David GoldmanSpecial case ObjCPropertyDecl for printing
2019-04-04 Alexey Bataev[OPENMP]Add codegen for task reduction vars with alloca...
2019-04-04 Stephen HinesVerify that Android targets generate DWARF 4 by default.
2019-04-04 Alexey Bataev[OPENMP]Add codegen for linear vars with allocate claus...
2019-04-04 Alexey Bataev[OPENMP]Fix lookup of the user-defined reductions in C.
2019-04-04 Alex Bradbury[RISCV] Fix rL357699 by adding missing zero-length...
2019-04-04 Nico WeberUpdating Chromium's Java import order
2019-04-04 Alex Bradbury[RISCV] Collect library directories and triples for...
2019-04-04 Krasimir Georgiev[clang-format] Preserve include blocks in ObjC Google...
2019-04-04 Alex Bradbury[RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknow...
2019-04-04 Sam McCall[CodeComplete] Fix crash when completing ObjC block...
2019-04-04 Anastasia Stulova[PR41157][OpenCL] Prevent implicit init of local addr...
2019-04-04 Anastasia Stulova[PR41276] Fixed incorrect generation of addr space...
2019-04-04 David L. JonesRevert r357452 - 'SimplifyCFG SinkCommonCodeFromPredece...
2019-04-03 Amy Huangadd periods
2019-04-03 Evandro Menezes[IR] Create new method in `Function` class (NFC)
2019-04-03 Alexey Bataev[OPENMP]Add codegen for reduction vars with allocate...
2019-04-03 Alexey Bataev[OPENMP]Add codegen for lastprivate vars with allocate...
2019-04-03 Artem DergachevRevert "[analyzer] Toning down invalidation a bit".
2019-04-03 Alexey Bataev[OPENMP]Add codegen for firstprivate vars with allocate...
2019-04-03 Alexey BataevRevert "[LibTooling] Add Transformer, a library for...
2019-04-03 Jennifer YuBug-40323: MS ABI adding template static member in...
2019-04-03 Krasimir Georgiev[clang-format] Do not emit replacements while regroupin...
2019-04-03 Aaron BallmanWhitespace and formatting changes; NFC.
2019-04-03 Aaron BallmanAdd a new attribute documentation category for declarat...
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...
next