Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.
[oota-llvm.git] / lib / Target / CellSPU / SPUInstrInfo.td
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
2011-01-31 David GreeneFix vector sign extend to put the source and destinatio...
2011-01-17 Kalle RaiskilaSplit up RotateShift itinerary in SPU.
2011-01-11 Kalle RaiskilaAdd a "nop filler" pass to SPU.
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaAllow machine LICM to do its job on SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-10-01 Kalle RaiskilaZap some redundant 'ori $?, $?, 0' from SPU.
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-08-18 Kalle RaiskilaRemove all traces of v2[i,f]32 on SPU.
2010-08-09 Kalle RaiskilaHave SPU handle halfvec stores aligned by 8 bytes.
2010-08-04 Kalle RaiskilaMake SPU backend handle insertelement and
2010-08-02 Kalle RaiskilaMore SPU v2f32 stuff added: insertelement and shuffle.
2010-08-02 Kalle RaiskilaAdd preliminary v2f32 support for SPU. Like with v2i32...
2010-08-02 Kalle RaiskilaAdd preliminary v2i32 support for SPU backend. As there...
2010-05-10 Kalle RaiskilaFix encoding of 'sf' and 'sfh' instructions.
2010-03-28 Chris Lattnerfix a typo, bitconvert from node to itself isn't valid.
2010-03-28 Chris Lattnerstop using vnot_conv
2010-03-19 Chris Lattnerremove some damaged sign extend patterns that can never...
2010-03-15 Chris Lattnerdo some serious surgery on CellSPU to get it back into...
2010-03-08 Chris Lattnerdisambiguate some types, add a fixme about some
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-10 Dan GohmanDon't mark conditional branch instructions as control...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-03-17 Scott MichelCellSPU:
2009-03-17 Scott MichelCellSPU:
2009-03-16 Scott MichelCellSPU:
2009-01-26 Scott MichelCellSPU:
2009-01-26 Scott MichelUntabify code.
2009-01-26 Scott MichelCellSPU:
2009-01-21 Scott MichelCellSPU:
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Scott Michel- Various '#if 0' cleanups.
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-10 Scott MichelCellSPU:
2008-12-04 Scott MichelCellSPU: Fix bug 3055
2008-12-04 Scott MichelCellSPU:
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-02 Scott MichelCellSPU:
2008-12-01 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: Fix mnemonic typo in pattern; "shlqbyi" -...
2008-11-24 Scott MichelCellSPU:
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Scott MichelCellSPU:
2008-11-10 Scott MichelCellSPU: Fix bug 3606, as well as some ongoing work.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-07-22 Bill WendlingMore tab removals.
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-05 Scott Michel- Fix support for "special" i64 immediates that can...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
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-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-04 Scott MichelMore files in the CellSPU drop...