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