summaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU
Commit message (Expand)AuthorAge
...
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-21
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-21
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-09
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-09
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-01
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-11
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-10
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-04
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-20
* Make sure this test tests something.Benjamin Kramer2010-04-09
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-09
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* From Kalle Raiskila:Chris Lattner2010-03-29
* fix bss section printing for cell, patch by Kalle Raiskila!Chris Lattner2010-03-05
* don't let asm-verbose break the check-next lines in these tests.Chris Lattner2010-01-19
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-06
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Revert this dag combine change:Evan Cheng2009-12-17
* Fold (zext (and x, cst)) -> (and (zext x), cst).Evan Cheng2009-12-15
* Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng2009-12-09
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-22
* Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...Daniel Dunbar2009-10-19
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-25
* Remove obsolete -f flags.Dan Gohman2009-08-25
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-24
* Prefer 'FileCheck' over 'grep'.Scott Michel2009-08-24
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-24
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-16
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-25
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-17
* CellSPU:Scott Michel2009-03-17
* CellSPU:Scott Michel2009-03-17
* CellSPU:Scott Michel2009-03-16
* Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -...Mon P Wang2009-01-31
* CellSPU:Scott Michel2009-01-26
* Don't rely on grep -w working.Duncan Sands2009-01-21
* CellSPU:Scott Michel2009-01-21
* Add the private linkage.Rafael Espindola2009-01-15
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-15
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-07
* CellSPU:Scott Michel2009-01-06
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-03
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* This is not failing on Darwin for some reason. XFAIL for other platforms.Bill Wendling2008-12-31