| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r143206, as there are still some failing tests. | Dan Gohman | 2011-10-29 | 6 | -19/+0 |
* | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman | 2011-10-28 | 6 | -0/+19 |
* | Speculatively disable Dan's commits 143177 and 143179 to see if | Duncan Sands | 2011-10-28 | 6 | -19/+0 |
* | Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW | Dan Gohman | 2011-10-28 | 6 | -0/+19 |
* | Enable element promotion type legalization by deafault. | Nadav Rotem | 2011-10-16 | 3 | -27/+13 |
* | Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there was | Nadav Rotem | 2011-10-16 | 1 | -0/+4 |
* | Mark 'branch indirect' instruction as an indirect branch. | Kalle Raiskila | 2011-10-13 | 1 | -6/+6 |
* | Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction. | Kalle Raiskila | 2011-09-02 | 1 | -1/+12 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 1 | -3/+0 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 7 | -61/+61 |
* | don't test for codegen of 'store undef' | Chris Lattner | 2011-04-09 | 1 | -4/+8 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 1 | -1/+1 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 1 | -1/+1 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 1 | -1/+1 |
* | Fix mistyped CHECK lines. | Benjamin Kramer | 2011-03-09 | 1 | -3/+3 |
* | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger | 2011-03-04 | 1 | -1/+1 |
* | Allow vector shifts (shl,lshr,ashr) on SPU. | Kalle Raiskila | 2011-03-04 | 1 | -6/+55 |
* | Allow load from constant on SPU. | Kalle Raiskila | 2011-03-04 | 2 | -0/+15 |
* | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger | 2011-03-03 | 1 | -1/+1 |
* | fix visitShift to properly zero extend the shift amount if the provided operand | Chris Lattner | 2011-02-13 | 1 | -1/+1 |
* | Allow sign-extending of i8 and i16 to i128 on SPU. | Kalle Raiskila | 2011-01-20 | 1 | -0/+21 |
* | Don't crash SPU BE with memory accesses with big alignmnet. | Kalle Raiskila | 2011-01-17 | 1 | -0/+9 |
* | Don't feed 19 bit immediates to ILA. | Kalle Raiskila | 2010-12-17 | 1 | -2/+13 |
* | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel | 2010-12-06 | 1 | -24/+19 |
* | Handle lshr for i128 correctly on SPU also when | Kalle Raiskila | 2010-11-29 | 1 | -2/+14 |
* | Enable PostRA scheduling for SPU. | Kalle Raiskila | 2010-11-29 | 2 | -4/+4 |
* | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -6/+19 |
* | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila | 2010-11-23 | 1 | -0/+22 |
* | Fix a bug with extractelement on SPU. | Kalle Raiskila | 2010-11-22 | 1 | -1/+13 |
* | Fix memory access lowering on SPU, adding | Kalle Raiskila | 2010-11-12 | 3 | -1/+26 |
* | Change v64 datalayout in SPU. | Kalle Raiskila | 2010-10-26 | 2 | -2/+15 |
* | Improve lowering of sext to i128 on SPU. | Kalle Raiskila | 2010-10-18 | 1 | -0/+3 |
* | Zap some redundant 'ori $?, $?, 0' from SPU. | Kalle Raiskila | 2010-10-01 | 1 | -0/+1 |
* | Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. | Kalle Raiskila | 2010-09-16 | 1 | -3/+2 |
* | Fix CellSPU vector shuffles, again. | Kalle Raiskila | 2010-09-08 | 1 | -0/+26 |
* | Fix lowering of INSERT_VECTOR_ELT in SPU. | Kalle Raiskila | 2010-08-29 | 1 | -0/+8 |
* | Fix SPU BE to use all the available return registers. | Kalle Raiskila | 2010-08-24 | 1 | -2/+24 |
* | Fix a bug with insertelement on SPU. | Kalle Raiskila | 2010-08-18 | 1 | -0/+15 |
* | Remove all traces of v2[i,f]32 on SPU. | Kalle Raiskila | 2010-08-18 | 3 | -10/+10 |
* | Change SPU C calling convention to match that described in | Kalle Raiskila | 2010-08-18 | 1 | -0/+33 |
* | Have SPU handle halfvec stores aligned by 8 bytes. | Kalle Raiskila | 2010-08-09 | 2 | -3/+15 |
* | Make SPU backend handle insertelement and | Kalle Raiskila | 2010-08-04 | 2 | -0/+25 |
* | More SPU v2f32 stuff added: insertelement and shuffle. | Kalle Raiskila | 2010-08-02 | 1 | -0/+10 |
* | Add preliminary v2f32 support for SPU. Like with v2i32, we just | Kalle Raiskila | 2010-08-02 | 1 | -0/+35 |
* | Add preliminary v2i32 support for SPU backend. As there are no | Kalle Raiskila | 2010-08-02 | 1 | -0/+57 |
* | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -1/+1 |
* | Fix some tests that didn't test anything. | Benjamin Kramer | 2010-06-26 | 1 | -1/+1 |
* | Add the check to the testcase of r106419. | Kalle Raiskila | 2010-06-21 | 1 | -0/+3 |
* | Mark the SPU 'lr' instruction to never have side effects. | Kalle Raiskila | 2010-06-21 | 4 | -13/+18 |
* | Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats. | Kalle Raiskila | 2010-06-21 | 1 | -1/+6 |