1. e9eded1 Add a test case for (store (op (load ..) ..) ..) folding. by Evan Cheng · 19 years ago
  2. 88b48c3 new testcase by Chris Lattner · 19 years ago
  3. e5d5595 Add another test case for instruction scheduling. by Evan Cheng · 19 years ago
  4. 472c0eb Remove these testcases. These intrinsics are going away by Chris Lattner · 19 years ago
  5. d180ac1 Add a regression test for bug 478. by Evan Cheng · 19 years ago
  6. 358d5af new testcase by Chris Lattner · 19 years ago
  7. 2471403 load (x|y) -> load (x+y) iff x and y have no common bits. by Chris Lattner · 19 years ago
  8. c607fa8 new testcase. These functions shouldn't touch the stack if stfiwx use by Chris Lattner · 19 years ago
  9. 257bedb new testcase. There should be no accesses to the stack for these functions. by Chris Lattner · 19 years ago
  10. cf6a9fb new testcase by Chris Lattner · 19 years ago
  11. ce531a4 Add a test case for left shift by 1. We should not be using lea for this. by Evan Cheng · 19 years ago
  12. 7adf72a evan's recent x86 isel improvements have fixed this, though not in the way by Chris Lattner · 19 years ago
  13. c7d855e new testcases by Chris Lattner · 19 years ago
  14. 71f5dfa Reenable this by Chris Lattner · 19 years ago
  15. cfdbb7c new testcase by Chris Lattner · 19 years ago
  16. 9394514 New test case: use lea for imul by some constants. by Evan Cheng · 19 years ago
  17. c6d80a4 lea.ll is XFAIL until we implement convertToThreeAddress. by Evan Cheng · 19 years ago
  18. 05b5374 this fails, mark it as such by Chris Lattner · 19 years ago
  19. 4ba9cd5 Add a test case for 'lea'. by Evan Cheng · 19 years ago
  20. b1d3c15 A few final (for now) tests by Nate Begeman · 19 years ago
  21. 3bd5403 Yet another test by Nate Begeman · 19 years ago
  22. d44d3d5 New tests! by Nate Begeman · 19 years ago
  23. 8ec1817 Fix a comment sabre noticed :) by Nate Begeman · 19 years ago
  24. b5fefc7 A couple new regression tests to make sure we always pattern match the new by Nate Begeman · 19 years ago
  25. 19fd628 Code sufficiently protected against this test. by Jim Laskey · 19 years ago
  26. bd7c22c test for improved zap discovery by Andrew Lenharth · 19 years ago
  27. 3b60592 this passes now, due to Nate's recent efforts by Chris Lattner · 19 years ago
  28. d1157dd Reduce this testcase a bit more, with the help of llvm-extract and some hand tweaks by Chris Lattner · 19 years ago
  29. 50b5c2e Added a test case for a libcall insertion bug. by Evan Cheng · 19 years ago
  30. 2d99c81 this apparently passes on linux by Chris Lattner · 19 years ago
  31. e35eed2 Disable this test for the time being as debug is brought up to speed. by Jim Laskey · 19 years ago
  32. e107016 These were moved to ../SPARC by Chris Lattner · 19 years ago
  33. 7ce1bbf move V8 testcases here by Chris Lattner · 19 years ago
  34. a522988 Added a (store (op (load ...) ...) ...) folding test case. by Evan Cheng · 19 years ago
  35. 29dd2d7 new testcase by Chris Lattner · 19 years ago
  36. 10d7f9a test cmov immediate form by Andrew Lenharth · 19 years ago
  37. faa6010 new testcase for the 'ret double folding with load' opzn by Chris Lattner · 19 years ago
  38. a80ea03 Don't generate (or setp, setae) for SETUGE. Simply flip the operands around and by Evan Cheng · 19 years ago
  39. a0bb4f7 new testcase for the 'C++' failures last night. by Chris Lattner · 19 years ago
  40. d7e9f30 new testcase by Chris Lattner · 19 years ago
  41. 9926944 Use Intel assembly syntax to look for ST by Evan Cheng · 19 years ago
  42. 69c5437 X86 dag isel is now (soon) the default. by Evan Cheng · 19 years ago
  43. 9bd79b1 These are fp stack test cases. by Evan Cheng · 19 years ago
  44. 8cb1e2b XFAIL tailcall test cases until it's implemented. by Evan Cheng · 19 years ago
  45. c20dee3 added a couple test cases, including the new vaarg breakage by Andrew Lenharth · 19 years ago
  46. 9706e63 Testcase that failed due to a legalizer bug by Chris Lattner · 19 years ago
  47. 32814a5 this option is gone, the dag isel is the default now by Chris Lattner · 19 years ago
  48. 60dda07 new testcase that crashes llc for ppc by Chris Lattner · 19 years ago
  49. 52b8b59 Added a load folding bug test case. by Evan Cheng · 19 years ago
  50. 1cdd5c6 a reduced test case, the GlobalAddress is never legalized by Andrew Lenharth · 19 years ago
  51. 97f8f8d new testcase by Chris Lattner · 19 years ago
  52. a076787 this testcase sent the dag combiner spinning into an infinite loop by Chris Lattner · 19 years ago
  53. 097c6e1 this is fixed by Andrew Lenharth · 19 years ago
  54. 84b26b6 Fix these testcases :( by Chris Lattner · 19 years ago
  55. d88fc03 bswap implementation by Nate Begeman · 19 years ago
  56. 929db42 testcase for the llvm.stacksave/llvm.stackrestore intrinsics. by Chris Lattner · 19 years ago
  57. 2085a9d Test case for a SETCC / BRCOND folding bug. by Evan Cheng · 19 years ago
  58. 8d4acd7 verily, sabre did leave by Duraid Madina · 19 years ago
  59. cfde3c1 Add testcase for rotate by register and rotate by immediate by Nate Begeman · 19 years ago
  60. 634f235 Testcase the PPC backend is miscompiling. by Chris Lattner · 19 years ago
  61. 07917b6 catch all forms of xnor by Chris Lattner · 19 years ago
  62. fe67ca2 Change this regression so andi is not a valid codegen of it by Andrew Lenharth · 19 years ago
  63. 7bfdd86 new testcase, fails on X86 and probably others by Chris Lattner · 19 years ago
  64. 5046403 A truly trivial testcase to ensure sparcv8 doesn't get completely broken again. by Chris Lattner · 19 years ago
  65. 1dae25e Add a case for float just to make sure the patterns for both precisions by Nate Begeman · 19 years ago
  66. e4e4913 new testcase, each function should have one extension instr in it by Chris Lattner · 19 years ago
  67. a92dabb Testcase for a problem that reid ran into by Chris Lattner · 19 years ago
  68. 6a0beed new testcase, for PR672 by Chris Lattner · 19 years ago
  69. 43cb6ef New testcase that crashes llc by Chris Lattner · 19 years ago
  70. af6aa07 Test that crashes the ppc backend. by Chris Lattner · 19 years ago
  71. 33a13d4 This should not be dce'd by Chris Lattner · 19 years ago
  72. 87420af oops by Andrew Lenharth · 19 years ago
  73. bbafae6 check that rdtsc is generated from readcyclecounter by Andrew Lenharth · 19 years ago
  74. 692f871 this is no apparently passing on alpha by Chris Lattner · 19 years ago
  75. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  76. 79ae0d1 Check that this compiles to a label with a space in it. by Chris Lattner · 19 years ago
  77. 65026a7 new testcase by Chris Lattner · 19 years ago
  78. dc50b35 The pass was removed, but the spirit lives on by Chris Lattner · 19 years ago
  79. 4446e04 new testcase by Chris Lattner · 19 years ago
  80. ad85677 by Duraid Madina · 19 years ago
  81. dda73c1 add the xfail lines by Chris Lattner · 19 years ago
  82. 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 19 years ago
  83. 92d6bb3 Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc by Nate Begeman · 19 years ago
  84. 77a498c New testcase that crashes the ppc backend by Chris Lattner · 19 years ago
  85. 3d92544 Moved to Regression/Codegen/Generic. by John Criswell · 19 years ago
  86. eb853a4 This is a generic test for all code generators. It originally came from by John Criswell · 19 years ago
  87. 886eb39 Force i386 code generation for an i386 specific test. by John Criswell · 19 years ago
  88. f46544c new testcase by Chris Lattner · 19 years ago
  89. d41abfa Use %s instead of hard coding the input filename. by John Criswell · 19 years ago
  90. dcdadef Nate implemented this :) by Chris Lattner · 19 years ago
  91. e64dfbc new testcase by Chris Lattner · 19 years ago
  92. 1628947 A testcase sitting in my tree by Chris Lattner · 19 years ago
  93. 0cb34c4 Testcase that is miscompiled by the ppc backend by Chris Lattner · 19 years ago
  94. a77e86e These don't need to be sdivs. by Chris Lattner · 19 years ago
  95. babac05 New testcase, should turn into a ushr by Chris Lattner · 19 years ago
  96. 602b02a double to float casts should nto result in an fmr by Chris Lattner · 19 years ago
  97. ee73880 test broken in the IA64 backend. by Chris Lattner · 19 years ago
  98. 542f2df more specific tests of subtarget stuff by Andrew Lenharth · 19 years ago
  99. 3a972c2 add a testcase for a feature we regressed on because noone wrote the test! :( by Chris Lattner · 19 years ago
  100. dea6695 add testcase for nand by Chris Lattner · 19 years ago