aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member functions.Eli Friedman2009-07-241-74/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-12/+7
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-011-2/+5
* Remember to set def-flag on register loaded from stack slot in CellSPU.Jakob Stoklund Olesen2009-05-161-1/+1
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-4/+4
* CellSPU:Scott Michel2009-03-171-4/+1
* CellSPU:Scott Michel2009-03-161-1/+6
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-18/+4
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-131-4/+6
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-2/+4
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-16/+24
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-091-2/+4
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-061-8/+0
* Untabify code.Scott Michel2009-01-261-12/+12
* CellSPU:Scott Michel2009-01-261-2/+2
* CellSPU:Scott Michel2009-01-211-1/+8
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-1/+4
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-071-1/+1
* CellSPU:Scott Michel2009-01-061-1/+26
* CellSPU:Scott Michel2009-01-031-56/+92
* - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel2009-01-021-38/+50
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-301-15/+14
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-271-13/+42
* CellSPU:Scott Michel2008-12-101-50/+198
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-031-4/+4
* CellSPU:Scott Michel2008-11-211-2/+2
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-2/+4
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-161-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-20/+20
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-261-3/+5
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-4/+4
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-6/+8
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-2/+2
* cell really does support cross-regclass moves, because R3 is in lots of diffe...Chris Lattner2008-03-091-4/+9
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-8/+7
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-3/+4
* More cleanups for CellSPU:Scott Michel2008-01-301-2/+2
* remove MachineOpCode typedef.Chris Lattner2008-01-071-2/+2
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-0/+39
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-1/+172
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-1/+1
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-0/+37
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-2/+2
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-4/+3
* More working CellSPU tests:Scott Michel2007-12-201-14/+2
* Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott Michel2007-12-191-2/+2
* Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel2007-12-191-1/+13
* - Restore some i8 functionality in CellSPUScott Michel2007-12-171-3/+3