llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Target / CellSPU / SPUInstrInfo.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-05-16 Jakob Stoklund OlesenRemember to set def-flag on register loaded from stack...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-03-17 Scott MichelCellSPU:
2009-03-16 Scott MichelCellSPU:
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from Alpha...
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-01-26 Scott MichelUntabify code.
2009-01-26 Scott MichelCellSPU:
2009-01-21 Scott MichelCellSPU:
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-06 Scott MichelCellSPU:
2009-01-03 Scott MichelCellSPU:
2009-01-02 Scott Michel- Make copyRegToReg use the "LR" assembler synonym...
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-12-10 Scott MichelCellSPU:
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-11-21 Scott MichelCellSPU:
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-03-09 Chris Lattnercell really does support cross-regclass moves, because...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-07 Chris Lattnerremove MachineOpCode typedef.
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
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 MichelTwo more test cases: or_ops.ll (arithmetic or operation...
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 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-04 Scott MichelMore files in the CellSPU drop...