| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+4 |
* | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -24/+24 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman | 2011-09-19 | 1 | -1/+8 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -4/+4 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -0/+1 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+2 |
* | blocks: Support capturing complex variable in block. | Fariborz Jahanian | 2011-09-02 | 1 | -0/+1 |
* | revert patch in r139020 | Fariborz Jahanian | 2011-09-02 | 1 | -1/+5 |
* | blocks: Support capturing complex variable in block. | Fariborz Jahanian | 2011-09-02 | 1 | -5/+1 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+4 |
* | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -0/+1 |
* | Cleanup cast IRGen a bit; no intended functionality change. | Eli Friedman | 2011-06-25 | 1 | -26/+62 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+3 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -4/+2 |
* | Remove the "conditional save" hashtables from IR generation. | John McCall | 2011-02-17 | 1 | -6/+1 |
* | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -20/+11 |
* | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall | 2011-02-16 | 1 | -0/+8 |
* | Better framework for conditional cleanups; untested as yet. | John McCall | 2011-01-26 | 1 | -7/+9 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+1 |
* | Ensure an insertion point at the end of a statement-expression. | John McCall | 2011-01-13 | 1 | -4/+4 |
* | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -2/+2 |
* | __block variables require us to evaluate the RHS of an assignment before | John McCall | 2010-12-06 | 1 | -1/+1 |
* | Fix a bug in the emission of __real/__imag l-values on scalar operands. | John McCall | 2010-12-05 | 1 | -7/+8 |
* | Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't | John McCall | 2010-12-04 | 1 | -16/+19 |
* | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 2010-12-04 | 1 | -1/+16 |
* | Kill the KVC l-value kind and calculate the base expression when emitting | John McCall | 2010-12-04 | 1 | -19/+7 |
* | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -4/+0 |
* | Support compound complex operations as l-values in C++. Add a test | John McCall | 2010-11-16 | 1 | -0/+23 |
* | Simplify some complex emission and implement correct semantics for | John McCall | 2010-11-16 | 1 | -62/+65 |
* | Teach complex compound assignment IR-generation that the RHS of | John McCall | 2010-11-16 | 1 | -3/+7 |
* | Always emit full loads from volatile complex l-values. | John McCall | 2010-11-14 | 1 | -10/+3 |
* | Add a few more complex-related cast kinds that arise due to arbitrary | John McCall | 2010-11-14 | 1 | -0/+2 |
* | Introduce five new cast kinds for various conversions into and | John McCall | 2010-11-13 | 1 | -0/+2 |
* | Implements in IRgen gnu extensions missing LHS for | Fariborz Jahanian | 2010-09-20 | 1 | -13/+20 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -2/+2 |
* | Add lvalue-bitcast support for complex numbers. | Douglas Gregor | 2010-07-14 | 1 | -5/+16 |
* | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -2/+2 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
* | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
* | IRgen: Assignment to Objective-C properties shouldn't reload the value, for | Daniel Dunbar | 2010-06-29 | 1 | -38/+36 |
* | Code gen for compound assignment of complex | Fariborz Jahanian | 2010-03-23 | 1 | -2/+7 |
* | Patch to implement code gen. use of compound assignent on | Fariborz Jahanian | 2010-03-23 | 1 | -6/+19 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -6/+6 |
* | refactor pre/postinc logic into CGF and require the caller to pass in the | Chris Lattner | 2010-01-09 | 1 | -35/+4 |
* | Minor optimization; emit proper unsupported messages for a couple of cases. | Eli Friedman | 2009-12-25 | 1 | -2/+9 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2009-11-29 | 1 | -22/+6 |