aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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