]> granicus.if.org Git - clang/shortlog
clang
2017-02-12 Aaron BallmanRevert r294910 and recommit r294861 and r294862 with...
2017-02-12 Renato GolinRevert "Attributes on K&R C functions should not cause...
2017-02-12 David BlaikieASTReader: Refactor common code for writing function...
2017-02-11 Davide Italiano[Driver] Use stem() and not filename().
2017-02-11 Saleem AbdulrasoolCodeGen: use # as the comment leader for ARC marker
2017-02-11 Saleem AbdulrasoolCodeGen: annotate ObjC ARC functions with ABI constraints
2017-02-11 Saleem Abdulrasooltest: ignore some warnings in test code (NFC)
2017-02-11 Dylan McKay[AVR] Fix __AVR_xxx macro definitions; authored by...
2017-02-11 Aaron BallmanHopefully fixes a compile error introduced by r294861.
2017-02-11 Aaron BallmanAttributes on K&R C functions should not cause incompat...
2017-02-11 Saleem Abdulrasooldocs: update docs for objc_storeStrong behaviour
2017-02-11 Saleem AbdulrasoolCodeGen: rename variables to adhere to naming convention
2017-02-11 Saleem AbdulrasoolSema: simplify conditional execution (NFC)
2017-02-11 Benjamin KramerMake helpers static. NFC.
2017-02-11 Benjamin KramerUpdate XFAIL line after r294781.
2017-02-11 Richard TrieuMove test include file from include/ to Inputs/
2017-02-10 Richard Smith[c++1z] Tests for class template argument deduction...
2017-02-10 George Burgess IVDon't let EvaluationModes dictate whether an invalid...
2017-02-10 Richard Smith[c++1z] Diagnose attempts to use variables with deduced...
2017-02-10 Richard Smith[c++1z] Require an initializer for deduced class templa...
2017-02-10 Tim Shen[XRay] Implement powerpc64le xray.
2017-02-10 Richard Smith[c++1z] Enforce restriction that deduction guide is...
2017-02-10 Richard Smith[c++1z] Disallow deduction guides with deduced types...
2017-02-10 Nico Weberclang-format: don't break code using __has_include...
2017-02-10 Joey Gouly[libclang] [OpenCL] Expose half type.
2017-02-10 Simon PilgrimWdocumentation fixes
2017-02-10 Eric ChristopherTemporarily revert "For X86-64 linux and PPC64 linux...
2017-02-10 Eric ChristopherFor X86-64 linux and PPC64 linux align int128 to 16...
2017-02-10 Richard Smith[c++1z] In class template argument deduction, all decla...
2017-02-10 Hubert Tong[Concepts] Class template associated constraints
2017-02-10 Richard Smith[c++1z] P0512R0: support for 'explicit' specifier on...
2017-02-10 Richard SmithSink IsExplicitSpecified flag from CXXConstructorDecl...
2017-02-10 Eric ChristopherUpdate C style comments to C++ style.
2017-02-10 David BlaikieFix the -Werror build by removing an unused default...
2017-02-09 George Burgess IVAdd support for armv7ve flag in clang (PR31358).
2017-02-09 Hans WennborgDon't try to link to the 4.0 release notes
2017-02-09 Richard SmithDisallow explicit instantiation and explicit specializa...
2017-02-09 Richard SmithDiagnose attempts to explicitly instantiate a template...
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2017-02-09 Vedant Kumar[docs] coverage: Clarify which flags enable gcov-style...
2017-02-09 Davide Italiano[CodeGen] Remove unneeded `private`. NFCI.
2017-02-09 Richard SmithRename IsExplicitSpecialization -> IsMemberSpecializati...
2017-02-09 Richard Smith[c++1z] P0091R3: Basic support for deducing class templ...
2017-02-09 Marcos Pividori[windows] Fix test for cl driver.
2017-02-09 Reid Kleckner[MS] Implement the __fastfail intrinsic as a builtin
2017-02-09 Marcos Pividori[windows] [asan] Add wholearchive flag when including...
2017-02-09 Krasimir Georgiev[clang-format] Fix typo in comment.
2017-02-09 Craig Topper[X86] Fix copy and paste bug in clzero test from r294559.
2017-02-09 Craig Topper[X86] Clzero flag addition and inclusion under znver1
2017-02-09 Douglas YungAdd check that "#define unix 1" is present for the...
2017-02-08 Mike Aizatsky[sancov] pc_guard_init is called at least once per...
2017-02-08 David BlaikieInitialize builtins during modular codegen
2017-02-08 Richard SmithMore fixes for places where 'decltype(auto)' is permitt...
2017-02-08 Richard SmithDon't crash on 'decltype(auto)::'. Rather than treating...
2017-02-08 Charles Li[Lit Test] Make tests C++11 compatible - Parse OpenMP
2017-02-08 Reid Kleckner[MS] Fix C++ destructor thunk line info for a declaration
2017-02-08 Krasimir Georgiev[clang-format] Move OriginalPrefix from base to subclass.
2017-02-08 Krasimir Georgiev[clang-format] Move comment tests to their own file.
2017-02-08 Krasimir Georgiev[clang-format] Break before a sequence of line comments...
2017-02-08 Craig Topper[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line...
2017-02-08 Craig Topper[X86] Add -msgx/-mno-sgx command line options and __SGX...
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...
next