aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
AgeCommit message (Expand)Author
2007-04-27Fix prolific source of 'possible loss of data' warnings.Jeff Cohen
2007-04-25support for >4G framesChris Lattner
2007-04-25support > 4G stack objectsChris Lattner
2007-04-25allow 64-bit stack objectsChris Lattner
2007-04-04Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2006-11-17Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey
2006-08-25Tidy up.Jim Laskey
2006-08-25Consolidate callee saved register information so that it can me used by debugJim Laskey
2006-05-23Make class comment visible in Doxygen.Vladimir Prus
2006-04-07Foundation for call frame information.Jim Laskey
2006-04-04Make sure to consider alignment of variable sized objects.Chris Lattner
2006-04-03Keep track of max stack alignment as objects are added. Remove an obsolete m...Chris Lattner
2005-11-06Change a comment slightlyChris Lattner
2005-11-06Add the necessary support to the ISel to allow targets to codegen the newNate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-08-15Remove helper methodChris Lattner
2004-02-15finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-08Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-01-16Print machine frame objects with the frame offset intrinsic to the machineChris Lattner
2003-01-13* Add utility methods which make common cases easierChris Lattner
2002-12-28Rename FunctionFrameInfo to MachineFrameInfoChris Lattner
2002-12-28Descriptor object used to manage abstract frame referencesChris Lattner