aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetFrameInfo.cpp
AgeCommit message (Expand)Author
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-11-20Make this compile on case-sensitive file systemswAnton Korobeynikov
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-08-03remove some more dead sparcv9 support stuffChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-04-25Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-17Fix compilation errors with VS 2005, patch contributed by Aaron Gray.Misha Brukman
2004-08-12Remove dead methodsChris Lattner
2004-08-12Remove dead methodsChris Lattner
2004-03-11Move implementations of functions here, which avoids #including <cstdlib> in theMisha Brukman