[PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.
[oota-llvm.git] / lib / Target / PowerPC / PPCFrameLowering.cpp
2013-08-20 Bill Schmidt[PowerPC] More refactoring prior to real PPC emitProlog...
2013-08-16 Bill Schmidt[PowerPC] Preparatory refactoring for making prologue...
2013-07-18 Hal FinkelPPC: Support dynamic allocas with large alignment
2013-07-17 Hal FinkelPPC: Add base-pointer support to builtin setjmp/longjmp
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-06-28 Hal FinkelPPC: Ignore spill/restore requests for VRSAVE (except...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-16 Rafael EspindolaRemoved dead code.
2013-05-14 Bill SchmidtPPC32: Fix stack collision between FP and CR save areas.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-04-15 Hal FinkelFix PPC64 CR spill location for callee-saved registers
2013-04-13 Hal FinkelMark all PPC CR registers to be spilled as live-in...
2013-04-13 Hal FinkelSpill and restore PPC CR registers using the FP when...
2013-03-28 Hal FinkelCleanup PPC CR-spill kill flags and 32- vs. 64-bit...
2013-03-26 Hal FinkelPPC: Use HWEncoding and TRI->getEncodingValue
2013-03-26 Hal FinkelUse multiple virtual registers in PPC CR spilling
2013-03-23 Hal FinkelNote in PPCFunctionInfo VRSAVE spills
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-21 Hal FinkelCorrect PPC FRAMEADDR lowering using a pseudo-register
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-02-26 Bill SchmidtFix PR15332 (patch by Florian Zeitz).
2013-02-24 Bill SchmidtFix PR14364.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-05 Jakob Stoklund OlesenAvoid using MRI::liveout_iterator for computing VRSAVEs.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-05-19 Hal FinkelAdd a FIXME about access to negative stack-pointer...
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-10-29 Benjamin KramerPPC: Disable moves for all CR subregisters.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...