aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-19/+21
2014-04-28[C++] Use 'nullptr'.Craig Topper1-2/+2
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-1/+1
2014-04-02Simplify resolveFrameIndex() signature.Jim Grosbach1-2/+2
2014-03-29[PowerPC] Add subregister classes for f64 VSX valuesHal Finkel1-0/+3
2014-02-28Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel1-0/+4
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-10-07Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola1-4/+0
2013-07-17PPC: Implement base pointer and stack realignmentHal Finkel1-0/+6
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-2/+1
2013-04-09Use virtual base registers on PPCHal Finkel1-0/+13
2013-03-31Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfoHal Finkel1-2/+2
2013-03-23Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel1-10/+9
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel1-0/+1
2013-03-21Add support for spilling VRSAVE on PPCHal Finkel1-0/+5
2013-03-16Remove PPC avoidWriteAfterWrite callbackHal Finkel1-2/+0
2013-03-14Use frame-index scavenging for PPC register spillingHal Finkel1-2/+8
2013-03-12PPC should always use the register scavenger for CR spillingHal Finkel1-2/+3
2013-02-24Fix PR14364.Bill Schmidt1-1/+0
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky1-4/+0
2013-01-31[PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier1-1/+2
2012-09-16Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper1-1/+1
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky1-0/+3
2012-06-19Mark most PPC register classes to avoid write-after-write.Hal Finkel1-0/+2
2012-05-07Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen1-1/+2
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd1-0/+2
2012-03-06Convert PowerPC to register mask operands.Roman Divacky1-0/+1
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper1-1/+1
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-06add RESTORE_CR and support CR unspillsHal Finkel1-0/+2
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel1-0/+3
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng1-4/+0
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-4/+0
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng1-1/+3
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola1-0/+1
2010-11-27Move more PEI-related hooks to TFIAnton Korobeynikov1-4/+0
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov1-1/+0
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov1-5/+0
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov1-9/+0
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach1-3/+2
2010-06-02cleanupRafael Espindola1-3/+0
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach1-1/+1
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene1-1/+1
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach1-2/+3
2009-07-29Give getPointerRegClass() a "kind" value so that targets can Chris Lattner1-1/+1
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller1-0/+2
2009-02-06Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng1-0/+4
2008-03-31Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng1-3/+0
2008-03-03This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling1-1/+8