aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CellSPU
Commit message (Expand)AuthorAgeFilesLines
...
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-183-10/+10
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-181-0/+33
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-092-3/+15
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-042-0/+25
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-021-0/+10
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-021-0/+35
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-021-0/+57
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-1/+1
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-1/+1
* Add the check to the testcase of r106419.Kalle Raiskila2010-06-211-0/+3
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-214-13/+18
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-211-1/+6
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-211-0/+10
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-091-2/+13
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-091-0/+5
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-011-0/+13
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-111-0/+21
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-101-0/+26
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-041-0/+13
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-201-0/+8
* Make sure this test tests something.Benjamin Kramer2010-04-091-3/+7
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-0/+2
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* From Kalle Raiskila:Chris Lattner2010-03-291-0/+17
* fix bss section printing for cell, patch by Kalle Raiskila!Chris Lattner2010-03-051-0/+5
* don't let asm-verbose break the check-next lines in these tests.Chris Lattner2010-01-191-2/+2
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-061-1/+0
* Delete useless trailing semicolons.Dan Gohman2010-01-052-2/+2
* Revert this dag combine change:Evan Cheng2009-12-171-4/+4
* Fold (zext (and x, cst)) -> (and (zext x), cst).Evan Cheng2009-12-151-4/+4
* Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng2009-12-091-3/+3
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-221-1/+1
* Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...Daniel Dunbar2009-10-191-0/+1
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-1138-41/+41
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-093-3/+3
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-251-3/+32
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-241-5/+5
* Prefer 'FileCheck' over 'grep'.Scott Michel2009-08-241-7/+8
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-241-0/+17
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-161-0/+15
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-50/+50
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-257-8/+20
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-179-22/+10
* CellSPU:Scott Michel2009-03-171-1/+1
* CellSPU:Scott Michel2009-03-172-9/+7
* CellSPU:Scott Michel2009-03-161-51/+69
* Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -...Mon P Wang2009-01-311-1/+1
* CellSPU:Scott Michel2009-01-265-69/+84
* Don't rely on grep -w working.Duncan Sands2009-01-211-16/+16