summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper2012-09-16
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-12
* Mark most PPC register classes to avoid write-after-write.Hal Finkel2012-06-19
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel2012-03-22
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Convert PowerPC to register mask operands.Roman Divacky2012-03-06
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Cleanup PPC RLWINM8 vs RLWINMHal Finkel2012-01-16
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-30
* 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