]> granicus.if.org Git - clang/shortlog
clang
2018-05-22 Brock Wyma[CodeView] Enable debugging of captured variables withi...
2018-05-22 Krasimir Georgiev[clang-format] Add a test case for crash
2018-05-22 Amara EmersonRevert "CodeGen, Driver: Start using direct split dwarf...
2018-05-22 Amara EmersonRevert "Fix another make_unique ambiguity."
2018-05-22 Amara EmersonRevert "Add missing x86-registered-target."
2018-05-22 Martin Probstclang-format: [JS] do not wrap before any `is`.
2018-05-22 David Chisnall[objc-gnustep2] Use unsigned char to avoid potential...
2018-05-22 David Chisnall[objc-gnu] Fix test.
2018-05-22 David Chisnall[objc-gnustep2] Use isalnum instead of a less efficient...
2018-05-22 David ChisnallRevert "Revert r332955 "GNUstep Objective-C ABI version 2""
2018-05-22 Krasimir Georgiev[clang-format] Fix crash in getLengthToMatchingParen
2018-05-22 Bjorn PetterssonRevert r332955 "GNUstep Objective-C ABI version 2"
2018-05-22 David ChisnallAdd cctype include.
2018-05-22 David ChisnallGNUstep Objective-C ABI version 2
2018-05-22 Craig Topper[X86] Prevent inclusion of __wmmintrin_aes.h and __wmmi...
2018-05-21 Raphael IsemannAdd missing include for cstdint to Visibility.h
2018-05-21 Peter CollingbourneAdd missing x86-registered-target.
2018-05-21 Craig Topper[X86] Remove a builtin that should have been removed...
2018-05-21 Peter CollingbourneFix another make_unique ambiguity.
2018-05-21 Craig Topper[X86] Remove masking from pternlog llvm intrinsics...
2018-05-21 Richard SmithRevert r332847; it caused us to miscompile certain...
2018-05-21 Peter CollingbourneCodeGen, Driver: Start using direct split dwarf emissio...
2018-05-21 Craig Topper[X86] Use __builtin_convertvector to implement some...
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-21 Richard SmithRevert r332028; see PR37545 for details.
2018-05-21 Mark Searles[Clang Tablegen] Add llvm_unreachable() to getModifierN...
2018-05-21 Alexey Bataev[OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP...
2018-05-21 Daniil Fukalov[AMDGPU] fixes for lds f32 builtins
2018-05-21 Serge Pavlov[CodeGen] Recognize more cases of zero initialization
2018-05-21 Momchil Velikov[Sema] Fix incorrect packed aligned structure layout
2018-05-21 Pavel Labath[CodeGen] Disable aggressive structor optimizations...
2018-05-21 Craig Topper[X86] Remove some preprocessor feature checks from...
2018-05-21 Craig Topper[X86] Remove some unused builtins.
2018-05-20 Craig Topper[X86] Remove mask arguments from permvar builtins/intri...
2018-05-20 Nico WeberRevert 332750, clang part (see comment on D46910).
2018-05-20 Saleem AbdulrasoolSema: diagnose invalid catch parameter in ObjC
2018-05-20 Vassil VassilevPrint the qualified name when dumping deserialized...
2018-05-19 Brian Gesiak[Driver] Temporarily remove test for LLVM findNearest
2018-05-19 Brian Gesiak[Driver] Loosen test for LLVM findNearest
2018-05-19 JF BastienCodeGen: block capture shouldn't ICE
2018-05-19 Eric FiselierAdjust and fix failing CXX tests after r332799
2018-05-19 Eric Fiselier[Clang Tablegen][RFC] Allow Early Textual Substitutions...
2018-05-18 Sunil SrivastavaDo not enable RTTI with -fexceptions, for PS4
2018-05-18 Shoaib Meenai[test] Fix run line to use correct triple
2018-05-18 Douglas YungMaintain PS4 ABI compatibility by making the fix made...
2018-05-18 Richard SmithRevert r332470 (and corresponding tests in r332492).
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-18 Eric LiuRevert "Move #include manipulation code to new lib...
2018-05-18 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-18 Craig Topper[X86] Fix a bad cast from mask16 to mask8 in _mm256_mas...
2018-05-18 Eric LiuFix unused variable warning in r332724
2018-05-18 Eric Liu[Tooling] Add an overload of runToolOnCodeWithArgs...
2018-05-18 Gabor Marton[ASTImporter] Enable disabled but passing test
2018-05-18 Ben Hamilton[clang-format/ObjC] Correctly annotate single-component...
2018-05-18 Yaxun Liu[HIP] Support offloading by linker script
2018-05-18 Eric LiuMove #include manipulation code to new lib/Tooling...
2018-05-18 Eric Liu[VFS] Implement getRealPath for OverlayFileSystem.
2018-05-18 Alexander IvchenkoThis patch aims to match the changes introduced
2018-05-18 Gabor MartonDo not try to remove invisible Decls from DeclContext
2018-05-17 Peter CollingbourneSupport: Add a raw_ostream::write_zeros() function...
2018-05-17 Reid KlecknerAdd missing test case for r332639
2018-05-17 Reid KlecknerFix a mangling failure on clang-cl C++17
2018-05-17 Walter Lee[sanitizer] Don't add --export-dynamic for Myriad
2018-05-17 Justin Lebar[CUDA] Allow "extern __shared__ Foo foo[]" within anon...
2018-05-17 Justin Lebar[CUDA] Make std::min/max work when compiling in C+...
2018-05-17 Nico WeberFix __uuidof handling on non-type template parameter...
2018-05-17 Peter Smith[AArch64] Correct inline assembly test case for S modif...
2018-05-17 Jan KorousUse dotted format of version tuple for availability...
2018-05-17 Yaxun LiuCodeGen: Fix invalid bitcast for lifetime.start/end
2018-05-17 Eric LiuAdd vfs::FileSystem::getRealPath
2018-05-17 Gabor Marton[ASTImporter] Fix missing implict CXXRecordDecl
2018-05-17 Ivan Donchevskii[libclang] Allow skipping function bodies in preamble...
2018-05-17 Ivan Donchevskii[Frontend] Avoid running plugins during code completion...
2018-05-17 Ivan DonchevskiiRevert https://reviews.llvm.org/D46050 and https:/...
2018-05-17 Jacek Olesiak[clang-format] Fix putting ObjC message arguments in...
2018-05-17 Ivan Donchevskii[libclang] Allow skipping function bodies in preamble...
2018-05-17 Clement CourbetFix rL332458: [AST] Added a helper to extract a user...
2018-05-16 George Karpenkov[analyzer] Extend ObjCAutoreleaseWriteChecker to catch...
2018-05-16 George Karpenkov[ASTMatchers] Introduce a blockDecl matcher for matchin...
2018-05-16 George Karpenkov[analyzer] Change the warning message for GCD antipatte...
2018-05-16 Volodymyr Sapsai[Sema] Fix assertion when constructor is disabled with...
2018-05-16 Erich KeaneAdd lit tests forgotten for R332470
2018-05-16 Bruno Cardoso... [Modules] Do not diagnose missing import in recovery...
2018-05-16 Joel E. Denny[Attr] Don't print fake MSInheritance argument
2018-05-16 Joel E. DennyRevert r332474: [Attr] Don't print fake MSInheritance...
2018-05-16 Alexey Bataev[OPENMP] DO not crash on combined constructs in declare...
2018-05-16 Joel E. Denny[Attr] Don't print fake MSInheritance argument
2018-05-16 Sanjay Patel[OpenCL] make test independent of optimizer
2018-05-16 Erich KeaneAdd support for __declspec(code_seg("segname"))
2018-05-16 Ivan Donchevskii[Frontend] Avoid running plugins during code completion...
2018-05-16 Alexey Bataev[OPENMP, NVPTX] Add check for SPMD mode in orphaned...
2018-05-16 Eric LiuFix an Index test caused by a clang-format change ...
2018-05-16 Henry Wong[analyzer] Improve the modeling of memset().
2018-05-16 Ilya Biryukov[AST] Added a helper to extract a user-friendly text...
2018-05-16 Ilya Biryukov[CodeComplete] Expose helpers to get RawComment of...
2018-05-16 Gabor MartonTest commit access: remove superflous spaces
2018-05-16 Jonas Devlieghere[diagtool] Add diagtool to install target.
2018-05-16 Francois Ferrandclang-format: Allow optimizer to break template declara...
2018-05-16 Francois Ferrandclang-format: tweak formatting of variable initializati...
next