aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-142/+0
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-111-82/+0
* Replace copyRegToReg with copyPhysReg for CellSPU.Jakob Stoklund Olesen2010-07-111-28/+6
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-211-2/+0
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-7/+6
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-111-0/+3
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-4/+2
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-6/+8
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-4/+4
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-1/+14
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-051-4/+0
* Remove Streams.h from the targets.Benjamin Kramer2009-08-231-9/+9
* 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