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