summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreRegisterInfo.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton2013-12-02
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* Remove unused functions getArgRegs and getNumArgRegs.Craig Topper2012-03-11
* 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
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-15
* 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
* cleanupRafael Espindola2010-06-02
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-13
* Add XCore backend.Richard Osborne2008-11-07