aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-101-10/+18
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-071-3/+3
* make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel2011-12-071-8/+13
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-061-4/+45
* remove old FIXMEHal Finkel2011-12-061-1/+0
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-051-11/+7
* don't include CR bit subregs in callee-saved listHal Finkel2011-12-051-16/+0
* add register pressure for CR regsHal Finkel2011-12-051-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+2
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-221-0/+21
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-44/+1
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-29/+4
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+0
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-2/+1
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+3
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-3/+4
* Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky2011-06-171-1/+2
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+8
* Split ppc dwarf regnums into ppc64 and ppc32 flavours.Rafael Espindola2011-05-301-1/+12
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-7/+7
* Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov2010-12-181-2/+3
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-274/+8
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-8/+0
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-32/+20
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-647/+1
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-8/+6
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-2/+2
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-2/+2
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-4/+2
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-14/+12
* cleanupRafael Espindola2010-06-021-134/+0
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-201-8/+4
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-1/+1
* Make naked functions work on PPC.Dale Johannesen2010-04-291-1/+7
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* EnablePPC64RS and EnablePPC32RS are used in multiple files, so theyDan Gohman2010-04-151-3/+7
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-8/+8
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-5/+5
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-2/+2
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-291-14/+16
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-141-2/+2
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-15/+13
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-141-2/+4
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* This should have gone in with 26015, see comments there.Dale Johannesen2010-02-121-0/+12
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-2/+2
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-081-6/+6
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-241-2/+1