| Age | Commit message (Expand) | Author |
| 2010-08-23 | Abstract out everything having to do with member pointers into the ABI | John McCall |
| 2010-08-22 | Experiment with using first-class aggregates to represent member function | John McCall |
| 2010-08-22 | Extract member function pointer comparison and null comparison into | John McCall |
| 2010-08-21 | IRgen: Set the alignment correctly when creating LValue for a decls. | Daniel Dunbar |
| 2010-08-21 | IRgen: Move remaining LValue::Set... methods to LValue::set... (non-static) m... | Daniel Dunbar |
| 2010-08-21 | IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). | Daniel Dunbar |
| 2010-08-21 | IRgen: The CVR qualifiers in a subobject adjustment should just come from the | Daniel Dunbar |
| 2010-08-21 | IRgen/LValue: Add LValue::setNonGC instead of SetObjCNonGC, for consistency w... | Daniel Dunbar |
| 2010-08-21 | IRgen: Switch more MakeAddr() users to MakeAddrLValue; this time for calls wh... | Daniel Dunbar |
| 2010-08-21 | IRgen: Switch a bunch of trivial MakeAddr calls to use MakeAddrLValue. | Daniel Dunbar |
| 2010-08-21 | IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored... | Daniel Dunbar |
| 2010-08-21 | IRgen/CGValue: Add alignment to LValue, and use that alignment when generatin... | Daniel Dunbar |
| 2010-08-21 | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar |
| 2010-08-18 | fix typo | Chris Lattner |
| 2010-08-18 | Fix PR7889 by generalizing some over specialized code. There is no | Chris Lattner |
| 2010-08-17 | fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ | Chris Lattner |
| 2010-08-07 | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor |
| 2010-08-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |
| 2010-07-21 | Switch the destructor for a temporary arising from a reference binding over to | John McCall |
| 2010-07-20 | Adopt objc_assign_threadlocal() for __thread variables of GC types. | Fariborz Jahanian |
| 2010-07-20 | implement rdar://5739832 - operator new should check for overflow in multiply, | Chris Lattner |
| 2010-07-15 | Reinstate the scalar-cast-to-const-reference improvements, this time | Douglas Gregor |
| 2010-07-15 | Revert r108431 and r108433 (the cast-to-const-reference fixes), which | Douglas Gregor |
| 2010-07-15 | Spell isPRValue() properly. | Douglas Gregor |
| 2010-07-15 | Teach CodeGenFunction::EmitCastLValue() to handle casts to an lvalue | Douglas Gregor |
| 2010-07-15 | CK_BitCast is not an lvalue bitcast any longer | Douglas Gregor |
| 2010-07-13 | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor |
| 2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
| 2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
| 2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
| 2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
| 2010-07-05 | in the "coerce" case, the ABI handling code ends up making the | Chris Lattner |
| 2010-07-01 | Remove unnecessary ASTContext parameter from | Douglas Gregor |
| 2010-06-27 | Correctly destroy reference temporaries with global storage. Remove ErrorUnsu... | Anders Carlsson |
| 2010-06-27 | Add a CreateReferenceTemporary that will do the right thing for variables wit... | Anders Carlsson |
| 2010-06-27 | Simplify CodeGenFunction::EmitReferenceBindingToExpr as a first step towards ... | Anders Carlsson |
| 2010-06-27 | Reduce indentation. | Anders Carlsson |
| 2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
| 2010-06-26 | Implement rdar://7530813 - collapse multiple GEP instructions in IRgen | Chris Lattner |
| 2010-06-26 | minor cleanup: don't emit the base of an array subscript until after | Chris Lattner |
| 2010-06-26 | move scalar inc/dec codegen into ScalarExprEmitter instead | Chris Lattner |
| 2010-06-26 | use more efficient type comparison predicates. | Chris Lattner |
| 2010-06-26 | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson |
| 2010-06-21 | Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref... | Anders Carlsson |
| 2010-06-17 | objective-C++ IRGen: property reference as an | Fariborz Jahanian |
| 2010-06-17 | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian |
| 2010-06-15 | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth |
| 2010-05-22 | Re-land the fix for PR7139. | Anders Carlsson |
| 2010-05-22 | Improve our handling of reference binding for subobjects of | Douglas Gregor |
| 2010-05-21 | Unbreak self-host. | Anders Carlsson |