summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetFrameLowering.h
Commit message (Expand)AuthorAge
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-04
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-30
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-20
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-07
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-07
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10