summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetFrameInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs ↵Anton Korobeynikov2011-01-101-52/+0
| | | | | | and fixes here and there. llvm-svn: 123170
* Make this compile on case-sensitive file systemswAnton Korobeynikov2010-11-201-2/+2
| | | | llvm-svn: 119905
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-0/+26
| | | | llvm-svn: 119904
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-0/+7
| | | | llvm-svn: 119754
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* remove some more dead sparcv9 support stuffChris Lattner2006-08-031-63/+1
| | | | llvm-svn: 29506
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
| | | | llvm-svn: 22523
* Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer2005-04-251-0/+4
| | | | | | destructor. Just add the do-nothing virtual destructor. llvm-svn: 21524
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
| | | | llvm-svn: 21422
* Fix compilation errors with VS 2005, patch contributed by Aaron Gray.Misha Brukman2005-02-171-8/+28
| | | | llvm-svn: 20232
* Remove dead methodsChris Lattner2004-08-121-18/+0
| | | | llvm-svn: 15698
* Remove dead methodsChris Lattner2004-08-121-11/+0
| | | | llvm-svn: 15691
* Move implementations of functions here, which avoids #including <cstdlib> in theMisha Brukman2004-03-111-0/+86
header file and all those who #include it. llvm-svn: 12297
OpenPOWER on IntegriCloud