| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Adds support for generation of objc_memmove_collectable API | Fariborz Jahanian | 2010-05-20 | 1 | -1/+5 | 
| *  | Copy construction of non-trivial properties must not | Fariborz Jahanian | 2010-05-20 | 1 | -6/+3 | 
| *  | Minor twik to my last patch. (for radar 7986354). | Fariborz Jahanian | 2010-05-16 | 1 | -2/+2 | 
| *  | Fix API gen for objc_msgSend property of aggregate types | Fariborz Jahanian | 2010-05-15 | 1 | -6/+10 | 
| *  | Recognize when the named return value optimization applies in a | Douglas Gregor | 2010-05-15 | 1 | -4/+6 | 
| *  | When a failed dynamic_cast<T&> (which is an lvalue) results in a | Douglas Gregor | 2010-05-14 | 1 | -3/+11 | 
| *  | Objective-C++ Code gen. Handle code gen. for property | Fariborz Jahanian | 2010-05-10 | 1 | -1/+10 | 
| *  | Minor mod. to my last patch. | Fariborz Jahanian | 2010-05-07 | 1 | -1/+2 | 
| *  | Fixes a Code gen crash trying to use a dot-syntax for | Fariborz Jahanian | 2010-05-07 | 1 | -2/+8 | 
| *  | Don't build an aggregate constructor loop when the constructor is trivial. | Anders Carlsson | 2010-05-03 | 1 | -5/+7 | 
| *  | Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. | Anders Carlsson | 2010-05-02 | 1 | -1/+2 | 
| *  | Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstruc... | Anders Carlsson | 2010-05-02 | 1 | -4/+11 | 
| *  | Pass the construction kind down to EmitCXXConstructorCall. | Anders Carlsson | 2010-05-02 | 1 | -4/+2 | 
| *  | Simplify EmitClassAggrMemberwiseCopy. | Anders Carlsson | 2010-05-01 | 1 | -1/+1 | 
| *  | Vtable -> VTable renames across the board. | Anders Carlsson | 2010-04-17 | 1 | -8/+8 | 
| *  | Rework our handling of copy construction of temporaries, which was a | Douglas Gregor | 2010-04-02 | 1 | -17/+1 | 
| *  | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -3/+2 | 
| *  | Code gen for multi-dimensional dynamic allocations. | Fariborz Jahanian | 2010-03-24 | 1 | -6/+37 | 
| *  | IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti... | Daniel Dunbar | 2010-02-09 | 1 | -2/+1 | 
| *  | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -7/+8 | 
| *  | IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is | Daniel Dunbar | 2010-02-05 | 1 | -1/+1 | 
| *  | Fix another pointer-to-member function miscompile, this time when trying to c... | Anders Carlsson | 2010-02-04 | 1 | -11/+11 | 
| *  | Provide a real fix for PR6199, reverting the old workaround. Here, we | Douglas Gregor | 2010-02-03 | 1 | -3/+1 | 
| *  | Check in a test case and a nasty workaround for PR6199. | Anders Carlsson | 2010-02-02 | 1 | -1/+3 | 
| *  | Switch expressions like T() and T(1,2) over to new-style initialization.  I'm | Eli Friedman | 2010-01-31 | 1 | -1/+1 | 
| *  | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -1/+3 | 
| *  | Convert one last size variable to CharUnits (follow-on to 94577). | Ken Dyck | 2010-01-26 | 1 | -2/+3 | 
| *  | Use CharUnits for sizes, offsets, alignments, and padding amounts for values | Ken Dyck | 2010-01-26 | 1 | -35/+39 | 
| *  | Correctly pass VTT parameters to constructors and destructors. The VTTs aren'... | Anders Carlsson | 2010-01-02 | 1 | -3/+11 | 
| *  | Move a few more functions away from CGCXX and to CGClass and CGExprCXX. | Anders Carlsson | 2010-01-01 | 1 | -0/+321 | 
| *  | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -1/+0 | 
| *  | Pass the return value slot to all call exprs. | Anders Carlsson | 2009-12-24 | 1 | -1/+1 | 
| *  | Pass ReturnValueSlot to EmitCall. No functionality change yet. | Anders Carlsson | 2009-12-24 | 1 | -2/+2 | 
| *  | There is no such thing as typeinfo for a cv-qualified type. Assert | Douglas Gregor | 2009-12-23 | 1 | -2/+4 | 
| *  | Fix regression I introduced when dynamic_cast-ing to a reference type. | Anders Carlsson | 2009-12-18 | 1 | -1/+1 | 
| *  | Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak... | Anders Carlsson | 2009-12-17 | 1 | -34/+31 | 
| *  | Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit... | Anders Carlsson | 2009-12-16 | 1 | -4/+4 | 
| *  | Don't use a cookie if the global placement new function is used. | Anders Carlsson | 2009-12-13 | 1 | -1/+13 | 
| *  | Fix regression in my last commit - if a struct has a trivial destructor but n... | Anders Carlsson | 2009-12-13 | 1 | -9/+17 | 
| *  | More array cookie improvements. | Anders Carlsson | 2009-12-13 | 1 | -61/+95 | 
| *  | If the usual array deallocation function of a class takes two arguments, we n... | Anders Carlsson | 2009-12-13 | 1 | -27/+46 | 
| *  | Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT... | Anders Carlsson | 2009-12-11 | 1 | -12/+4 | 
| *  | Change rtti/Rtti to RTTI, as it is an acronym. | Mike Stump | 2009-12-02 | 1 | -7/+7 | 
| *  | Handle cases where we're constructing an array of objects and the constructor... | Anders Carlsson | 2009-11-24 | 1 | -26/+28 | 
| *  | Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ... | Anders Carlsson | 2009-11-24 | 1 | -0/+525 |