Add test case mov.ll for PTX device function
[oota-llvm.git] / test / CodeGen / CellSPU /
2010-10-18 Kalle RaiskilaImprove lowering of sext to i128 on SPU.
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-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-08-29 Kalle RaiskilaFix lowering of INSERT_VECTOR_ELT in SPU.
2010-08-24 Kalle RaiskilaFix SPU BE to use all the available return registers.
2010-08-18 Kalle RaiskilaFix a bug with insertelement on SPU.
2010-08-18 Kalle RaiskilaRemove all traces of v2[i,f]32 on SPU.
2010-08-18 Kalle RaiskilaChange SPU C calling convention to match that described in
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-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-21 Kalle RaiskilaAdd the check to the testcase of r106419.
2010-06-21 Kalle RaiskilaMark the SPU 'lr' instruction to never have side effects.
2010-06-21 Kalle RaiskilaFix the lowering of VECTOR_SHUFFLE on SPU to handle...
2010-06-21 Kalle RaiskilaFix lowering of VECTOR_SHUFFLE on SPU. Old algorithm
2010-06-09 Kalle RaiskilaFix SPU to cope with vector insertelement to an undef...
2010-06-09 Kalle RaiskilaHandle loading from/storing to undef pointers on SPU...
2010-06-01 Kalle RaiskilaFix handling of 'load' nodes.
2010-05-11 Kalle RaiskilaMake SPU backend not assert on jump tables.
2010-05-10 Kalle RaiskilaFix encoding of 'sf' and 'sfh' instructions.
2010-05-04 Chris Lattner"on the rare occasion the SPU BE produces illegal assem...
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-09 Benjamin KramerMake sure this test tests something.
2010-04-09 Chris Lattner"On SPU, variables in the .bss section that are allocat...
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-03-29 Chris LattnerFrom Kalle Raiskila:
2010-03-05 Chris Lattnerfix bss section printing for cell, patch by Kalle Raiskila!
2010-01-19 Chris Lattnerdon't let asm-verbose break the check-next lines in...
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-19 Daniel DunbarTeach lit that the .c files in 'test/CodeGen/CellSPU...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Scott MichelPrefer 'FileCheck' over 'grep'.
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-17 Rafael EspindolaDon't force promotion of return arguments on the callee.
2009-03-17 Scott MichelCellSPU:
2009-03-17 Scott MichelCellSPU:
2009-03-16 Scott MichelCellSPU:
2009-01-31 Mon P WangUsed "-enable-unsafe-fp-math" to allow this transformat...
2009-01-26 Scott MichelCellSPU:
2009-01-21 Duncan SandsDon't rely on grep -w working.
2009-01-21 Scott MichelCellSPU:
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-06 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-03 Scott MichelCellSPU:
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Bill WendlingThis is not failing on Darwin for some reason. XFAIL...
2008-12-31 Scott MichelXFAIL this for now until I can figure out what's going on.
2008-12-30 Scott MichelFix test erratum (which is wierd: works locally for...
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-09 Scott MichelCellSPU:
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
2008-12-03 Rafael EspindolaFix some tests. The grep for "il" was matching "file".
2008-12-02 Scott MichelCellSPU:
2008-12-01 Scott MichelCellSPU:
2008-11-30 Eli FriedmanAPIntify a test which is potentially unsafe otherwise...
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: test should use shlqby, not shlqbyi
2008-11-25 Bill WendlingXFAIL this test. A recent CellSPU check-in broke it.
2008-11-24 Scott MichelCellSPU:
2008-11-24 Scott MichelCellSPU:
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Scott MichelCellSPU:
2008-11-11 Bill WendlingUn-XFAIL tests now that they're fixed.
2008-11-11 Bill Wendlingr59009 broke these tests. XFAIL for now.
2008-11-09 Scott MichelCellSPU: Update expected counts on expected patterns
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-17 Chris Lattnerremove an xfailed test.
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-31 Bill WendlingCellSPU doesn't appear to support fully the "ISD::ROTR...
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-28 Dan GohmanUpdate and_ops.ll according to the recent dagcombiner...
2008-04-14 Dan GohmanUpgrade these tests for the current intrinsic prototypes.
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
next