| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
* | [ms-cxxabi] Construct and destroy call arguments in the correct order | Reid Kleckner | 2013-12-04 | 1 | -1/+1 |
* | Add CodeGenABITypes.h for use in LLDB. | Mark Lacey | 2013-10-30 | 1 | -0/+1 |
* | Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs | Nick Lewycky | 2013-10-02 | 1 | -3/+4 |
* | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -0/+3 |
* | Simplify linkage code for static local vars. | Eli Friedman | 2013-07-01 | 1 | -49/+3 |
* | Fix mangling for block literals. | Eli Friedman | 2013-07-01 | 1 | -8/+39 |
* | [ms-cxxabi] Destroy temporary record arguments in the callee | Reid Kleckner | 2013-06-21 | 1 | -2/+10 |
* | Compute the visibility of static local variables consistently. Fixes PR16208. | Eli Friedman | 2013-06-17 | 1 | -2/+1 |
* | Cleanup linkage computation for static locals. | Rafael Espindola | 2013-06-17 | 1 | -5/+3 |
* | Fix the linkage of static locals inside a CapturedStmt. (Found in the | Eli Friedman | 2013-06-13 | 1 | -3/+21 |
* | Simplify: we don't need any special-case lifetime extension when initializing | Richard Smith | 2013-06-12 | 1 | -1/+1 |
* | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -1/+0 |
* | Reapply r183721, reverted in r183776, with a fix for a bug in the former (we | Richard Smith | 2013-06-12 | 1 | -0/+20 |
* | Revert r183721. It caused cleanups to be delayed too long in some cases. | Richard Smith | 2013-06-11 | 1 | -20/+0 |
* | Rework IR emission for lifetime-extended temporaries. Instead of trying to walk | Richard Smith | 2013-06-11 | 1 | -0/+20 |
* | PR12848: When emitting a local variable declared 'constexpr', always initiali... | Richard Smith | 2013-06-02 | 1 | -8/+15 |
* | PR14606: Debug Info for namespace aliases/DW_TAG_imported_module | David Blaikie | 2013-05-20 | 1 | -1/+4 |
* | Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of... | David Blaikie | 2013-05-20 | 1 | -2/+5 |
* | Let CodeGenFunction::EmitVarDecl query the semantic storage class info. | Enea Zaffanella | 2013-05-16 | 1 | -11/+7 |
* | Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl... | David Blaikie | 2013-05-15 | 1 | -5/+2 |
* | Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type... | David Blaikie | 2013-05-08 | 1 | -2/+5 |
* | Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu... | David Blaikie | 2013-04-22 | 1 | -1/+4 |
* | Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" | Eric Christopher | 2013-04-19 | 1 | -4/+1 |
* | PR14606: Debug info for using directives/DW_TAG_imported_module | David Blaikie | 2013-04-19 | 1 | -1/+4 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -1/+1 |
* | Sema for Captured Statements | Tareq A. Siraj | 2013-04-16 | 1 | -0/+1 |
* | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+1 |
* | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith | 2013-04-13 | 1 | -1/+1 |
* | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop... | Alexey Samsonov | 2013-04-02 | 1 | -0/+3 |
* | Bugfix/Followup for r177086. | Adrian Prantl | 2013-03-29 | 1 | -1/+1 |
* | Remove useGlobalsForAutomaticVariables. | Rafael Espindola | 2013-03-26 | 1 | -92/+80 |
* | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem | 2013-03-23 | 1 | -1/+68 |
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+1 |
* | Allocate stack storage for .block_descriptor and captured self at -O0. | Adrian Prantl | 2013-03-14 | 1 | -3/+13 |
* | Tighten up the rules for precise lifetime and document | John McCall | 2013-03-13 | 1 | -5/+12 |
* | Promote atomic type sizes up to a power of two, capped by | John McCall | 2013-03-07 | 1 | -2/+6 |
* | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -5/+13 |
* | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han | 2013-02-22 | 1 | -0/+1 |
* | objective-C arc IR-gen. Retaining of strong | Fariborz Jahanian | 2013-02-21 | 1 | -8/+17 |
* | Revert r174246, accidentally committed. | David Blaikie | 2013-02-02 | 1 | -6/+2 |
* | Basics | David Blaikie | 2013-02-02 | 1 | -2/+6 |
* | Destroy arrays and ARC fields when throwing out of ctors. | John McCall | 2013-02-01 | 1 | -1/+12 |
* | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 2013-01-31 | 1 | -1/+3 |
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
* | CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr... | NAKAMURA Takumi | 2012-12-24 | 1 | -8/+0 |
* | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola | 2012-12-21 | 1 | -1/+1 |