aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUInstrInfo.cpp
AgeCommit message (Expand)Author
2008-03-09cell really does support cross-regclass moves, because R3 is in lots of diffe...Chris Lattner
2008-02-23Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng
2008-01-30More cleanups for CellSPU:Scott Michel
2008-01-07remove MachineOpCode typedef.Chris Lattner
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
2008-01-01Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson
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-19Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott 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-05Updated source file headers to llvm coding standard.Scott Michel
2007-12-04More files in the CellSPU drop...Scott Michel