aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUFrameLowering.cpp
AgeCommit message (Expand)Author
2012-11-14Remove the CellSPU port.Eric Christopher
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-08-26Don't insert branch hint lables that are never used. Kalle Raiskila
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov