| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an AdjustedType sugar node for adjusting calling conventions | Reid Kleckner | 2013-12-05 | 1 | -0/+4 |
* | CodeGen: Whitespace | Justin Bogner | 2013-11-22 | 1 | -1/+1 |
* | C++1y sized deallocation: if we have a use, but not a definition, of a sized | Richard Smith | 2013-11-05 | 1 | -8/+24 |
* | Add CodeGenABITypes.h for use in LLDB. | Mark Lacey | 2013-10-30 | 1 | -0/+1 |
* | Implement function type checker for the undefined behavior sanitizer. | Peter Collingbourne | 2013-10-20 | 1 | -0/+17 |
* | Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs | Nick Lewycky | 2013-10-02 | 1 | -2/+3 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-09-26 | 1 | -1/+1 |
* | Generate code for the move assignment operator using memcpy, the same as we do | Nick Lewycky | 2013-09-10 | 1 | -1/+2 |
* | Revert r189649 because it was breaking sanitizer bots. | Yunzhong Gao | 2013-08-30 | 1 | -20/+5 |
* | Fixing a bug where debug info for a local variable gets emitted at file scope. | Yunzhong Gao | 2013-08-30 | 1 | -5/+20 |
* | Simplify/clean up debug info suppression in CodeGenFunction | David Blaikie | 2013-08-26 | 1 | -21/+19 |
* | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek | 2013-08-22 | 1 | -1/+1 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-08-22 | 1 | -1/+1 |
* | PR16933: Don't try to codegen things after we've seen errors. | David Blaikie | 2013-08-19 | 1 | -3/+2 |
* | Debug Info: Fine-tune the simple return expression location handling to | Adrian Prantl | 2013-07-25 | 1 | -8/+14 |
* | Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT | David Blaikie | 2013-07-13 | 1 | -0/+1 |
* | Restore r184205 and associated commits (after commit of r185290) | Stephen Lin | 2013-06-30 | 1 | -10/+6 |
* | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 1 | -0/+4 |
* | Revert r184205 and associated patches while investigating issue with broken b... | Stephen Lin | 2013-06-19 | 1 | -6/+10 |
* | CodeGen: Have 'this'-returning constructors and destructors to take advantage... | Stephen Lin | 2013-06-18 | 1 | -10/+6 |
* | Reapply r183721, reverted in r183776, with a fix for a bug in the former (we | Richard Smith | 2013-06-12 | 1 | -0/+2 |
* | fix formatting. | Adrian Prantl | 2013-05-30 | 1 | -1/+1 |
* | Clarify comment. | Adrian Prantl | 2013-05-16 | 1 | -4/+6 |
* | Cleanup: Use a member variable to store the SourceLocation for EH code. | Adrian Prantl | 2013-05-16 | 1 | -1/+2 |
* | CodeGen for CapturedStmts | Ben Langmuir | 2013-05-09 | 1 | -0/+3 |
* | Don't crash in IRGen if a conditional with 'throw' in one of its branches is | Richard Smith | 2013-05-07 | 1 | -0/+10 |
* | Reapply r180982 with repaired logic and an additional testcase. | Adrian Prantl | 2013-05-03 | 1 | -10/+12 |
* | Correctly emit certain implicit references to 'self' even within | John McCall | 2013-05-03 | 1 | -8/+5 |
* | Revert "Attempt to un-break the gdb buildbot." | Adrian Prantl | 2013-05-03 | 1 | -10/+10 |
* | Attempt to un-break the gdb buildbot. | Adrian Prantl | 2013-05-03 | 1 | -10/+10 |
* | Ensure that the line table for functions with cleanups is sequential. | Adrian Prantl | 2013-05-02 | 1 | -4/+24 |
* | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith | 2013-04-30 | 1 | -0/+3 |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+1 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -4/+3 |
* | Fix uninitialized read of CalleeWithThisReturn. | Manman Ren | 2013-03-26 | 1 | -1/+2 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2013-03-24 | 1 | -20/+7 |
* | Generate metadata to implement the -cl-kernel-arg-info option. | Guy Benyei | 2013-03-24 | 1 | -7/+99 |
* | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem | 2013-03-23 | 1 | -1/+1 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-20 | 1 | -0/+7 |
* | revert r177211 due to its potential issues | Manman Ren | 2013-03-16 | 1 | -5/+0 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-16 | 1 | -0/+5 |
* | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose | 2013-03-08 | 1 | -6/+3 |
* | Add support for the OpenCL attribute 'vec_type_hint'. | Joey Gouly | 2013-03-08 | 1 | -0/+17 |
* | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -31/+39 |
* | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -4/+7 |
* | Prefer 'and' over '&' in comments. | David Blaikie | 2013-02-23 | 1 | -3/+4 |
* | Re-apply r174919 - smarter copy/move assignment/construction, with fixes for | Lang Hames | 2013-02-17 | 1 | -0/+5 |
* | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -2/+3 |
* | Backing out r174919 while I investigate a self-host bug on Takumi's builder. | Lang Hames | 2013-02-12 | 1 | -5/+0 |
* | When generating IR for default copy-constructors, copy-assignment operators, | Lang Hames | 2013-02-11 | 1 | -0/+5 |