summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameLowering.cpp
Commit message (Expand)AuthorAge
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-10
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-12
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Add a FIXME about access to negative stack-pointer offsets on PPC32.Hal Finkel2012-05-19
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-11
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-30
* 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