Don't track max alignment during stack object allocations since they can be deleted...
[oota-llvm.git] / include / llvm / CodeGen / MachineFrameInfo.h
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-25 Chris LattnerReorder a field to reduce the size of StackObject....
2008-01-25 Chris Lattnermove this field back. Moving the field causes miscompi...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2008-01-10 Evan ChengClearify the meaning of immutable StackObject.
2008-01-10 Evan ChengAdd a isImmutable bit to StackObject. Fixed stack objec...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-27 Jeff CohenFix prolific source of 'possible loss of data' warnings.
2007-04-25 Chris Lattnersupport for >4G frames
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-04-25 Chris Lattnerallow 64-bit stack objects
2007-04-04 Evan ChengAdd isFixedObjectIndex. It returns true if the stack...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-08-25 Jim LaskeyTidy up.
2006-08-25 Jim LaskeyConsolidate callee saved register information so that...
2006-05-23 Vladimir PrusMake class comment visible in Doxygen.
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-04 Chris LattnerMake sure to consider alignment of variable sized objects.
2006-04-03 Chris LattnerKeep track of max stack alignment as objects are added...
2005-11-06 Chris LattnerChange a comment slightly
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-15 Chris LattnerRemove helper method
2004-02-15 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-08 Alkis EvlogimenosForward declare class Type since it is used in this...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-13 Chris Lattner* Add utility methods which make common cases easier
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerDescriptor object used to manage abstract frame references