aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...Evan Cheng2008-01-101-5/+18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix prolific source of 'possible loss of data' warnings.Jeff Cohen2007-04-271-1/+1
* support for >4G framesChris Lattner2007-04-251-2/+2
* support > 4G stack objectsChris Lattner2007-04-251-6/+6
* allow 64-bit stack objectsChris Lattner2007-04-251-5/+5
* Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng2007-04-041-0/+6
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-10/+10
* Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey2006-11-171-1/+17
* Tidy up.Jim Laskey2006-08-251-2/+10
* Consolidate callee saved register information so that it can me used by debugJim Laskey2006-08-251-0/+32
* Make class comment visible in Doxygen.Vladimir Prus2006-05-231-28/+31
* Foundation for call frame information.Jim Laskey2006-04-071-0/+18
* Make sure to consider alignment of variable sized objects.Chris Lattner2006-04-041-0/+1
* Keep track of max stack alignment as objects are added. Remove an obsolete m...Chris Lattner2006-04-031-5/+3
* Change a comment slightlyChris Lattner2005-11-061-2/+4
* Add the necessary support to the ISel to allow targets to codegen the newNate Begeman2005-11-061-1/+18
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Remove helper methodChris Lattner2004-08-151-2/+1
* finegrainify namespacificationChris Lattner2004-02-151-7/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+9
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos2003-10-081-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Print machine frame objects with the frame offset intrinsic to the machineChris Lattner2003-01-161-3/+4
* * Add utility methods which make common cases easierChris Lattner2003-01-131-2/+12
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-281-5/+5
* Descriptor object used to manage abstract frame referencesChris Lattner2002-12-281-0/+204