| Commit message (Expand) | Author | Age | Files | Lines |
* | teach cellspu how to return i8 and i16 from calls, | Chris Lattner | 2010-04-20 | 1 | -0/+8 |
* | Make sure this test tests something. | Benjamin Kramer | 2010-04-09 | 1 | -3/+7 |
* | "On SPU, variables in the .bss section that are allocated with the .lcomm dir... | Chris Lattner | 2010-04-09 | 1 | -0/+2 |
* | Split big test into multiple directories to cater to | Dale Johannesen | 2010-04-07 | 1 | -0/+33 |
* | From Kalle Raiskila: | Chris Lattner | 2010-03-29 | 1 | -0/+17 |
* | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner | 2010-03-05 | 1 | -0/+5 |
* | don't let asm-verbose break the check-next lines in these tests. | Chris Lattner | 2010-01-19 | 1 | -2/+2 |
* | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 1 | -1/+0 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 2 | -2/+2 |
* | Revert this dag combine change: | Evan Cheng | 2009-12-17 | 1 | -4/+4 |
* | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng | 2009-12-15 | 1 | -4/+4 |
* | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 1 | -3/+3 |
* | Revert the main portion of r31856. It was causing BranchFolding | Dan Gohman | 2009-10-22 | 1 | -1/+1 |
* | Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't... | Daniel Dunbar | 2009-10-19 | 1 | -0/+1 |
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 38 | -41/+41 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 3 | -3/+3 |
* | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel | 2009-08-25 | 1 | -3/+32 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant | Scott Michel | 2009-08-24 | 1 | -5/+5 |
* | Prefer 'FileCheck' over 'grep'. | Scott Michel | 2009-08-24 | 1 | -7/+8 |
* | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel | 2009-08-24 | 1 | -0/+17 |
* | Add some generic expansion logic for SMULO and UMULO. Fixes UMULO | Eli Friedman | 2009-06-16 | 1 | -0/+15 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -50/+50 |
* | Revert 67132. This is breaking some objective-c apps. | Evan Cheng | 2009-03-25 | 7 | -8/+20 |
* | Don't force promotion of return arguments on the callee. | Rafael Espindola | 2009-03-17 | 9 | -22/+10 |
* | CellSPU: | Scott Michel | 2009-03-17 | 1 | -1/+1 |
* | CellSPU: | Scott Michel | 2009-03-17 | 2 | -9/+7 |
* | CellSPU: | Scott Michel | 2009-03-16 | 1 | -51/+69 |
* | Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -... | Mon P Wang | 2009-01-31 | 1 | -1/+1 |
* | CellSPU: | Scott Michel | 2009-01-26 | 5 | -69/+84 |
* | Don't rely on grep -w working. | Duncan Sands | 2009-01-21 | 1 | -16/+16 |
* | CellSPU: | Scott Michel | 2009-01-21 | 1 | -3/+3 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+22 |
* | - Convert remaining i64 custom lowering into custom instruction emission | Scott Michel | 2009-01-15 | 2 | -9/+40 |
* | Fix off-by-one error in traversing an array; this fixes a test. | Misha Brukman | 2009-01-07 | 1 | -2/+0 |
* | CellSPU: | Scott Michel | 2009-01-06 | 3 | -102/+345 |
* | CellSPU: | Scott Michel | 2009-01-05 | 2 | -172/+307 |
* | CellSPU: | Scott Michel | 2009-01-05 | 1 | -0/+25 |
* | CellSPU: | Scott Michel | 2009-01-05 | 2 | -59/+289 |
* | CellSPU: | Scott Michel | 2009-01-03 | 1 | -1/+1 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -0/+31 |
* | This is not failing on Darwin for some reason. XFAIL for other platforms. | Bill Wendling | 2008-12-31 | 1 | -1/+1 |
* | XFAIL this for now until I can figure out what's going on. | Scott Michel | 2008-12-31 | 1 | -1/+3 |
* | Fix test erratum (which is wierd: works locally for me?) | Scott Michel | 2008-12-30 | 1 | -1/+1 |
* | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 5 | -18/+126 |
* | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel | 2008-12-27 | 7 | -25/+361 |
* | CellSPU: | Scott Michel | 2008-12-09 | 2 | -2/+2 |
* | CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that | Scott Michel | 2008-12-05 | 2 | -0/+184 |
* | Fix some tests. The grep for "il" was matching "file". | Rafael Espindola | 2008-12-03 | 6 | -8/+10 |
* | CellSPU: | Scott Michel | 2008-12-02 | 1 | -0/+81 |