aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.Bill Schmidt2013-08-201-271/+194
* [PowerPC] Preparatory refactoring for making prologue and epilogueBill Schmidt2013-08-161-85/+102
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-181-1/+5
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-171-15/+23
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-171-30/+143
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-2/+2
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-2/+2
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-281-0/+12
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-6/+6
* Remove addFrameMove.Rafael Espindola2013-05-161-19/+19
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-5/+5
* Removed dead code.Rafael Espindola2013-05-161-8/+4
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-141-0/+1
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-9/+7
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-151-35/+41
* Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel2013-04-131-5/+14
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-131-6/+14
* Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel2013-03-281-6/+6
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-5/+7
* Use multiple virtual registers in PPC CR spillingHal Finkel2013-03-261-0/+7
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-231-2/+7
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-1/+1
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-211-0/+28
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-171-1/+6
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-151-31/+57
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-141-2/+2
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-141-1/+1
* Fix PR15332 (patch by Florian Zeitz).Bill Schmidt2013-02-261-4/+5
* Fix PR14364.Bill Schmidt2013-02-241-1/+12
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+41
* Avoid using MRI::liveout_iterator for computing VRSAVEs.Jakob Stoklund Olesen2013-02-051-6/+15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-3/+4
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-101-5/+11
* Create enums for the different attributes.Bill Wendling2012-10-091-2/+3
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-2/+2
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-121-17/+228
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-191-8/+8
* Add a FIXME about access to negative stack-pointer offsets on PPC32.Hal Finkel2012-05-191-0/+2
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-11/+11
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-111-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-301-8/+8
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-051-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-5/+9
* PPC: Disable moves for all CR subregisters.Benjamin Kramer2011-10-291-3/+1
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-5/+5