summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameLowering.cpp
Commit message (Expand)AuthorAge
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-05
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* PPC: Disable moves for all CR subregisters.Benjamin Kramer2011-10-29
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10