| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian | 2010-06-17 | 1 | -0/+1 | 
| *  | Add some missing shifts | Nate Begeman | 2010-06-14 | 1 | -2/+3 | 
| *  | Most of remaining builtins, 2 generics, vld, and rounding shfits remain. | Nate Begeman | 2010-06-11 | 1 | -0/+2 | 
| *  | support _lane ops, and multiplies by scalar. | Nate Begeman | 2010-06-10 | 1 | -1/+2 | 
| *  | Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCou... | Anders Carlsson | 2010-06-08 | 1 | -1/+0 | 
| *  | Simplify GenerateCXXAggrDestructorHelper. | Anders Carlsson | 2010-06-08 | 1 | -3/+3 | 
| *  | Fix NEON intrinsic argument passing, support vext.  Most now successfully mak... | Nate Begeman | 2010-06-08 | 1 | -0/+4 | 
| *  | Correctly pass aggregates by reference when emitting thunks. | John McCall | 2010-05-26 | 1 | -0/+5 | 
| *  | Re-land the fix for PR7139. | Anders Carlsson | 2010-05-22 | 1 | -2/+4 | 
| *  | Push a return-value slot throughout ObjC message-send codegen.  Will be | John McCall | 2010-05-22 | 1 | -3/+6 | 
| *  | Unbreak self-host. | Anders Carlsson | 2010-05-21 | 1 | -4/+2 | 
| *  | Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se... | Anders Carlsson | 2010-05-21 | 1 | -2/+4 | 
| *  | Allocate space in a block record for implicit references to the Objective C | John McCall | 2010-05-21 | 1 | -7/+7 | 
| *  | When emitting an lvalue for an anonymous struct or union member during | John McCall | 2010-05-21 | 1 | -0/+3 | 
| *  | Support implicitly closing on 'this' in a block.  Fixed PR7165. | John McCall | 2010-05-20 | 1 | -2/+3 | 
| *  | Ensure that destructors are called for NRVO'd objects when the | Douglas Gregor | 2010-05-17 | 1 | -0/+5 | 
| *  | When initializing thread-safe statics, put the call to | Douglas Gregor | 2010-05-16 | 1 | -0/+1 | 
| *  | Revert r103880 (thread-safe static initialization w/ exceptions), | Douglas Gregor | 2010-05-16 | 1 | -2/+1 | 
| *  | When initializing thread-safe statics, put the call to | Douglas Gregor | 2010-05-15 | 1 | -1/+2 | 
| *  | Remove an unused function. | Anders Carlsson | 2010-05-14 | 1 | -2/+0 | 
| *  | Reimplement code generation for copying fields in the | Douglas Gregor | 2010-05-05 | 1 | -11/+2 | 
| *  | Remove OldGetAddressOfBaseClass - bye bye ambiguities. | Anders Carlsson | 2010-05-03 | 1 | -4/+0 | 
| *  | More work towards getting rid of OldGetAddressOfBaseClass. | Anders Carlsson | 2010-05-03 | 1 | -0/+2 | 
| *  | Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. | Anders Carlsson | 2010-05-02 | 1 | -1/+1 | 
| *  | Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstruc... | Anders Carlsson | 2010-05-02 | 1 | -3/+2 | 
| *  | Pass the construction kind down to EmitCXXConstructorCall. | Anders Carlsson | 2010-05-02 | 1 | -1/+2 | 
| *  | Remove another unused function. | Anders Carlsson | 2010-05-02 | 1 | -3/+0 | 
| *  | Remove an unused function. | Anders Carlsson | 2010-05-02 | 1 | -6/+0 | 
| *  | As per Chris' request, return the Instruction from EmitCall and add the metad... | David Chisnall | 2010-05-02 | 1 | -2/+1 | 
| *  | Complete reimplementation of the synthesis for implicitly-defined copy | Douglas Gregor | 2010-05-01 | 1 | -1/+0 | 
| *  | Simplify EmitClassAggrMemberwiseCopy. | Anders Carlsson | 2010-05-01 | 1 | -3/+2 | 
| *  | Clean up EmitClassMemberwiseCopy further. | Anders Carlsson | 2010-05-01 | 1 | -2/+1 | 
| *  | Get rid of a parameter from EmitClassMemberwiseCopy. | Anders Carlsson | 2010-05-01 | 1 | -2/+1 | 
| *  | Tweaked EmitCall() to permit the caller to provide some metadata to attach to... | David Chisnall | 2010-05-01 | 1 | -1/+4 | 
| *  | Remove an unnecessary parameter from EmitClassCopyAssignment. | Anders Carlsson | 2010-04-30 | 1 | -2/+1 | 
| *  | Remove an unnecessary argument to EmitClassCopyAssignment. | Anders Carlsson | 2010-04-29 | 1 | -2/+1 | 
| *  | IRGen for initialization/destruction of | Fariborz Jahanian | 2010-04-28 | 1 | -0/+2 | 
| *  | Revert enough of my patches to fix self-host again :( | Anders Carlsson | 2010-04-25 | 1 | -4/+7 | 
| *  | RenameGetAddressOfBaseOfCompleteClass to GetAddressOfDirectBaseInCompleteClas... | Anders Carlsson | 2010-04-24 | 1 | -7/+8 | 
| *  | More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -4/+3 | 
| *  | Simplify EmitClassMemberwiseCopy now that it's only used for fields. | Anders Carlsson | 2010-04-24 | 1 | -3/+1 | 
| *  | Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass. | Anders Carlsson | 2010-04-24 | 1 | -5/+5 | 
| *  | Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. | Anders Carlsson | 2010-04-24 | 1 | -1/+1 | 
| *  | Add a new GetAddressOfBaseClass overload that takes a base path and. Use it f... | Anders Carlsson | 2010-04-24 | 1 | -1/+5 | 
| *  | Handle compound assignment expressions (i += j) as lvalues, which is | Douglas Gregor | 2010-04-23 | 1 | -0/+1 | 
| *  | Call PerformCopyInitialization to properly initialize the exception temporary | John McCall | 2010-04-22 | 1 | -0/+3 | 
| *  | I failed to notice that my last patch wasn't doing as much as it could | John McCall | 2010-04-21 | 1 | -1/+2 | 
| *  | Miscellaneous codegen cleanups.  Mostly, don't create new basic blocks | John McCall | 2010-04-21 | 1 | -7/+11 | 
| *  | Back out r101911 and see if it makes the bots happy. | Anders Carlsson | 2010-04-20 | 1 | -2/+0 | 
| *  | Fix a bug which triggered the assertion I added yesterday. Basically, when we... | Anders Carlsson | 2010-04-20 | 1 | -0/+2 |