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