]> granicus.if.org Git - clang/shortlog
clang
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...
2018-07-02 George Karpenkov[analyzer] [tests] Pass clang executable path to prefix...
2018-07-02 Balazs KeriTest commit access
2018-07-02 Nico Weber[ms] Fix mangling of char16_t and char32_t to be compat...
2018-06-30 Yaron KerenAdd expected fail triple x86_64-pc-windows-gnu to test...
2018-06-30 Craig Topper[X86] Correct the width of mask arguments in intrinsic...
2018-06-30 Tom StellardDriver: Add an explicit target to testcase from r336037
2018-06-30 Tom StellardDriver: Don't mix system tools with devtoolset tools...
2018-06-30 Craig Topper[X86] Remove masking from the avx512 rotate builtins...
2018-06-30 Bruno Cardoso... Add protocol redefinition to the current scope/context
2018-06-29 Justin Lebar[CUDA] Make __host__/__device__ min/max overloads const...
2018-06-29 Justin Lebar[CUDA] Make min/max shims host+device.
2018-06-29 George Karpenkov[analyzer] [tests] Allow the tested project to specify...
2018-06-29 George Karpenkov[analyzer] [tests] Fix 80 column violation in SATestBui...
2018-06-29 Richard SmithPR33924: merge local declarations that have linkage...
2018-06-29 David BlaikieSpurious commit just to help Richard, because git is...
2018-06-29 Richard Smith[modules] Emit the type of the TypeSourceInfo for a...
2018-06-29 Richard SmithSpecify an explicit underlying type for this enum to...
2018-06-29 Dimitry AndricRequest init/fini array on FreeBSD 12 and later
2018-06-29 Brad Smith[mips][ias] Enable IAS by default for OpenBSD / FreeBSD...
2018-06-29 Mikhail R.... [analyzer] Replace the vector of ConstraintSets by...
2018-06-29 Jessica Paquette[MachineOutliner] Make -mno-outline use -enable-machine...
2018-06-29 Leonard Chan[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
2018-06-29 Ben Hamilton[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:...
2018-06-29 Krasimir Georgiev[clang-format] Support additional common functions...
2018-06-29 Gabor Marton[ASTImporter] Added import of CXXStdInitializerListExpr
2018-06-29 Kristof Umann[analyzer][UninitializedObjectChecker] Added a NotesAsW...
2018-06-29 Gabor Marton[ASTImporter] Eliminated some unittest warnings.
2018-06-29 Craig Topper[X86] Remove masking from the avx512 packed sqrt builti...
2018-06-28 Alex Lorenz[frontend] Don't include the C++ stdlib for -x assemble...
2018-06-28 David BlaikieDebugInfo: Add -gno-gnu-pubnames to allow disabling...
2018-06-28 Mikhail R.... [analyzer] fix test case expected warning
2018-06-28 Mikhail R.... [analyzer] Move test to the correct directory
2018-06-28 George Burgess IV[Parse] Make -Wgcc-compat complain about for loop inits...
2018-06-28 Mikhail R.... [analyzer] Fix wrong comparison generation of the range...
2018-06-28 Richard SmithPR37979: integral promotions in C++ treat enum bit...
2018-06-28 Petr Hosek[CMake] Don't build Linux targets on Darwin in Fuchsia...
2018-06-28 Petr Hosek[CMake] Build static runtimes for host in Fuchsia first...
2018-06-28 Joel E. Denny[OPENMP] Fix incomplete type check for array reductions
2018-06-28 Joel E. DennyRevert r335907: [OPENMP] Fix incomplete type check...
next