Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the CellSPU port. | Eric Christopher | 2012-11-14 | 1 | -154/+0 |
| | | | | | | Approved by Chris Lattner. llvm-svn: 167984 | ||||
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 1 | -2/+2 |
| | | | | llvm-svn: 81545 | ||||
* | Fix some tests. The grep for "il" was matching "file". | Rafael Espindola | 2008-12-03 | 1 | -2/+2 |
| | | | | llvm-svn: 60485 | ||||
* | Un-XFAIL tests now that they're fixed. | Bill Wendling | 2008-11-11 | 1 | -1/+0 |
| | | | | llvm-svn: 59023 | ||||
* | r59009 broke these tests. XFAIL for now. | Bill Wendling | 2008-11-11 | 1 | -0/+1 |
| | | | | llvm-svn: 59010 | ||||
* | - Expand tabs to spaces. | Scott Michel | 2008-03-05 | 1 | -21/+21 |
| | | | | | | | | - select_bits.ll now fully functional now that PR1993 is closed. It was previously broken by refactoring in SPUInstrInfo.td and using multiclasses. - Same for eqv.ll llvm-svn: 47972 | ||||
* | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 1 | -5/+4 |
| | | | | | | | | | | | | | | only two addressing mode nodes, SPUaform and SPUindirect (vice the three previous ones, SPUaform, SPUdform and SPUxform). This improves code somewhat because we now avoid using reg+reg addressing when it can be avoided. It also simplifies the address selection logic, which was the main point for doing this. Also, for various global variables that would be loaded using SPU's A-form addressing, prefer D-form offs[reg] addressing, keeping the base in a register if the variable is used more than once. llvm-svn: 46483 | ||||
* | remove extraneous &&'s from tests, as Scott is apparently not going to. | Chris Lattner | 2008-01-18 | 1 | -18/+18 |
| | | | | llvm-svn: 46173 | ||||
* | More working CellSPU tests: | Scott Michel | 2007-12-20 | 1 | -0/+155 |
- vec_const.ll: Vector constant loads - immed64.ll: i64, f64 constant loads llvm-svn: 45242 |