summaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU
Commit message (Expand)AuthorAge
* Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.Kalle Raiskila2011-09-02
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* don't test for codegen of 'store undef'Chris Lattner2011-04-09
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-09
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila2011-03-04
* Allow load from constant on SPU.Kalle Raiskila2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner2011-02-13
* Allow sign-extending of i8 and i16 to i128 on SPU. Kalle Raiskila2011-01-20
* Don't crash SPU BE with memory accesses with big alignmnet.Kalle Raiskila2011-01-17
* Don't feed 19 bit immediates to ILA.Kalle Raiskila2010-12-17
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* Handle lshr for i128 correctly on SPU also when Kalle Raiskila2010-11-29
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-29
* Allow for 'fcmp ogt' in SPU.Kalle Raiskila2010-11-24
* Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila2010-11-23
* Fix a bug with extractelement on SPU.Kalle Raiskila2010-11-22
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-12
* Change v64 datalayout in SPU.Kalle Raiskila2010-10-26
* Improve lowering of sext to i128 on SPU.Kalle Raiskila2010-10-18
* Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila2010-10-01
* Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila2010-09-16
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-08
* Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila2010-08-29
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-24
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-18
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-18
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-18
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-09
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-04
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-02
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-02
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-02
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-26
* Add the check to the testcase of r106419.Kalle Raiskila2010-06-21
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-21
* 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