aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-10The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt1-5/+11
2012-10-09Create enums for the different attributes.Bill Wendling1-2/+3
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling1-2/+2
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky1-17/+228
2012-06-19Add support for generating reg+reg preinc stores on PPC.Hal Finkel1-8/+8
2012-05-19Add a FIXME about access to negative stack-pointer offsets on PPC32.Hal Finkel1-0/+2
2012-04-20Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper1-11/+11
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper1-1/+1
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel1-8/+8
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-1/+1
2011-12-05enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel1-1/+1
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-5/+9
2011-10-29PPC: Disable moves for all CR subregisters.Benjamin Kramer1-3/+1
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