summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] ELFv2 explicit CFI for CR fieldsUlrich Weigand2014-07-211-1/+9
* [PowerPC] ELFv2 stack space reductionUlrich Weigand2014-07-201-1/+2
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-6/+13
* [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSizeUlrich Weigand2014-06-231-24/+0
* [PowerPC] Allow stack frames without parameter save areaUlrich Weigand2014-06-231-3/+3
* Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. UseEric Christopher2014-06-121-0/+186
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-291-7/+8
* 80-column, tab characters, comment fixups.Eric Christopher2014-04-291-43/+44
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-28/+28
* [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
OpenPOWER on IntegriCloud