]> granicus.if.org Git - clang/shortlog
clang
2018-07-10 Erich Keane[NFC] Switch CodeGenFunction to use value init instead...
2018-07-10 Bjorn PetterssonPatch to fix pragma metadata for do-while loops
2018-07-10 Evgeniy StepanovRevert r336590 "[libclang] evalute compound statement...
2018-07-10 Evgeniy StepanovRevert r336591 "[libclang] NFC, simplify clang_Cursor_E...
2018-07-10 John BaldwinFix a typo/regression in r335495.
2018-07-10 Paul RobinsonSupport -fdebug-prefix-map for assembler source (pass...
2018-07-10 Matt ArsenaultAMDGPU: Try to fix test again
2018-07-10 Matt ArsenaultUpdate test for backend error message change
2018-07-10 Mikhail R.... [analyzer] Add option to set maximum symbol complexity...
2018-07-10 Yuka Takahashi[modules] Fix 37878; Autoload subdirectory modulemaps...
2018-07-10 Omer Paparo... Fixing builtin __atomic_fetch_min declaration
2018-07-10 Martin Storsjo[MinGW] Skip adding default win32 api libraries if...
2018-07-10 Martin Storsjo[MinGW] Treat any -lucrt* as replacing -lmsvcrt
2018-07-10 Mikhail Dvoretckii[X86] Lowering integer truncation intrinsics to native IR
2018-07-10 Stephen KellyTest commit
2018-07-10 Craig Topper[X86] Use masked the masked scalar fma builtins to...
2018-07-10 Erik Pilkington[Sema] Fix a structured binding typo correction bug
2018-07-10 Richard Trieu[ODRHash] Merge the two function hashes into one.
2018-07-10 Eric ChristopherUpdate crash diagnostics test to avoid attempting to...
2018-07-10 Akira HatanakaFix parsing of privacy annotations in os_log format...
2018-07-10 Craig Topper[X86] Remove custom handling for __builtin_ia32_divss_r...
2018-07-10 Craig Topper[X86] Add __builtin_ia32_selectss_128 and __builtin_ia3...
2018-07-09 Richard TrieuRename function calls missed in r336605
2018-07-09 Fangrui Song[Index] Add index::IndexingOptions::IndexImplicitInstan...
2018-07-09 Fangrui Song[AST] Rename some Redeclarable functions to reduce...
2018-07-09 Bob HaarmanAdded -fcrash-diagnostics-dir flag
2018-07-09 Stefan Pintilie[Power9] [CLANG] Add __float128 support for trunc to...
2018-07-09 Alexey Bataev[OPENMP] Do not mark local variables as declare target.
2018-07-09 Alex Lorenz[libclang] NFC, simplify clang_Cursor_Evaluate
2018-07-09 Alex Lorenz[libclang] evalute compound statement cursors before...
2018-07-09 Eric Liu[Index] Ignore noop #undef's when handling macro occurr...
2018-07-09 Craig Topper[Builtins][Attributes][X86] Tag all X86 builtins with...
2018-07-09 Stefan Pintilie[Power9] Add __float128 builtins for Round To Odd
2018-07-09 Alexey Bataev[OPENMP, NVPTX] Do not globalize local variables in...
2018-07-09 Ilya Biryukov[PCH] Add an option to not write comments into PCH
2018-07-09 Eric LiuTry to fix build bot after r336524
2018-07-09 Ilya Biryukov[Preamble] Check system dependencies in preamble too
2018-07-09 Rafael Stahl[ASTImporter] fix test failure corrected by fixed func...
2018-07-09 Heejin Ahn[Index] Add clangLex to LINK_LIBS
2018-07-09 Eric Liu[Index] Add indexing support for MACROs.
2018-07-09 Rafael Stahl[ASTImporter] import FunctionDecl end locations
2018-07-09 Jacek Olesiak[clang-format/ObjC] Put ObjC method arguments into...
2018-07-09 Jacek Olesiak[clang-format/ObjC] Improve split priorities for ObjC...
2018-07-09 Jacek Olesiak[clang-format/ObjC] Prohibit breaking after a bracket...
2018-07-09 Jacek Olesiak[clang-format/ObjC] Fix counting selector name parts...
2018-07-08 Craig Topper[X86] Add new scalar fma intrinsics with rounding mode...
2018-07-07 Craig Topper[X86] Remove __builtin_ia32_vfnmsubsd3_mask3 and __buil...
2018-07-07 Craig Topper[X86] Remove some unnecessarily escaped new lines from...
2018-07-07 Craig Topper[X86] Fix a few intrinsics that were ignoring their...
2018-07-07 Reka Kovacs[analyzer] Add support for data() in DanglingInternalBu...
2018-07-07 Reka Kovacs[analyzer] Highlight c_str() call in DanglingInternalBu...
2018-07-07 Reka Kovacs[analyzer] Fix -Wcovered-switch-default warning in...
2018-07-07 Reka Kovacs[analyzer] Highlight container object destruction in...
2018-07-07 Craig Topper[X86] Change _mm512_shuffle_pd and _mm512_shuffle_ps...
2018-07-07 Craig Topper[X86] Fix various type mismatches in intrinsic headers...
2018-07-07 Richard SmithP0806R2 Implicit capture of this with a capture-default...
2018-07-07 Erik Pilkington[Sema] Emit -Wincomplete-implementation for partial...
2018-07-07 Richard TrieuCheck returned type is valid before using it.
2018-07-06 Craig Topper[X86] When creating a select for scalar masked sqrt...
2018-07-06 Jessica Paquette[MachineOutliner] Properly pass -moutline along to...
2018-07-06 Craig Topper[X86] Add missing scalar fma intrinsics with rounding...
2018-07-06 George Karpenkov[ASTMatchers] A matcher for Objective-C @autoreleasepool
2018-07-06 Alexey Bataev[OPENMP] Fix PR38026: Link -latomic when -fopenmp is...
2018-07-06 Alexey Bataev[OPENMP] Make clauses closing loc point to right bracket.
2018-07-06 Florian Hahn[Driver,AArch64] Add support for -mcpu=native.
2018-07-06 Eric Liu[SemaCodeComplete] Expose a method to create CodeComple...
2018-07-06 Craig Topper[X86] Implement _builtin_ia32_vfmaddss and _builtin_ia3...
2018-07-06 Hans Wennborg[ms] Fix mangling of string literals used to initialize...
2018-07-05 Alex Lorenz[Sema] -Wformat-pedantic only for NSInteger/NSUInteger...
2018-07-05 Craig Topper[X86] Use shufflevector instead of a select with a...
2018-07-05 Erich KeaneAdd PCH tests for R336379
2018-07-05 Erich Keane[clang-cl, PCH] Implement support for MS-style PCH...
2018-07-05 Erich KeaneFix __builtin_*_overflow when out-param isn't constexpr
2018-07-05 Gabor Buella[X86] Fix some vector cmp builtins - TRUE/FALSE predicates
2018-07-05 Vladimir Stefanovic[mips] Add '-mcrc', '-mno-crc' options to enable/disabl...
2018-07-05 Gabor Buella[X86] NFC - add more test cases for vector cmp intrinsics
2018-07-05 Gabor Marton[ASTImporter] Fix import of objects with anonymous...
2018-07-05 Kirill Bobyrev[NFS] Wipe trailing whitespaces
2018-07-05 Lei Huang[Power9] Update fp128 as a valid homogenous aggregate...
2018-07-05 Fangrui Song[Index] Remove unused index::IndexDataConsumer::_anchor()
2018-07-04 Rafael Stahl[analyzer][ctu] fix unsortable diagnostics
2018-07-04 Rafael Stahl[ASTImporter] import macro source locations
2018-07-04 Gabor BuellaNFC - Fix type in builtins-ppc-p9vector.c test
2018-07-04 Gabor BuellaNFC - Fix typo in test/CodeGenObjC/gnustep2-class.m
2018-07-04 Gabor BuellaNFC - Fix typo in test/Layout/itanium-pack-and-align.cpp
2018-07-04 Eric FiselierAdd missing include for size_t
2018-07-04 Eric Liu[SemaCodeComplete] Make sure visited contexts are passe...
2018-07-04 Ilya Biryukov[Sema] Fix crash in getConstructorName.
2018-07-04 Gabor BuellaNFC - typo fix in test/CodeGen/avx512f-builtins.c
2018-07-04 Richard SmithPR33924: merge local declarations that have linkage...
2018-07-04 Michael Kruse[Sema] Consider all format_arg attributes.
2018-07-03 Erik Pilkington[Sema] Discarded statment should be an evaluatable...
2018-07-03 Richard SmithFactor out Clang's desired 8MB stack size constant...
2018-07-03 Erich KeaneFix allocation of Nullability attribute.
2018-07-03 Zachary TurnerFix crash in clang.
2018-07-03 Kostya Kortchinsky[Driver] Add PPC64 as supported for Scudo
2018-07-03 Hans WennborgRevert r336021 "PR33924: merge local declarations that...
2018-07-03 Steven Wu[Driver][Darwin] Use Host Triple to infer target os...
2018-07-02 Richard SmithPer C++ [over.match.copy]p1, direct-initialization...
2018-07-02 Piotr Padlewski[CodeGenCXX] Emit strip.invariant.group with -fstrict...
next