aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-3/+1
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+4
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-4/+4
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+6
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-5/+5
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-13/+0
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-13/+11
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-67/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-7/+5
* Remove empty processFunctionBeforeFrameFinalized(). The defaultJim Grosbach2010-08-061-4/+0
* Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola2010-07-111-19/+0
* cleanupRafael Espindola2010-06-021-11/+0
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-2/+2
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-3/+3
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+2
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-3/+1
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-291-3/+3
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-2/+4
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-6/+8
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-231-8/+0
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-181-1/+1
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-121-7/+7
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-081-0/+1
* Most flags are reserved registers on Blackfin.Jakob Stoklund Olesen2009-08-041-0/+11
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-031-34/+38
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+462