aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-11-141-77/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-4/+0
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+3
* Blackfin always uses a reserved call frame.Jakob Stoklund Olesen2011-06-031-2/+0
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-3/+0
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-2/+0
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-3/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-3/+2
* Remove empty processFunctionBeforeFrameFinalized(). The defaultJim Grosbach2010-08-061-2/+0
* Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola2010-07-111-3/+0
* cleanupRafael Espindola2010-06-021-3/+0
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-7/+0
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+3
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-231-1/+0
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-121-10/+0
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-1/+1
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+114