2012-07-17 |
Evan Cheng | Implement r160312 as target indepedenet dag combine. |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert all tests using TCL-style quoting to use shell... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Rewrite three tests that had truly egregious abuses... |
tree | commitdiff |
2012-04-16 |
Chandler Carruth | Flip the new block-placement pass to be on by default. |
tree | commitdiff |
2012-04-07 |
Nadav Rotem | 1. Remove the part of r153848 which optimizes shuffle... |
tree | commitdiff |
2012-04-01 |
Nadav Rotem | This commit contains a few changes that had to go in... |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-02-12 |
Nadav Rotem | This patch addresses the problem of poor code generatio... |
tree | commitdiff |
2012-01-17 |
Nadav Rotem | Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) ... |
tree | commitdiff |
2011-11-12 |
Jakob Stoklund Olesen | Remove histogram tests. |
tree | commitdiff |
2011-11-03 |
Dan Gohman | Reapply r143206, with fixes. Disallow physical register... |
tree | commitdiff |
2011-10-29 |
Dan Gohman | Revert r143206, as there are still some failing tests. |
tree | commitdiff |
2011-10-28 |
Dan Gohman | Reapply r143177 and r143179 (reverting r143188), with... |
tree | commitdiff |
2011-10-28 |
Duncan Sands | Speculatively disable Dan's commits 143177 and 143179... |
tree | commitdiff |
2011-10-28 |
Dan Gohman | Eliminate LegalizeOps' LegalizedNodes map and have... |
tree | commitdiff |
2011-10-16 |
Nadav Rotem | Enable element promotion type legalization by deafault. |
tree | commitdiff |
2011-10-16 |
Nadav Rotem | Fix a bug in LowerV2I64Splat, which generated a BUILD_V... |
tree | commitdiff |
2011-10-13 |
Kalle Raiskila | Mark 'branch indirect' instruction as an indirect branch. |
tree | commitdiff |
2011-09-02 |
Kalle Raiskila | Pass signed (not unsigned) 10 bit field to SPU 'ori... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitio... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | don't test for codegen of 'store undef' |
tree | commitdiff |
2011-03-11 |
Cameron Zwarich | Roll r127459 back in: |
tree | commitdiff |
2011-03-11 |
Daniel Dunbar | Revert r127459, "Optimize trivial branches in CodeGenPr... |
tree | commitdiff |
2011-03-11 |
Cameron Zwarich | Optimize trivial branches in CodeGenPrepare, which... |
tree | commitdiff |
2011-03-09 |
Benjamin Kramer | Fix mistyped CHECK lines. |
tree | commitdiff |
2011-03-04 |
Joerg Sonnenberger | Be nice to Xcore and the XMOS assembler and avoid quoti... |
tree | commitdiff |
2011-03-04 |
Kalle Raiskila | Allow vector shifts (shl,lshr,ashr) on SPU. |
tree | commitdiff |
2011-03-04 |
Kalle Raiskila | Allow load from constant on SPU. |
tree | commitdiff |
2011-03-03 |
Joerg Sonnenberger | Bug#9033: For the ELF assembler output, always quote... |
tree | commitdiff |
2011-02-13 |
Chris Lattner | fix visitShift to properly zero extend the shift amount... |
tree | commitdiff |
2011-01-20 |
Kalle Raiskila | Allow sign-extending of i8 and i16 to i128 on SPU. |
tree | commitdiff |
2011-01-17 |
Kalle Raiskila | Don't crash SPU BE with memory accesses with big alignmnet. |
tree | commitdiff |
2010-12-17 |
Kalle Raiskila | Don't feed 19 bit immediates to ILA. |
tree | commitdiff |
2010-12-06 |
Devang Patel | If dbg_declare() or dbg_value() is not lowered by isel... |
tree | commitdiff |
2010-11-29 |
Kalle Raiskila | Handle lshr for i128 correctly on SPU also when |
tree | commitdiff |
2010-11-29 |
Kalle Raiskila | Enable PostRA scheduling for SPU. |
tree | commitdiff |
2010-11-24 |
Kalle Raiskila | Allow for 'fcmp ogt' in SPU. |
tree | commitdiff |
2010-11-23 |
Kalle Raiskila | Division by pow-of-2 is not cheap on SPU, do it with |
tree | commitdiff |
2010-11-22 |
Kalle Raiskila | Fix a bug with extractelement on SPU. |
tree | commitdiff |
2010-11-12 |
Kalle Raiskila | Fix memory access lowering on SPU, adding |
tree | commitdiff |
2010-10-26 |
Kalle Raiskila | Change v64 datalayout in SPU. |
tree | commitdiff |
2010-10-18 |
Kalle Raiskila | Improve lowering of sext to i128 on SPU. |
tree | commitdiff |
2010-10-01 |
Kalle Raiskila | Zap some redundant 'ori $?, $?, 0' from SPU. |
tree | commitdiff |
2010-09-16 |
Kalle Raiskila | Change SPU register re-interpretations from OR to COPY_... |
tree | commitdiff |
2010-09-08 |
Kalle Raiskila | Fix CellSPU vector shuffles, again. |
tree | commitdiff |
2010-08-29 |
Kalle Raiskila | Fix lowering of INSERT_VECTOR_ELT in SPU. |
tree | commitdiff |
2010-08-24 |
Kalle Raiskila | Fix SPU BE to use all the available return registers. |
tree | commitdiff |
2010-08-18 |
Kalle Raiskila | Fix a bug with insertelement on SPU. |
tree | commitdiff |
2010-08-18 |
Kalle Raiskila | Remove all traces of v2[i,f]32 on SPU. |
tree | commitdiff |
2010-08-18 |
Kalle Raiskila | Change SPU C calling convention to match that described in |
tree | commitdiff |
2010-08-09 |
Kalle Raiskila | Have SPU handle halfvec stores aligned by 8 bytes. |
tree | commitdiff |
2010-08-04 |
Kalle Raiskila | Make SPU backend handle insertelement and |
tree | commitdiff |
2010-08-02 |
Kalle Raiskila | More SPU v2f32 stuff added: insertelement and shuffle. |
tree | commitdiff |
2010-08-02 |
Kalle Raiskila | Add preliminary v2f32 support for SPU. Like with v2i32... |
tree | commitdiff |
2010-08-02 |
Kalle Raiskila | Add preliminary v2i32 support for SPU backend. As there... |
tree | commitdiff |
2010-07-16 |
Jakob Stoklund Olesen | Remove many calls to TII::isMoveInstr. Targets should... |
tree | commitdiff |
2010-06-26 |
Benjamin Kramer | Fix some tests that didn't test anything. |
tree | commitdiff |
2010-06-21 |
Kalle Raiskila | Add the check to the testcase of r106419. |
tree | commitdiff |
2010-06-21 |
Kalle Raiskila | Mark the SPU 'lr' instruction to never have side effects. |
tree | commitdiff |
2010-06-21 |
Kalle Raiskila | Fix the lowering of VECTOR_SHUFFLE on SPU to handle... |
tree | commitdiff |
2010-06-21 |
Kalle Raiskila | Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm |
tree | commitdiff |
2010-06-09 |
Kalle Raiskila | Fix SPU to cope with vector insertelement to an undef... |
tree | commitdiff |
2010-06-09 |
Kalle Raiskila | Handle loading from/storing to undef pointers on SPU... |
tree | commitdiff |
2010-06-01 |
Kalle Raiskila | Fix handling of 'load' nodes. |
tree | commitdiff |
2010-05-11 |
Kalle Raiskila | Make SPU backend not assert on jump tables. |
tree | commitdiff |
2010-05-10 |
Kalle Raiskila | Fix encoding of 'sf' and 'sfh' instructions. |
tree | commitdiff |
2010-05-04 |
Chris Lattner | "on the rare occasion the SPU BE produces illegal assem... |
tree | commitdiff |
2010-04-20 |
Chris Lattner | teach cellspu how to return i8 and i16 from calls, |
tree | commitdiff |
2010-04-09 |
Benjamin Kramer | Make sure this test tests something. |
tree | commitdiff |
2010-04-09 |
Chris Lattner | "On SPU, variables in the .bss section that are allocat... |
tree | commitdiff |
2010-04-07 |
Dale Johannesen | Split big test into multiple directories to cater to |
tree | commitdiff |
2010-03-29 |
Chris Lattner | From Kalle Raiskila: |
tree | commitdiff |
2010-03-05 |
Chris Lattner | fix bss section printing for cell, patch by Kalle Raiskila! |
tree | commitdiff |
2010-01-19 |
Chris Lattner | don't let asm-verbose break the check-next lines in... |
tree | commitdiff |
2010-01-06 |
Evan Cheng | Teach dag combine to fold the following transformation... |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Delete useless trailing semicolons. |
tree | commitdiff |
2009-12-17 |
Evan Cheng | Revert this dag combine change: |
tree | commitdiff |
2009-12-15 |
Evan Cheng | Fold (zext (and x, cst)) -> (and (zext x), cst). |
tree | commitdiff |
2009-12-09 |
Evan Cheng | Teach InferPtrAlignment to infer GV+cst alignment and... |
tree | commitdiff |
2009-10-22 |
Dan Gohman | Revert the main portion of r31856. It was causing Branc... |
tree | commitdiff |
2009-10-19 |
Daniel Dunbar | Teach lit that the .c files in 'test/CodeGen/CellSPU... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Convert more tests to avoid llvm-as. |
tree | commitdiff |
2009-09-09 |
Dan Gohman | Eliminate more uses of llvm-as and llvm-dis. |
tree | commitdiff |
2009-08-25 |
Scott Michel | Updated i128 sext support for CellSPU backend, contribu... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Remove obsolete -f flags. |
tree | commitdiff |
2009-08-24 |
Scott Michel | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide... |
tree | commitdiff |
2009-08-24 |
Scott Michel | Prefer 'FileCheck' over 'grep'. |
tree | commitdiff |
2009-08-24 |
Scott Michel | 128-bit sign extension and vector shift cleanups, contr... |
tree | commitdiff |
2009-06-16 |
Eli Friedman | Add some generic expansion logic for SMULO and UMULO... |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-03-25 |
Evan Cheng | Revert 67132. This is breaking some objective-c apps. |
tree | commitdiff |
2009-03-17 |
Rafael Espindola | Don't force promotion of return arguments on the callee. |
tree | commitdiff |
2009-03-17 |
Scott Michel | CellSPU: |
tree | commitdiff |
2009-03-17 |
Scott Michel | CellSPU: |
tree | commitdiff |
2009-03-16 |
Scott Michel | CellSPU: |
tree | commitdiff |
2009-01-31 |
Mon P Wang | Used "-enable-unsafe-fp-math" to allow this transformat... |
tree | commitdiff |
2009-01-26 |
Scott Michel | CellSPU: |
tree | commitdiff |
2009-01-21 |
Duncan Sands | Don't rely on grep -w working. |
tree | commitdiff |
next |