| Commit message (Expand) | Author | Age | Files | Lines |
* | [CodeGen] Don't emit lifetime intrinsics for some local variables | Vitaly Buka | 2016-10-26 | 1 | -1/+8 |
* | [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place | Vitaly Buka | 2016-10-26 | 1 | -10/+27 |
* | Fix a couple of wrong-code bugs in switch-on-constant optimization: | Richard Smith | 2016-09-16 | 1 | -0/+23 |
* | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+1 |
* | Update Clang for D20147 ("DebugInfo: New metadata representation for global v... | Peter Collingbourne | 2016-09-13 | 1 | -2/+2 |
* | [OpenCL] Remove access qualifiers on images in arg info metadata. | Alexey Bader | 2016-09-06 | 1 | -2/+31 |
* | [Frontend] Fix mcount inlining bug | Honggyu Kim | 2016-09-01 | 1 | -9/+5 |
* | Remove whitespace to test commit access | Honggyu Kim | 2016-09-01 | 1 | -1/+1 |
* | Add XRay flags to Clang. We implement two flags to control the XRay behaviour: | Aaron Ballman | 2016-07-13 | 1 | -0/+20 |
* | [OpenCL] Fix code generation of kernel pipe parameters. | Alexey Bader | 2016-07-13 | 1 | -3/+5 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -20/+39 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -1/+1 |
* | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -5/+7 |
* | Add support for /Ob1 and -finline-hint-functions flags | Hans Wennborg | 2016-06-22 | 1 | -2/+8 |
* | [OpenCL] Use function metadata to represent kernel attributes | Yaxun Liu | 2016-06-22 | 1 | -30/+16 |
* | [DebugInfo] Add calling conventions to DISubroutineType | Reid Kleckner | 2016-06-08 | 1 | -8/+11 |
* | [OPENMP 4.0] Codegen for 'declare simd' directive. | Alexey Bataev | 2016-05-06 | 1 | -0/+2 |
* | Debug info: Apply an artificial debug location to __cyg_profile_func.* calls. | Adrian Prantl | 2016-04-28 | 1 | -0/+1 |
* | reduce indentation; NFCI | Sanjay Patel | 2016-04-19 | 1 | -9/+6 |
* | revert SVN r265702, r265640 | Saleem Abdulrasool | 2016-04-08 | 1 | -3/+2 |
* | Adapt to LLVM API change | Sanjoy Das | 2016-04-08 | 1 | -1/+1 |
* | Basic: move CodeGenOptions from Frontend | Saleem Abdulrasool | 2016-04-07 | 1 | -2/+3 |
* | Add -fno-jump-tables and-fjump-tables flags | Nirav Dave | 2016-04-05 | 1 | -0/+4 |
* | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali | 2016-03-21 | 1 | -4/+16 |
* | Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam... | Mehdi Amini | 2016-03-13 | 1 | -17/+3 |
* | Temporarily revert these patches: | Eric Christopher | 2016-03-12 | 1 | -3/+17 |
* | Remove compile time PreserveName switch based on NDEBUG | Mehdi Amini | 2016-03-11 | 1 | -17/+3 |
* | [MSVC Compat] Correctly handle finallys nested within finallys | David Majnemer | 2016-03-01 | 1 | -0/+3 |
* | [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr | Xiuli Pan | 2016-02-26 | 1 | -4/+3 |
* | [PGO] cc1 option name change for profile instrumentation | Rong Xu | 2016-02-04 | 1 | -1/+1 |
* | Move DebugInfoKind into its own header to cut the cyclic dependency edge from... | Benjamin Kramer | 2016-02-02 | 1 | -1/+1 |
* | Introduce -fsanitize-stats flag. | Peter Collingbourne | 2016-01-16 | 1 | -0/+9 |
* | function names start with a lower case letter ; NFC | Sanjay Patel | 2016-01-12 | 1 | -1/+1 |
* | [OpenCL] Pipe type support | Xiuli Pan | 2016-01-09 | 1 | -5/+24 |
* | [PGO] Instrument only base constructors and destructors. | Serge Pavlov | 2015-12-06 | 1 | -2/+1 |
* | Add the `pass_object_size` attribute to clang. | George Burgess IV | 2015-12-02 | 1 | -1/+12 |
* | When producing error messages for always_inline functions with the | Eric Christopher | 2015-11-16 | 1 | -2/+5 |
* | Add support for the always_inline + target feature diagnostic to print | Eric Christopher | 2015-11-14 | 1 | -6/+11 |
* | [C++] Add the "norecurse" attribute to main() if in C++ mode | James Molloy | 2015-11-12 | 1 | -0/+8 |
* | Refactor out some common code from r252834 | David Blaikie | 2015-11-12 | 1 | -39/+26 |
* | Provide a frontend based error for always_inline functions that require | Eric Christopher | 2015-11-12 | 1 | -25/+65 |
* | Move checkTargetFeatures to CodeGenFunction.cpp to make it | Eric Christopher | 2015-11-12 | 1 | -0/+43 |
* | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-11-06 | 1 | -2/+2 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Support __builtin_ms_va_list. | Charles Davis | 2015-09-17 | 1 | -0/+4 |
* | [MS ABI] Make member pointers return true for isIncompleteType | David Majnemer | 2015-09-10 | 1 | -1/+1 |
* | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 2015-09-08 | 1 | -61/+112 |
* | add __builtin_unpredictable and convert to metadata | Sanjay Patel | 2015-09-02 | 1 | -1/+18 |
* | [MS ABI] Hook clang up to the new EH instructions | David Majnemer | 2015-07-31 | 1 | -8/+4 |