| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -2/+2 |
| 2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 1 | -13/+13 |
| 2011-07-13 | Arrays are permitted to be zero-length in some situations. | John McCall | 1 | -1/+27 |
| 2011-07-13 | Convert the standard default-construction loops to use phis and | John McCall | 1 | -72/+73 |
| 2011-07-13 | Aggressive dead code elimination. | John McCall | 1 | -72/+0 |
| 2011-07-12 | Generalize Cleanup::Emit's "isForEH" parameter into a set | John McCall | 1 | -7/+7 |
| 2011-07-12 | Switch field destruction over to use the new destroyer-based API | John McCall | 1 | -68/+28 |
| 2011-07-09 | A number of array-related IR-gen cleanups. | John McCall | 1 | -0/+11 |
| 2011-06-25 | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall | 1 | -1/+1 |
| 2011-06-16 | Restore correct use of GC barriers. | John McCall | 1 | -6/+3 |
| 2011-06-15 | Automatic Reference Counting. | John McCall | 1 | -37/+56 |
| 2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 1 | -0/+1 |
| 2011-05-16 | Fix another regression from the "skip vtable pointer initialization" | Anders Carlsson | 1 | -1/+1 |
| 2011-05-15 | Re-enable the fix for PR9181 now that all the edge cases are handled. | Anders Carlsson | 1 | -18/+70 |
| 2011-05-15 | Disable the optimization until the bug noticed by Sean Hunt has been fixed. | Anders Carlsson | 1 | -0/+4 |
| 2011-05-14 | When emitting the destructor for a class with a vtable, if we can determine | Anders Carlsson | 1 | -1/+34 |
| 2011-05-08 | Move code to emit the callee of an CXXOperatorCallExpr out into a separate fu... | Anders Carlsson | 1 | -0/+133 |
| 2011-05-03 | Ensure that destructors are properly inovked when an exception leaves | Alexis Hunt | 1 | -1/+27 |
| 2011-05-03 | Fix delegating constructors stylistic issues. | Alexis Hunt | 1 | -4/+5 |
| 2011-05-02 | Simplify code a bit by using CallArgList::add. No intended functionality cha... | Eli Friedman | 1 | -6/+4 |
| 2011-05-01 | Fully implement delegating constructors! | Alexis Hunt | 1 | -1/+23 |
| 2011-04-28 | When block-capturing a variable with a non-trivial destructor, | John McCall | 1 | -0/+1 |
| 2011-04-11 | Replace a couple of Builder.CreateICmpEQ with Builder.CreateIsNull. No functi... | Anders Carlsson | 1 | -6/+2 |
| 2011-04-07 | [Reapply r128776, modified so that it does not break debug info.] | Ken Dyck | 1 | -2/+3 |
| 2011-04-04 | Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info. | Devang Patel | 1 | -3/+2 |
| 2011-04-02 | Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to | Ken Dyck | 1 | -2/+3 |
| 2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 1 | -4/+2 |
| 2011-03-24 | Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No | Ken Dyck | 1 | -11/+8 |
| 2011-03-23 | Convert OffsetFromNearestVBast parameter of InitializeVTablePointer(s) to | Ken Dyck | 1 | -12/+13 |
| 2011-03-23 | Convert NonVirtual parameter of ApplyNonVirtualAndVirtualOffset() to | Ken Dyck | 1 | -8/+11 |
| 2011-03-22 | Convert Offset variable in GetAddressOfDirectBaseInCompleteClass() to | Ken Dyck | 1 | -5/+5 |
| 2011-03-22 | Change return value of ComputeNonVirtualBaseClassOffset() to CharUnits. No | Ken Dyck | 1 | -13/+13 |
| 2011-03-11 | Use a slightly more semantic interface for emitting call arguments. | John McCall | 1 | -10/+4 |
| 2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall | 1 | -5/+4 |
| 2011-02-28 | Get rid of the areExceptionsEnabled() getter from LangOptions. | Anders Carlsson | 1 | -2/+2 |
| 2011-02-22 | A constructor call should force class's debug info even if -flimit-debug-info... | Devang Patel | 1 | -0/+11 |
| 2011-02-20 | Add a LangOptions::areExceptionsEnabled and start using it. | Anders Carlsson | 1 | -2/+3 |
| 2011-02-08 | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 1 | -3/+0 |
| 2011-02-03 | Clean up of -fapple-kext abi code. No change otherwise. | Fariborz Jahanian | 1 | -1/+2 |
| 2011-02-02 | -fapple-kext, elimination of all direct calls to virtual dtors. | Fariborz Jahanian | 1 | -0/+4 |
| 2011-02-01 | -fapple-kext support for indirect call to virtuals dtors - wip. | Fariborz Jahanian | 1 | -1/+6 |
| 2011-01-29 | Make emitting a VTT a two-step process, much like emitting a VTable. You firs... | Anders Carlsson | 1 | -1/+1 |
| 2011-01-29 | When doing a derived-to-base class through a virtual class, we don't have to ... | Anders Carlsson | 1 | -2/+11 |
| 2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 1 | -6/+6 |
| 2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 1 | -6/+6 |
| 2010-11-13 | Block API patch to do copy ctor of copied-in cxx objects in | Fariborz Jahanian | 1 | -0/+58 |
| 2010-10-31 | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson | 1 | -7/+9 |
| 2010-10-26 | Factor out the code for emitting code to load vtable pointer members | Dan Gohman | 1 | -4/+7 |
| 2010-10-15 | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 1 | -1/+1 |
| 2010-09-17 | Currently we're initializing the vtable pointers of a class only after | John McCall | 1 | -0/+30 |