summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameLowering.cpp
Commit message (Expand)AuthorAge
* [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.Bill Schmidt2013-08-20
* [PowerPC] Preparatory refactoring for making prologue and epilogueBill Schmidt2013-08-16
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-18
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-28
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Remove addFrameMove.Rafael Espindola2013-05-16
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* Removed dead code.Rafael Espindola2013-05-16
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-14
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* 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