aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPURegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Switch SPU calling convention (function arguments) Kalle Raiskila2010-07-081-9/+0
* cleanupRafael Espindola2010-06-021-4/+0
* From Kalle Raiskila:Chris Lattner2010-03-291-0/+19
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-251-19/+0
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-251-0/+19
* 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
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-1/+2
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-061-0/+4
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-311-3/+0
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+2
* More cleanups for CellSPU:Scott Michel2008-01-301-2/+2
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-10/+0
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-31/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-3/+2
* Update foldMemoryOperand.Evan Cheng2007-12-051-2/+4
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-2/+2
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-1/+3
* Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel2007-12-051-0/+137