1. 6d31268 Revert the main portion of r31856. It was causing BranchFolding by Dan Gohman · 15 years ago
  2. 068c56e Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't tests. by Daniel Dunbar · 15 years ago
  3. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 15 years ago
  4. fce288f Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 15 years ago
  5. 77f452d Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) by Scott Michel · 15 years ago
  6. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  7. f6045fe8 - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant by Scott Michel · 15 years ago
  8. 838dbd9 Prefer 'FileCheck' over 'grep'. by Scott Michel · 15 years ago
  9. f1fa4fd 128-bit sign extension and vector shift cleanups, contributed by Ken Werner by Scott Michel · 15 years ago
  10. db3c169 Add some generic expansion logic for SMULO and UMULO. Fixes UMULO by Eli Friedman · 15 years ago
  11. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  12. 3927f43 Revert 67132. This is breaking some objective-c apps. by Evan Cheng · 16 years ago
  13. 152932b Don't force promotion of return arguments on the callee. by Rafael Espindola · 16 years ago
  14. a82d3f7 CellSPU: Revert inadvertent mis-fix of fneg. by Scott Michel · 16 years ago
  15. 7ea02ff CellSPU: by Scott Michel · 16 years ago
  16. 6e1d147 CellSPU: by Scott Michel · 16 years ago
  17. 95be699 Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c - a *b. by Mon P Wang · 16 years ago
  18. c9c8b2a CellSPU: by Scott Michel · 16 years ago
  19. 74789ea Don't rely on grep -w working. by Duncan Sands · 16 years ago
  20. d1e8d9c CellSPU: by Scott Michel · 16 years ago
  21. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  22. 94bd57e - Convert remaining i64 custom lowering into custom instruction emission by Scott Michel · 16 years ago
  23. 93c65c8 Fix off-by-one error in traversing an array; this fixes a test. by Misha Brukman · 16 years ago
  24. dd95009 CellSPU: by Scott Michel · 16 years ago
  25. 1c7a81b CellSPU: by Scott Michel · 16 years ago
  26. 31aa1a1 CellSPU: - Add an 8-bit operation test, which doesn't do much at this point. by Scott Michel · 16 years ago
  27. ed741dd CellSPU: by Scott Michel · 16 years ago
  28. 52d0001 CellSPU: by Scott Michel · 16 years ago
  29. 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 16 years ago
  30. 587cbd0 This is not failing on Darwin for some reason. XFAIL for other platforms. by Bill Wendling · 16 years ago
  31. 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 16 years ago
  32. 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 16 years ago
  33. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 16 years ago
  34. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 16 years ago
  35. db1b5bf CellSPU: by Scott Michel · 16 years ago
  36. cd730fa CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that by Scott Michel · 16 years ago
  37. 3eda88e Fix some tests. The grep for "il" was matching "file". by Rafael Espindola · 16 years ago
  38. b30e8f6 CellSPU: by Scott Michel · 16 years ago
  39. 1a6cdb6 CellSPU: by Scott Michel · 16 years ago
  40. 86f874d APIntify a test which is potentially unsafe otherwise, and fix the by Eli Friedman · 16 years ago
  41. 18fae69 CellSPU: by Scott Michel · 16 years ago
  42. 97d0a60 CellSPU: test should use shlqby, not shlqbyi by Scott Michel · 16 years ago
  43. 39ccca3 XFAIL this test. A recent CellSPU check-in broke it. by Bill Wendling · 16 years ago
  44. 045a145 CellSPU: by Scott Michel · 16 years ago
  45. 104de43 CellSPU: by Scott Michel · 16 years ago
  46. 7a1c9e9 CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it by Scott Michel · 16 years ago
  47. 9c0c6b2 CellSPU: by Scott Michel · 16 years ago
  48. 935e8e9 Un-XFAIL tests now that they're fixed. by Bill Wendling · 16 years ago
  49. 080098e r59009 broke these tests. XFAIL for now. by Bill Wendling · 16 years ago
  50. 4691cd9 CellSPU: Update expected counts on expected patterns by Scott Michel · 16 years ago
  51. d976c21 Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack by Scott Michel · 16 years ago
  52. 0f046c3 remove an xfailed test. by Chris Lattner · 16 years ago
  53. 9440e35 Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR by Bill Wendling · 16 years ago
  54. 70fcb6b CellSPU doesn't appear to support fully the "ISD::ROTR" operation. The DAG by Bill Wendling · 16 years ago
  55. 8bf61e8 Add necessary 64-bit support so that gcc frontend compiles (mostly). Current by Scott Michel · 16 years ago
  56. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  57. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  58. 1d71539 Update and_ops.ll according to the recent dagcombiner changes. by Dan Gohman · 16 years ago
  59. 63f7ba0 Upgrade these tests for the current intrinsic prototypes. by Dan Gohman · 17 years ago
  60. 79698f6 Add more patterns to match in the integer comparison test harnesses. by Scott Michel · 17 years ago
  61. 405fba1 - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. by Scott Michel · 17 years ago
  62. 78c47fa Integer comparison tests for CellSPU. by Scott Michel · 17 years ago
  63. 4cb8bd8 Refine Cell's i64 constant generation code to cover more constants where the by Scott Michel · 17 years ago
  64. 53dec47 - Expand tabs to spaces. by Scott Michel · 17 years ago
  65. a59d469 Merge current work back to tree to minimize diffs and drift. Major highlights by Scott Michel · 17 years ago
  66. 053c1da Overhaul Cell SPU's addressing mode internals so that there are now by Scott Michel · 17 years ago
  67. 994d6cf remove extraneous &&'s from tests, as Scott is apparently not going to. by Chris Lattner · 17 years ago
  68. 58c5818 Forward progress: crtbegin.c now compiles successfully! by Scott Michel · 17 years ago
  69. 497e888 More CellSPU refinements: by Scott Michel · 17 years ago
  70. 9de5d0d More CellSPU refinement and progress: by Scott Michel · 17 years ago
  71. 86c041f More working CellSPU tests: by Scott Michel · 17 years ago
  72. 0e5665b CellSPU testcase, extract_elt.ll: extract vector element. by Scott Michel · 17 years ago
  73. 0a92af4 More working CellSPU test cases: by Scott Michel · 17 years ago
  74. 170783a Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll by Scott Michel · 17 years ago
  75. 9999e68 Add new immed16.ll test case, fix CellSPU errata to make test case work. by Scott Michel · 17 years ago
  76. 4a5b66b i32 immediate constant test case for CellSPU by Scott Michel · 17 years ago
  77. 504c369 - Restore some i8 functionality in CellSPU - New test case: nand.ll by Scott Michel · 17 years ago
  78. ec2a08f Start committing working test cases for CellSPU. by Scott Michel · 17 years ago