1. 2349ba9 New testcase, problem found by Rob. by Chris Lattner · 20 years ago
  2. 5576719 Testcase that crashes the PPC backend. Thanks to Rob for finding this. by Chris Lattner · 20 years ago
  3. 68f6b8c More testcases by Chris Lattner · 20 years ago
  4. 195e917 new testcase by Chris Lattner · 20 years ago
  5. 61b8c9b The pattern isel is aggressively codegen'ing all of the loads in these by Chris Lattner · 20 years ago
  6. b56013d Test fails on all platforms, not just linux by Jeff Cohen · 20 years ago
  7. fb0c3bd New testcase. by Chris Lattner · 20 years ago
  8. 9cd87db Cleanup a bunch of tests. In particular do not allow target directives in by Chris Lattner · 20 years ago
  9. c33fc82 Make this test a bit more interesting by making there actually be a use of the by Chris Lattner · 20 years ago
  10. 3b5d631 modernize and clean up this test. by Chris Lattner · 20 years ago
  11. 186fcf6 Add a testcase I forgot to commit earlier. by Chris Lattner · 20 years ago
  12. 7c8ad7a New testcase by Chris Lattner · 20 years ago
  13. 785b9c0 Update this test to pass. by Chris Lattner · 20 years ago
  14. b9befc5 Test that trivial constants are not printed in hex notation. by Chris Lattner · 20 years ago
  15. a569877 Add a testcase to check that initializer that CAN be evaluated statically ARE. by Chris Lattner · 20 years ago
  16. 6c11981 Fix this script to work with hyphenated llvm-gcc and friend. by Chris Lattner · 20 years ago
  17. 2abc27d new testcase for PR481 by Chris Lattner · 20 years ago
  18. 7773fe4 New testcase for PR487 by Chris Lattner · 20 years ago
  19. 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
  20. 4be483b Testcase for PR494 by Chris Lattner · 20 years ago
  21. 71dbefe xfail these tests, whcih require more info in the code generator to implement by Chris Lattner · 20 years ago
  22. bbdfaf8 Check in an old test that never made it into CVS by Chris Lattner · 20 years ago
  23. ae37c2a Add several testcases for new optimizations in the code generator. by Chris Lattner · 20 years ago
  24. 0f75849 New testcases that we should combine. by Chris Lattner · 20 years ago
  25. 095b51e New testcase for common bitfield manipulation instruction sequences. by Chris Lattner · 20 years ago
  26. 296fcba Add a bunch of tests for cases that should be eliminated. by Chris Lattner · 20 years ago
  27. e768ff2 Add a bunch of tests for ANDs that should be eliminated. by Chris Lattner · 20 years ago
  28. 05b402c This now works. by Chris Lattner · 20 years ago
  29. 72a406e Add new test to make sure simplifycfg doesn't leave around trivially by Chris Lattner · 20 years ago
  30. d0137cd Add a comment, add a new testcase by Chris Lattner · 20 years ago
  31. 1d07816 New testcase for PR491 by Chris Lattner · 20 years ago
  32. 5a23c8b new testcase for PR490 by Chris Lattner · 20 years ago
  33. 96e5436 XFAIL this test everywhere. by Reid Spencer · 20 years ago
  34. 2fcd29a XFAIL this everywhere, the CFE doesn't support bitfield initialization. by Reid Spencer · 20 years ago
  35. 6a901ec Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the by Reid Spencer · 20 years ago
  36. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  37. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  38. feeeb30 Make this testcase a bit more challanging by Chris Lattner · 20 years ago
  39. dbd4f10 Change the test to check to see that CSE happens not dead call elim by Chris Lattner · 20 years ago
  40. 0adacc5 New testcase that crashes the V9 backend. by Chris Lattner · 20 years ago
  41. 1825e30 Fix this test by Chris Lattner · 20 years ago
  42. cb8e9c9 Add testcases for simple things we can handle that occur now in vortex. by Chris Lattner · 20 years ago
  43. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  44. 081da56 New testcase that the PPC backend miscompiles. It is emitting by Chris Lattner · 20 years ago
  45. ef07cc5 New testcase. Shrinking the variable to a bool allows instcombine to delete by Chris Lattner · 20 years ago
  46. e0e50db New testcase. If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 20 years ago
  47. 5df6895 Update test by Chris Lattner · 20 years ago
  48. 0982145 New testcase that ipsccp should handle. by Chris Lattner · 20 years ago
  49. 9b07c66 New testcase by Chris Lattner · 20 years ago
  50. 6e5fcf1 New testcase that SCCP miscompiles. Luckily this is extremely unlikely to by Chris Lattner · 20 years ago
  51. 2480535 Check in the right test by Chris Lattner · 20 years ago
  52. 16483e5 New testcase for a bug exposed by the ipsccp pass, causing dparser to fail by Chris Lattner · 20 years ago
  53. 41c6861 New testcase by Chris Lattner · 20 years ago
  54. 0cfbdf8 Update testcase by Alkis Evlogimenos · 20 years ago
  55. a44f445 Simple testcase for quoted label. by Chris Lattner · 20 years ago
  56. c49741d Add testcase and fix for yet another case where we query the size an by Alkis Evlogimenos · 20 years ago
  57. a95cf30 Add testcase and fix for another case where we query the size an abstract type. by Alkis Evlogimenos · 20 years ago
  58. 5cb77fb new testcase by Chris Lattner · 20 years ago
  59. 54a96a2 Fix this regression and remove the XFAIL from this test. by Alkis Evlogimenos · 20 years ago
  60. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  61. d5e4e17 This testcase causes the instruction combiner to go spiraling into by Chris Lattner · 20 years ago
  62. 00af662 Mark this as an XFAIL until a fix is worked out. by Alkis Evlogimenos · 20 years ago
  63. 997715f Fix llvmgcc to use the TestRunner substition mechanism. by John Criswell · 20 years ago
  64. 207a6e9 xfail this across all platforms. by John Criswell · 20 years ago
  65. f08e961 Add regression by Alkis Evlogimenos · 20 years ago
  66. e36ae66 This test is xfail right now, to keep DJ clean, also mention the PR# in testcases. by Chris Lattner · 20 years ago
  67. 441c3cf This test still fails on Darwin and Sparc/Solaris. by John Criswell · 20 years ago
  68. 66e10ab Test case for PR409: by Reid Spencer · 20 years ago
  69. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  70. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  71. 2969ba4 Make this test actually capable of passing. by Chris Lattner · 20 years ago
  72. bf90a5b Change this test to not require execution of the program. by Chris Lattner · 20 years ago
  73. c2e63a2 New testcase for the bug affecting 255.vortex in CBE mode. by Chris Lattner · 20 years ago
  74. 5b554ad Remove unneeded code by Alkis Evlogimenos · 20 years ago
  75. bb622c8 Match codegen string better by Alkis Evlogimenos · 20 years ago
  76. 84da5a6 Add testcast for bug475 by Alkis Evlogimenos · 20 years ago
  77. 9214a47 Darwin and solaris don't support echo -e. This should get the test passing by Chris Lattner · 20 years ago
  78. bf16b8c This fails due to the sun headers. by Chris Lattner · 20 years ago
  79. 70d61bc This test passes on all platforms by Chris Lattner · 20 years ago
  80. 40cc75a These tests pass on darwin now that the __ thing is fixed. by Chris Lattner · 20 years ago
  81. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  82. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  83. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  84. f0db7a9 Do not multiply define symbol by Chris Lattner · 20 years ago
  85. 8430182 new testcase for PR472 by Chris Lattner · 20 years ago
  86. c60c334 These lookup symbols with leading underscores, which currently fails in by John Criswell · 20 years ago
  87. 25f8965 This program doesn't break anything anymore. by Chris Lattner · 20 years ago
  88. 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
  89. d616597 Move this from the C test suite by Chris Lattner · 20 years ago
  90. 11875ec This is a c++ test by Chris Lattner · 20 years ago
  91. adc5390 Add back -e, which apparently works in sh's echo but not tcsh's, which does by Chris Lattner · 20 years ago
  92. 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
  93. 907e9bc do not pass -e into llvm-db as a command. by Chris Lattner · 20 years ago
  94. 13eef45 Put the output in the temporary location by Chris Lattner · 20 years ago
  95. 15a286b This is a cross platform fail, failing on freebsd as well by Chris Lattner · 20 years ago
  96. 3a9e1fa This was fixed with the recent tester changes. by Chris Lattner · 20 years ago
  97. 7d66434 This passes on darwin now by Chris Lattner · 20 years ago
  98. aac2d44 New testcase that crashes the PPC BE by Chris Lattner · 20 years ago
  99. d510293 New testcase by Chris Lattner · 20 years ago
  100. b761433 Adding timeout for a test. by Tanya Lattner · 20 years ago