aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Fix naming inconsistency: calleesave -> calleesaved.Evan Cheng2007-01-021-3/+3
* remove some more dead sparcv9 support stuffChris Lattner2006-08-031-25/+0
* Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer2005-04-251-0/+2
* Convert tabs to spacesMisha Brukman2005-04-221-14/+11
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+2
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-151-1/+1
* Allow targets to specify particular stack slots that certain physregs mustChris Lattner2004-08-121-0/+17
* Remove dead methodsChris Lattner2004-08-121-12/+0
* Remove dead methodsChris Lattner2004-08-121-11/+0
* Add documentation to the TargetFrameInfo class, contributed by Vladimir PrusChris Lattner2004-06-081-0/+7
* Move function implementations to a .cpp file, avoid #including <cstdlib> here.Misha Brukman2004-03-111-23/+21
* If you call abort(), #include <cstdlib>Misha Brukman2004-01-211-0/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Expose some very simple information about the frame, rather than in-depthChris Lattner2002-12-281-46/+65
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-281-10/+10
* Add method adjustAlignment so that stack slot alignments can be computedVikram S. Adve2002-09-161-3/+9
* * Removed extraneous #includesChris Lattner2002-08-091-22/+8
* Added functions to compute the offset of a given incoming or outgoingVikram S. Adve2002-04-251-7/+15
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Machine-independent interface to target's stack frame layout parameters.Vikram S. Adve2001-11-081-0/+76