| Commit message (Expand) | Author | Age | Files | Lines |
| * | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -0/+1 |
| * | [MS] Fix prologue this adjustment when 'this' is passed indirectly | Reid Kleckner | 2016-09-07 | 1 | -0/+19 |
| * | P0217R3: code generation support for decomposition declarations. | Richard Smith | 2016-08-15 | 1 | -3/+7 |
| * | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -1/+4 |
| * | [Temporary, Lifetime] Add lifetime marks for temporaries | Tim Shen | 2016-07-01 | 1 | -18/+2 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+1 |
| * | Update clang for D20348 | Peter Collingbourne | 2016-06-14 | 1 | -1/+1 |
| * | [asan] Added -fsanitize-address-use-after-scope flag | Vitaly Buka | 2016-06-02 | 1 | -13/+24 |
| * | [CUDA] Restrict init of local __shared__ variables to empty constructors only. | Artem Belevich | 2016-05-09 | 1 | -2/+8 |
| * | Reverting 268055 as it caused PR27579. | Amjad Aboud | 2016-04-30 | 1 | -14/+7 |
| * | Recommitted r264281 "Supporting all entities declared in lexical scope in LLV... | Amjad Aboud | 2016-04-29 | 1 | -7/+14 |
| * | revert SVN r265702, r265640 | Saleem Abdulrasool | 2016-04-08 | 1 | -1/+1 |
| * | Basic: move CodeGenOptions from Frontend | Saleem Abdulrasool | 2016-04-07 | 1 | -1/+1 |
| * | [CodeGen] Emit lifetime.end intrinsic after objects are destructed in | Akira Hatanaka | 2016-04-01 | 1 | -1/+1 |
| * | Revert "Recommitted r263425 "Supporting all entities declared in lexical scop... | Reid Kleckner | 2016-03-24 | 1 | -14/+7 |
| * | Recommitted r263425 "Supporting all entities declared in lexical scope in LLV... | Amjad Aboud | 2016-03-24 | 1 | -7/+14 |
| * | Revert "Recommitted r261634 "Supporting all entities declared in lexical scop... | Benjamin Kramer | 2016-03-14 | 1 | -14/+7 |
| * | Recommitted r261634 "Supporting all entities declared in lexical scope in LLV... | Amjad Aboud | 2016-03-14 | 1 | -7/+14 |
| * | [OPENMP 4.0] Codegen for 'declare reduction' construct. | Alexey Bataev | 2016-03-04 | 1 | -3/+8 |
| * | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+8 |
| * | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+1 |
| * | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+1 |
| * | Revert r261634 "Supporting all entities declared in lexical scope in LLVM deb... | Hans Wennborg | 2016-02-23 | 1 | -14/+7 |
| * | Supporting all entities declared in lexical scope in LLVM debug info. | Amjad Aboud | 2016-02-23 | 1 | -7/+14 |
| * | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -1/+1 |
| * | Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ... | Eugene Zelenko | 2016-02-10 | 1 | -6/+5 |
| * | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 2016-02-08 | 1 | -0/+1 |
| * | Move DebugInfoKind into its own header to cut the cyclic dependency edge from... | Benjamin Kramer | 2016-02-02 | 1 | -5/+5 |
| * | Emit calls to objc_unsafeClaimAutoreleasedReturnValue when | John McCall | 2016-01-27 | 1 | -2/+1 |
| * | 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 |