Revert Duncan's r143028 expression folding which appears to be the culprit
[oota-llvm.git] / test / CodeGen / CellSPU /
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-13 Kalle RaiskilaMark 'branch indirect' instruction as an indirect branch.
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-04-09 Chris Lattnerdon't test for codegen of 'store undef'
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-01-20 Kalle RaiskilaAllow sign-extending of i8 and i16 to i128 on SPU.
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2010-12-17 Kalle RaiskilaDon't feed 19 bit immediates to ILA.
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaEnable PostRA scheduling for SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-10-26 Kalle RaiskilaChange v64 datalayout in SPU.
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:
next