Use -output-prefix in bugpoint tests so that outputs go in temp directory (and
[oota-llvm.git] / test / CodeGen / CellSPU /
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Scott MichelPrefer 'FileCheck' over 'grep'.
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-17 Rafael EspindolaDon't force promotion of return arguments on the callee.
2009-03-17 Scott MichelCellSPU:
2009-03-17 Scott MichelCellSPU:
2009-03-16 Scott MichelCellSPU:
2009-01-31 Mon P WangUsed "-enable-unsafe-fp-math" to allow this transformat...
2009-01-26 Scott MichelCellSPU:
2009-01-21 Duncan SandsDon't rely on grep -w working.
2009-01-21 Scott MichelCellSPU:
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-06 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-03 Scott MichelCellSPU:
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Bill WendlingThis is not failing on Darwin for some reason. XFAIL...
2008-12-31 Scott MichelXFAIL this for now until I can figure out what's going on.
2008-12-30 Scott MichelFix test erratum (which is wierd: works locally for...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-09 Scott MichelCellSPU:
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
2008-12-03 Rafael EspindolaFix some tests. The grep for "il" was matching "file".
2008-12-02 Scott MichelCellSPU:
2008-12-01 Scott MichelCellSPU:
2008-11-30 Eli FriedmanAPIntify a test which is potentially unsafe otherwise...
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: test should use shlqby, not shlqbyi
2008-11-25 Bill WendlingXFAIL this test. A recent CellSPU check-in broke it.
2008-11-24 Scott MichelCellSPU:
2008-11-24 Scott MichelCellSPU:
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Scott MichelCellSPU:
2008-11-11 Bill WendlingUn-XFAIL tests now that they're fixed.
2008-11-11 Bill Wendlingr59009 broke these tests. XFAIL for now.
2008-11-09 Scott MichelCellSPU: Update expected counts on expected patterns
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-17 Chris Lattnerremove an xfailed test.
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-31 Bill WendlingCellSPU doesn't appear to support fully the "ISD::ROTR...
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-28 Dan GohmanUpdate and_ops.ll according to the recent dagcombiner...
2008-04-14 Dan GohmanUpgrade these tests for the current intrinsic prototypes.
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-06 Scott MichelRefine Cell's i64 constant generation code to cover...
2008-03-05 Scott Michel- Expand tabs to spaces.
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-18 Chris Lattnerremove extraneous &&'s from tests, as Scott is apparent...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-11 Scott MichelMore CellSPU refinements:
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Scott MichelMore working CellSPU test cases:
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-17 Scott Micheli32 immediate constant test case for CellSPU
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-15 Scott MichelStart committing working test cases for CellSPU.