Age | Commit message (Expand) | Author |
2012-10-02 | Fix broken tests. | Benjamin Kramer |
2012-08-08 | Add test triples to fix win32 failures. Revert workaround from r161292. | Bob Wilson |
2012-08-03 | Refactor and check "onlyReadsMemory" before optimizing builtins. | Bob Wilson |
2012-07-17 | Implement r160312 as target indepedenet dag combine. | Evan Cheng |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
2012-07-02 | Rewrite three tests that had truly egregious abuses of 'grep' in them to | Chandler Carruth |
2012-04-16 | Flip the new block-placement pass to be on by default. | Chandler Carruth |
2012-04-07 | 1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new | Nadav Rotem |
2012-04-01 | This commit contains a few changes that had to go in together. | Nadav Rotem |
2012-03-25 | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2012-02-12 | This patch addresses the problem of poor code generation for the zext | Nadav Rotem |
2012-01-17 | Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT. | Nadav Rotem |
2011-11-12 | Remove histogram tests. | Jakob Stoklund Olesen |
2011-11-03 | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman |
2011-10-29 | Revert r143206, as there are still some failing tests. | Dan Gohman |
2011-10-28 | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman |
2011-10-28 | Speculatively disable Dan's commits 143177 and 143179 to see if | Duncan Sands |
2011-10-28 | Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW | Dan Gohman |
2011-10-16 | Enable element promotion type legalization by deafault. | Nadav Rotem |
2011-10-16 | Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there was | Nadav Rotem |
2011-10-13 | Mark 'branch indirect' instruction as an indirect branch. | Kalle Raiskila |
2011-09-02 | Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction. | Kalle Raiskila |
2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-04-09 | don't test for codegen of 'store undef' | Chris Lattner |
2011-03-11 | Roll r127459 back in: | Cameron Zwarich |
2011-03-11 | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar |
2011-03-11 | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich |
2011-03-09 | Fix mistyped CHECK lines. | Benjamin Kramer |
2011-03-04 | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger |
2011-03-04 | Allow vector shifts (shl,lshr,ashr) on SPU. | Kalle Raiskila |
2011-03-04 | Allow load from constant on SPU. | Kalle Raiskila |
2011-03-03 | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger |
2011-02-13 | fix visitShift to properly zero extend the shift amount if the provided operand | Chris Lattner |
2011-01-20 | Allow sign-extending of i8 and i16 to i128 on SPU. | Kalle Raiskila |
2011-01-17 | Don't crash SPU BE with memory accesses with big alignmnet. | Kalle Raiskila |
2010-12-17 | Don't feed 19 bit immediates to ILA. | Kalle Raiskila |
2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
2010-11-29 | Handle lshr for i128 correctly on SPU also when | Kalle Raiskila |
2010-11-29 | Enable PostRA scheduling for SPU. | Kalle Raiskila |
2010-11-24 | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila |
2010-11-23 | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila |
2010-11-22 | Fix a bug with extractelement on SPU. | Kalle Raiskila |
2010-11-12 | Fix memory access lowering on SPU, adding | Kalle Raiskila |
2010-10-26 | Change v64 datalayout in SPU. | Kalle Raiskila |
2010-10-18 | Improve lowering of sext to i128 on SPU. | Kalle Raiskila |
2010-10-01 | Zap some redundant 'ori $?, $?, 0' from SPU. | Kalle Raiskila |
2010-09-16 | Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. | Kalle Raiskila |
2010-09-08 | Fix CellSPU vector shuffles, again. | Kalle Raiskila |