summaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU
Commit message (Expand)AuthorAge
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-16
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-25
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-17
* CellSPU:Scott Michel2009-03-17
* CellSPU:Scott Michel2009-03-17
* CellSPU:Scott Michel2009-03-16
* Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -...Mon P Wang2009-01-31
* CellSPU:Scott Michel2009-01-26
* Don't rely on grep -w working.Duncan Sands2009-01-21
* CellSPU:Scott Michel2009-01-21
* Add the private linkage.Rafael Espindola2009-01-15
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-15
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-07
* CellSPU:Scott Michel2009-01-06
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-05
* CellSPU:Scott Michel2009-01-03
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* This is not failing on Darwin for some reason. XFAIL for other platforms.Bill Wendling2008-12-31
* XFAIL this for now until I can figure out what's going on.Scott Michel2008-12-31
* Fix test erratum (which is wierd: works locally for me?)Scott Michel2008-12-30
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-30
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-27
* CellSPU:Scott Michel2008-12-09
* CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests thatScott Michel2008-12-05
* Fix some tests. The grep for "il" was matching "file".Rafael Espindola2008-12-03
* CellSPU:Scott Michel2008-12-02
* CellSPU:Scott Michel2008-12-01
* APIntify a test which is potentially unsafe otherwise, and fix the Eli Friedman2008-11-30
* CellSPU:Scott Michel2008-11-25
* CellSPU: test should use shlqby, not shlqbyiScott Michel2008-11-25
* XFAIL this test. A recent CellSPU check-in broke it.Bill Wendling2008-11-25
* CellSPU:Scott Michel2008-11-24
* CellSPU:Scott Michel2008-11-24
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-22
* CellSPU:Scott Michel2008-11-21
* Un-XFAIL tests now that they're fixed.Bill Wendling2008-11-11
* r59009 broke these tests. XFAIL for now.Bill Wendling2008-11-11
* CellSPU: Update expected counts on expected patternsScott Michel2008-11-09
* Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stackScott Michel2008-10-30
* remove an xfailed test.Chris Lattner2008-10-17
* Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTRBill Wendling2008-08-31
* CellSPU doesn't appear to support fully the "ISD::ROTR" operation. The DAGBill Wendling2008-08-31
* Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel2008-06-02
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Update and_ops.ll according to the recent dagcombiner changes.Dan Gohman2008-04-28
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-14