summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameLowering.cpp
Commit message (Expand)AuthorAge
* Merging r181800:Bill Wendling2013-05-14
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-15
* Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel2013-04-13
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-13
* Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel2013-03-28
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* Use multiple virtual registers in PPC CR spillingHal Finkel2013-03-26
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-23
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-21
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-15
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-14
* Fix PR15332 (patch by Florian Zeitz).Bill Schmidt2013-02-26
* Fix PR14364.Bill Schmidt2013-02-24
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Avoid using MRI::liveout_iterator for computing VRSAVEs.Jakob Stoklund Olesen2013-02-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* 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