aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameLowering.cpp
AgeCommit message (Expand)Author
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-05enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-10-29PPC: Disable moves for all CR subregisters.Benjamin Kramer
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola
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