aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
AgeCommit message (Expand)Author
2012-03-22PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-06Convert PowerPC to register mask operands.Roman Divacky
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-16Cleanup PPC RLWINM8 vs RLWINMHal Finkel
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-07make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel
2011-12-07make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel
2011-12-06add RESTORE_CR and support CR unspillsHal Finkel
2011-12-06remove old FIXMEHal Finkel
2011-12-05enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel
2011-12-05don't include CR bit subregs in callee-saved listHal Finkel
2011-12-05add register pressure for CR regsHal Finkel
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-28Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-17Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-30Split ppc dwarf regnums into ppc64 and ppc32 flavours.Rafael Espindola
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-18Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov
2010-11-27Move more PEI-related hooks to TFIAnton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-07-30PPC doesn't supported VLA with large alignment. This wasDale Johannesen
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng
2010-06-02Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola
2010-06-02cleanupRafael Espindola
2010-05-20The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-04-29Make naked functions work on PPC.Dale Johannesen
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-15EnablePPC64RS and EnablePPC32RS are used in multiple files, so theyDan Gohman
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-04-05remove the MMI pointer from MachineFrameInfo.Chris Lattner
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-29Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer
2010-03-14get MMI out of the label uniquing business, just go to MCContextChris Lattner