| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly handle type mismatches in the __weak copy/move-initialization | John McCall | 2015-11-16 | 1 | -2/+12 |
* | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 1 | -0/+1 |
* | In ARC, peephole the initialization of a __weak variable with | John McCall | 2015-10-21 | 1 | -0/+47 |
* | [WinEH] Don't use lifetime markers for MS catch parameters | Reid Kleckner | 2015-10-07 | 1 | -1/+7 |
* | [OpenCL 2.0] Enable program scope variables, Section 6.5.1. | Anastasia Stulova | 2015-09-30 | 1 | -1/+1 |
* | Fix a nasty bug with the partial destruction of nested arrays; | John McCall | 2015-09-14 | 1 | -2/+2 |
* | clangCodeGen: Fix comments. [-Wdocumentation] | NAKAMURA Takumi | 2015-09-08 | 1 | -1/+1 |
* | When building the alloca for a local variable, set its name | John McCall | 2015-09-08 | 1 | -1/+5 |
* | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 2015-09-08 | 1 | -144/+134 |
* | Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo... | David Blaikie | 2015-08-18 | 1 | -9/+9 |
* | Fix a case where we forgot to make a static local variable comdat | Reid Kleckner | 2015-07-20 | 1 | -0/+1 |
* | Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu... | David Blaikie | 2015-07-14 | 1 | -1/+1 |
* | Parsing, semantic analysis, and AST for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+1 |
* | Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)... | Benjamin Kramer | 2015-07-02 | 1 | -5/+5 |
* | Revert "[DebugInfo] Fix debug info generation for function static variables, ... | David Blaikie | 2015-07-01 | 1 | -9/+2 |
* | [DebugInfo] Fix debug info generation for function static variables, typedefs... | Michael Kuperstein | 2015-07-01 | 1 | -2/+9 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | [CodeGen] Use IRBuilder to create llvm.lifetime intrinsics. | Alexey Samsonov | 2015-06-12 | 1 | -9/+6 |
* | API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini... | David Blaikie | 2015-05-18 | 1 | -1/+1 |
* | Revert r236879, "Do not emit thunks with available_externally linkage in comd... | NAKAMURA Takumi | 2015-05-09 | 1 | -1/+2 |
* | Do not emit thunks with available_externally linkage in comdats | Derek Schuff | 2015-05-08 | 1 | -2/+1 |
* | Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs. | Alexey Bataev | 2015-05-07 | 1 | -0/+2 |
* | Don't emit lifetime markers when msan is enabled | Reid Kleckner | 2015-04-23 | 1 | -0/+5 |
* | Revert "Revert r234581, it might have caused a few miscompiles in Chromium." | David Majnemer | 2015-04-22 | 1 | -26/+33 |
* | Revert r234581, it might have caused a few miscompiles in Chromium. | Nico Weber | 2015-04-11 | 1 | -33/+26 |
* | Remove threshold for inserting lifetime markers for named temporaries | Arnaud A. de Grandmaison | 2015-04-10 | 1 | -26/+33 |
* | clang-format my last commit | David Blaikie | 2015-04-05 | 1 | -3/+3 |
* | [opaque pointer type] More GEP API migrations | David Blaikie | 2015-04-05 | 1 | -2/+3 |
* | [opaque pointer type] More GEP API migrations | David Blaikie | 2015-04-04 | 1 | -4/+6 |
* | Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext | Richard Smith | 2015-03-07 | 1 | -0/+1 |
* | Address review feedback for r228003. | Adrian Prantl | 2015-02-03 | 1 | -1/+1 |
* | Merge ArtificialLocation into ApplyDebugLocation and make a clear | Adrian Prantl | 2015-02-03 | 1 | -1/+1 |
* | Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat... | David Blaikie | 2015-01-14 | 1 | -9/+8 |
* | [patch][pr19848] Produce explicit comdats in clang. | Rafael Espindola | 2015-01-12 | 1 | -0/+3 |
* | Revert "DebugInfo: Generalize debug info location handling" and related commits | David Blaikie | 2015-01-09 | 1 | -8/+9 |
* | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-30 | 1 | -9/+8 |
* | Revert "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-29 | 1 | -8/+9 |
* | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-29 | 1 | -9/+8 |
* | Revert "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-17 | 1 | -8/+9 |
* | DebugInfo: Generalize debug info location handling | David Blaikie | 2014-12-16 | 1 | -9/+8 |
* | DebugInfo: Correct location of initialization of auto __complex | David Blaikie | 2014-12-09 | 1 | -1/+1 |
* | DebugInfo: Correct the location of initializations of auto. | David Blaikie | 2014-12-09 | 1 | -1/+1 |
* | DebugInfo: Correctly identify the location of C++ member initializer list ele... | David Blaikie | 2014-12-09 | 1 | -11/+9 |
* | Revert "Remove threshold for lifetime marker insertion of named temporaries" | Arnaud A. de Grandmaison | 2014-12-01 | 1 | -26/+26 |
* | Remove threshold for lifetime marker insertion of named temporaries | Arnaud A. de Grandmaison | 2014-12-01 | 1 | -26/+26 |
* | Emit OpenCL local global variables without zeorinitializer | Matt Arsenault | 2014-11-03 | 1 | -1/+9 |
* | Revert r218865 because it introduced PR21236, a crash in codegen emitting the... | Nick Lewycky | 2014-10-10 | 1 | -52/+14 |
* | Revert "Remove threshold on object size for inserting lifetime begin / end" | Arnaud A. de Grandmaison | 2014-10-08 | 1 | -9/+18 |
* | [OPENMP] Codegen for 'firstprivate' clause. | Alexey Bataev | 2014-10-08 | 1 | -1/+1 |