aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng1-5/+5
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng1-7/+0
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola1-0/+8
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola1-2/+1
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen1-7/+8
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-0/+970