Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
[oota-llvm.git] / lib / Target / CellSPU / SPURegisterInfo.cpp
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-11-08 Scott MichelCellSPU: Fix prologue/epilogue emission when function...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanDon't use ISD namespace opcodes for MachineInstrs.
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-05 Evan ChengUpdate foldMemoryOperand.
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-05 Scott MichelMain CellSPU backend files checked in. Intrinsics and...