aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPURegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-2/+2
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-6/+11
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-231-2/+5
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-131-20/+22
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-061-0/+7
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-301-20/+23
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-271-5/+0
* CellSPU: Fix prologue/epilogue emission when function contains calls butScott Michel2008-11-081-2/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-2/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+2
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+0
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-3/+3
* Don't use ISD namespace opcodes for MachineInstrs.Dan Gohman2008-06-301-2/+2
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-2/+1
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-311-9/+0
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-311-3/+3
* More cleanups for CellSPU:Scott Michel2008-01-301-15/+15
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-48/+0
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-169/+0
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-37/+0
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-4/+5
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-9/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-5/+4
* More working CellSPU tests:Scott Michel2007-12-201-2/+4
* Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel2007-12-191-2/+0
* - Restore some i8 functionality in CellSPUScott Michel2007-12-171-4/+5
* Update foldMemoryOperand.Evan Cheng2007-12-051-2/+7
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-3/+5
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-3/+2
* Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel2007-12-051-0/+863