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