]> granicus.if.org Git - clang/shortlog
clang
2017-04-20 Richard SmithAdd a triple to codegen test.
2017-04-20 Carlo Bertolli[OpenMP] Prepare sema to support combined constructs...
2017-04-19 Kostya Serebryany[sanitizer-coverage] trim down the docs
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 Erich KeaneCorrrect warn_unused_result attribute
2017-04-19 Richard SmithFix assertion failure in codegen on non-template deduct...
2017-04-19 Craig Topper[CodeGen] Use preincrement version of APInt::operator...
2017-04-19 Kostya SerebryanyFix a leak in tools/driver/cc1as_main.cpp
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 David BlaikieParse backend options during thinlto backend compile...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate some of the stale covera...
2017-04-19 Vedant Kumar[Coverage] Don't emit mappings for functions in depende...
2017-04-19 Akira Hatanaka[Sema][ObjC] Disallow jumping into ObjC fast enumeratio...
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-19 Alex LorenzAdd #pragma clang attribute support to the external_sou...
2017-04-19 Gabor HorvathRemove unnecessary condition as suggested by clang...
2017-04-19 Jonas Hahnfeld[Driver] Unify linking of OpenMP runtime. NFCI.
2017-04-19 Roger Ferrer... Avoid assert when a non-static member function is quali...
2017-04-19 Alex LorenzAdd support for editor placeholders to Clang
2017-04-19 Daniel Jasperclang-format: Properly match parens of macro parameter...
2017-04-19 Chandler CarruthRevert r300653 and r300650. The underlying commit fixes...
2017-04-19 Craig Topper[CodeGen] Use APInt::lshrInPlace instead of APInt:...
2017-04-19 Richard SmithFix member function call with null 'this' pointer.
2017-04-19 Richard Smith[modules] Properly look up the owning module for an...
2017-04-18 Reid KlecknerUse less temporary AttributeLists NFC
2017-04-18 Richard Smith[modules-ts] Fold together -x c++ and -x c++-module...
2017-04-18 Richard SmithDo not warn about whitespace between ??/ trigraph and...
2017-04-18 Vassil VassilevPR30508: Downgrade error to warning if the umbrella...
2017-04-18 Alex LorenzThe SubjectMatchRule enum should not be used as a Dense...
2017-04-18 Ekaterina Romanova[DOXYGEN] Minor improvements in doxygen comments.
2017-04-18 Reid KlecknerRemove unused varible
2017-04-18 Manoj Gupta[AArch64][clang] Pass cpu/arch information to assembler...
2017-04-18 Manoj GuptaTesting commit access.
2017-04-18 Martell Malonemingw-w64: enable support for __declspec(selectany)
2017-04-18 Alex Lorenz[ASTPrinter] Print template parameter lists for out...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Martell MaloneDriver: Better detection of mingw-gcc
2017-04-18 Oliver Stannard[ARM] Add hardware build attributes in assembler
2017-04-18 Oliver Stannard[ARM,AArch64] Define __ELF__ for arm-none-eabihf and...
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzFix one more 'not all control paths return a value...
2017-04-18 Alex Lorenz[TableGen] Fix MSVC warning that occurs in TableGen...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Eric FiselierAssert that a valid operator new/delete signature is...
2017-04-18 Eric FiselierSpeculatively attempt to fix bot failures caused by...
2017-04-18 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-18 Adrian PrantlDebug Info: Remove special-casing of indirect function...
2017-04-17 Richard SmithFix mishandling of escaped newlines followed by newline...
2017-04-17 Eric FiselierRename coroutine warning when unhandled_exception(...
2017-04-17 Eric FiselierRevert r300504 - [coroutines] Fix rebuilding of implici...
2017-04-17 Vedant Kumar[ubsan] Skip null checks if they are constant-folded...
2017-04-17 Vedant Kumar[ubsan] Skip null checks on pointers to the start of...
2017-04-17 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-04-17 Hans Wennborgclang-cl: Support the /Zc:twoPhase[-] command-line...
2017-04-17 Benjamin KramerRevert "Address http://bugs.llvm.org/pr30994 so that...
2017-04-17 Yaxun LiuCodeGen: Let byval parameter use alloca address space
2017-04-17 Yaxun LiuCodeGen: Let lifetime intrinsic use alloca address...
2017-04-17 David BlaikieUse default ref capture to simplify local lambdas,...
2017-04-17 Akira Hatanaka[ObjC] Mark loads from __NSArray0 and __NSDictionary0...
2017-04-17 Yaron KerenAddress http://bugs.llvm.org/pr30994 so that a non...
2017-04-16 Alexander Shaposhnikov[clang] Register isConstexpr matcher
2017-04-16 Yaron KerenUse setUsedForHeaderGuard() accessor function instead...
2017-04-16 Eric FiselierRevert r300420 - [coroutines] Fix building of new/delet...
2017-04-16 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-15 Aaron BallmanAdd isStaticStorageClass to the dynamic matcher registr...
2017-04-15 Akira Hatanaka[ObjC] Use empty Objective-C collection literal constan...
2017-04-15 Eric ChristopherWhen we turn on vsx it should also turn on altivec...
2017-04-15 Serge PavlovDo not run tests for crash recovery if libstdc++ safe...
2017-04-15 Akira HatanakaRevert "[ObjC] Use empty Objective-C collection literal...
2017-04-15 Akira Hatanaka[ObjC] Use empty Objective-C collection literal constan...
2017-04-15 Vedant Kumar[Coverage] Use the new getInstrProfSectionName API...
2017-04-15 Duncan P. N... Modules: Do not serialize #pragma pack state
2017-04-14 Vedant Kumar[ubsan] Don't check alignment if the alignment is 1
2017-04-14 Vedant Kumar[ubsan] Reduce alignment checking of C++ object pointers
2017-04-14 Aaron BallmanRemoving a redundant, but harmless, %s; NFC.
2017-04-14 Kuba Mracek[ObjC] Fix lifetime markers of loop variable in EmitObj...
2017-04-14 Erich KeaneMake Gentoo GNU GCC Config override whitespace tolerant
2017-04-14 Simon Pilgrim[X86][SSE] Update MOVNTDQA non-temporal loads to generi...
2017-04-14 Vassil VassilevPR32280: Do not crash on nested initializers.
2017-04-14 Konstantin... [AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless...
2017-04-14 Xinliang David LiFix use after free error
2017-04-14 NAKAMURA Takumiclang/test/CoverageMapping/unused_names.c: Relax an...
2017-04-14 Xinliang David LiRemove unused function /nfc
2017-04-14 Richard SmithRemove empty test directory for nonexistent standard...
2017-04-14 Vedant Kumar[docs] UBSan: Mention that print_stacktrace=1 is unsupp...
2017-04-14 Kuba MracekRevert r300287.
2017-04-14 Kuba Mracek[ObjC] Fix lifetime markers of loop variable in EmitObj...
2017-04-13 George Burgess IVFix PR31934: forming refs to functions with enable_if...
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Reid Kleckner[IR] Make getParamAttributes take argument numbers...
2017-04-13 Richard Smith[docs] Regenerate diagnostics reference.
2017-04-13 Richard Smith[docs] Fix a couple of typos in command line flag help...
2017-04-13 Richard SmithAdd test for anonymous struct containing an implicitly...
2017-04-13 Richard SmithDiagnose attempt to take address of bitfield members...
2017-04-13 Richard SmithPR32185: Revert r291512 and add a testcase for PR32185.
2017-04-13 Petr Hosek[CMake] Support building Fuchsia toolchain on Darwin
2017-04-13 Hans Wennborgclang-format-vs licence.txt: drop svn:executable
2017-04-13 Hans WennborgFollow-up to r300225: update ClangFormat.csproj too
2017-04-13 Hans WennborgFollow-up to r300225: update ClangFormat.sln to VS2017
2017-04-13 Hans WennborgWarning-free clang-format plugin install for VS 15.0
next