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