]> granicus.if.org Git - clang/shortlog
clang
2017-02-08 Craig Topper[X86] Update command line documentation for -mclwb...
2017-02-08 Craig Topper[X86] Add -mmpx/-mno-mpx command line options and __MPX...
2017-02-08 Craig Topper[X86] Add -mclwb/-mno-clwb command line arguments and...
2017-02-08 Craig Topper[X86] Remove 'umip' feature flag.
2017-02-08 Craig Topper[X86] Add -mmovbe/-mno-movbe command line options to...
2017-02-08 Craig Topper[X86] Add -mclflushopt/-mno-clflushopt command line...
2017-02-08 Craig TopperUse LLVM_FALLTHROUGH instead of FALLTHROUGH comments.
2017-02-08 Craig Topper[X86] Remove PCOMMIT feature support since Intel has...
2017-02-08 Dylan McKay[AVR] Add support for the 'interrupt' and 'naked' attri...
2017-02-08 Saleem AbdulrasoolSema: add warning for c++ member variable shadowing
2017-02-08 Richard SmithDiagnose an attempt to give a deduction-guide a functio...
2017-02-08 Richard SmithFix constructor declarator detection for the case when...
2017-02-08 Richard SmithP0091R3: Improved syntactic checking of deduction-guides.
2017-02-07 Bruno Cardoso... [ASTReader] Improve ReadASTBlock error message when...
2017-02-07 Bruno Cardoso... [PCH] Fix a regression when PCH is used with -fmodules
2017-02-07 Vassil VassilevEnable -dump-deserialized-decls and -error-on-deseriali...
2017-02-07 Daniel Jasperclang-format: Fix bad variable declaration detection.
2017-02-07 Saleem AbdulrasoolRevert "Basic: match GCC behaviour for SuS macro"
2017-02-07 Martin Probstclang-format: [JS] correcly format object literal methods.
2017-02-07 Anastasia Stulova[OpenCL] Accept logical NOT for pointer types in CL1.1
2017-02-07 Martin Probstclang-format: [JS] exclaim preceding regex literals.
2017-02-07 Martin Probstclang-format: [JS] handle parenthesized class expressions.
2017-02-07 Dylan McKayRevert "Revert "[AVR] Allow specifying the CPU on the...
2017-02-07 Matt ArsenaultAMDGPU: Add a test checking alignments of emitted globa...
2017-02-07 Peter CollingbourneDriver: Do not link safestack with --whole-archive.
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-02-06 Charles Li[Lit Test] Make tests C++11 compatible - Microsoft...
2017-02-06 Chris Bieneman[CMake] Add CLANG_INCLUDE_DIRS to CMake exports
2017-02-06 Ulrich Weigand[SystemZ] Provide predefined __ARCH__ and __VX__ macros
2017-02-06 Carlo Bertolli[OpenMP] Remove fixme comment in regression test and...
2017-02-06 Diana PicusRevert "[AVR] Allow specifying the CPU on the command...
2017-02-06 Daniel Jasperclang-format: Fix bug with conflicting BreakBeforeBinar...
2017-02-06 Dylan McKay[AVR] Allow specifying the CPU on the command line
2017-02-06 Dylan McKay[AVR] Add support for the full set of inline asm constr...
2017-02-05 Saleem AbdulrasoolBasic: match GCC behaviour for SuS macro
2017-02-05 Coby Tayree[X86][MS]Adjacent comments within multi-line inline...
2017-02-04 Richard SmithPR31846: Don't replace 'auto' type with a template...
2017-02-03 Matthias BraunDriver: Do not warn about unused -pthread when linking...
2017-02-03 Sanjay Patel[x86] fix tests with wrong dependency to pass because...
2017-02-03 Carlo Bertolli[OpenMP] Add missing regression test for pragma distrib...
2017-02-03 Charles Li[Lit Test] Make tests C++11 compatible - OpenMP constan...
2017-02-03 Daniel Jasperclang-format: [JS] Fix bugs in parsing and aligning...
2017-02-03 Alex Lorenz[Sema][ObjC++] Typo correction should handle ivars...
2017-02-03 Krasimir Georgiev[clang-format] Re-align broken comment lines where...
2017-02-03 Daniel Jasperclang-format: [Proto] Also supports implicit string...
2017-02-02 Reid KlecknerRevert "[Driver] Updated for Visual Studio 2017"
2017-02-02 Reid Kleckner[Driver] Updated for Visual Studio 2017
2017-02-02 Warren RistowPrevent ICE in dllexport class with _Atomic data member
2017-02-02 Argyrios Kyrtzidis[index] Provide a more general index::generateUSRForMac...
2017-02-02 Krasimir Georgiev[clang-format] Don't reflow across comment pragmas.
2017-02-02 Krasimir Georgiev[clang-format] Fix breaking of comment sections in...
2017-02-02 Krasimir Georgiev[clang-format] Don't reflow lines starting with TODO...
2017-02-02 Asiri RathnayakeImprove docs: Add missing #pragma push directive.
2017-02-02 Daniel Jasperclang-format: Do not use two-argument/operand special...
2017-02-02 Gabor Horvath[analyzer] Fix an assertion fail in CStringSyntaxChecker.
2017-02-02 George Burgess IVFix typo. NFC
2017-02-02 Saleem AbdulrasoolCodeGen: add a LLVM_FALLTHROUGH to a fallthrough (NFC)
2017-02-02 Duncan P. N... Modules: Simplify CompilerInstance constructor, NFC
2017-02-02 Richard SmithFix attribute name in diagnostic message to match actua...
2017-02-02 Davide Italiano[CodeGen] Update test after recent changes in llvm...
2017-02-01 Daniel Jasperclang-format: Fix incorrect line breaks after forced...
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2017-02-01 Richard SmithRepoint 'missing typename' diagnostic to the location...
2017-02-01 Richard SmithFix hole in our enforcement of rule requiring 'typename...
2017-02-01 Davide Italiano[CodeGen] Update test after recent changes in llvm...
2017-02-01 Akira Hatanaka[Sema][ObjC] Don't pass a DeclRefExpr that doesn't...
2017-02-01 Hans WennborgDrop 'dllimport' when redeclaring inline function templ...
2017-02-01 Alex Lorenz[CodeGen][ObjC] Avoid asserting on block pointer types in
2017-02-01 Alex LorenzRevert r293518 as it caused module linking error in...
2017-02-01 Krasimir Georgiev[clang-format] Fix regression about not aligning traili...
2017-02-01 Daniel JasperFix Index test after recent clang-format change.
2017-02-01 Daniel Jasperclang-format: Don't force-wrap multiline RHSs for 2...
2017-02-01 Ekaterina RomanovaDoxygen comments for prfchwintrin.h
2017-02-01 Richard SmithRemove apparently-unnecessary copy of constructor looku...
2017-02-01 Hans WennborgFollow-up to r293732: add a proper triple to the test
2017-02-01 Hans Wennborgclang-cl: Evaluate arguments left-to-right in construct...
2017-01-31 David BlaikieFix modules codegen to be compatible with modules-ts
2017-01-31 Akira Hatanaka[Sema] Transform a templated name before looking it...
2017-01-31 Reid KlecknerExtend -Wcast-calling-convention to warn on declaration...
2017-01-31 Marcos Pividori[windows] [asan] Fix tests failing after 293668.
2017-01-31 Nico WeberKeep Chromium ObjC column limit at 80 for consistency...
2017-01-31 Marcos Pividori[windows] [asan] Add wholearchive flag when including...
2017-01-31 Nirav Dave[X86] Teach Clang about -mfentry flag
2017-01-31 Krasimir Georgiev[clang-format] Fix regression about adding leading...
2017-01-31 Daniel Jasperclang-format: [JS] Indent expressions in ${} relative...
2017-01-31 Krasimir Georgiev[clang-format] Fix reflow in block comment lines with...
2017-01-31 Michal Gorny[cmake] Hint find_package() to prefer LLVM installed...
2017-01-31 Krasimir Georgiev[clang-format] Fix regression merging comments across...
2017-01-31 Daniel Jasperclang-format: [JS] Properly set scopes inside template...
2017-01-31 Daniel Jasperclang-format: [JS] Fix incorrect line break in template...
2017-01-31 Krasimir Georgiev[clang-format] Don't reflow comment lines starting...
2017-01-31 Daniel Jasper[clang-format] Refactor WhitespaceManager and friends
2017-01-31 Sam McCallRevert r293585 "Add better ODR checking for modules."
2017-01-31 Maxim Ostapenko[lsan] Enable LSan for x86 Linux
2017-01-31 Sam McCallIn VirtualCallChecker, handle indirect calls
2017-01-31 Matt ArsenaultAMDGPU: Add builtin for fmed3 intrinsic
2017-01-31 Akira HatanakaHandle ObjCEncodeExpr in extractStringLiteralCharacter.
2017-01-31 Richard SmithImprove fix for PR28739
2017-01-31 Richard TrieuAdd better ODR checking for modules.
2017-01-30 Vedant KumarRe-apply "[ubsan] Sanity-check shift amounts before...
next