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