summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetFrameInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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