1. 547eaef New testcase, distilled from 176.gcc codegen failure by Chris Lattner · 21 years ago
  2. 627ecea New testcase for C++ frontend crash by Chris Lattner · 21 years ago
  3. ebb3acc New testcase which the inliner breaks by Chris Lattner · 21 years ago
  4. c00d23a make the indvar obviously non-canonical by Chris Lattner · 21 years ago
  5. 5fdd902 new testcase by Chris Lattner · 21 years ago
  6. 9989a4e Files moved to the LoopSimplify directory by Chris Lattner · 21 years ago
  7. 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 21 years ago
  8. dfaeb0e Test that we can emit global initializers that are not normal FP values by Chris Lattner · 21 years ago
  9. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
  10. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
  11. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
  12. b3c495f new testcase. globaldce should not delete the global by Chris Lattner · 21 years ago
  13. 83bb256 New testcase by Chris Lattner · 21 years ago
  14. ecfecfe old testcase by Chris Lattner · 21 years ago
  15. b8d3fd0 Checkin an old bug, which appears to be fixed by Chris Lattner · 21 years ago
  16. d1c5ea1 new testcase by Chris Lattner · 21 years ago
  17. 0c9efc2 Fixed the location of the expectations file. by John Criswell · 21 years ago
  18. f424d74 Switching over to the new test database. by John Criswell · 21 years ago
  19. 8324fa7 These scripts are no longer needed. They have been replaced by QMTest. by John Criswell · 21 years ago
  20. 85c5a3f new testcase, distilled by Brian by Chris Lattner · 21 years ago
  21. 5b15dee new testcase by Chris Lattner · 21 years ago
  22. ded46e2 Constants are not getting merged together correctly when types are resolved by Chris Lattner · 21 years ago
  23. 4797826 Changed all of these tests to be TestRunner tests (or, at least they can be by John Criswell · 21 years ago
  24. cf21d4f Renamed these tests so that they don't contain extra periods. by John Criswell · 21 years ago
  25. 4f8ede9 Remove obsolete tests which: by Chris Lattner · 21 years ago
  26. 44ae86a Checkin new file, reduced by Brian by Chris Lattner · 21 years ago
  27. ad5727d Add new testcases by Chris Lattner · 21 years ago
  28. eed462b Change llc command line for register allocators by Alkis Evlogimenos · 21 years ago
  29. cdeeab3 New testcase that was not correctly handled by Chris Lattner · 21 years ago
  30. 03cc099 This bug is not fixed, but will be in the future eventually by Chris Lattner · 21 years ago
  31. b51a256 new testcase by Chris Lattner · 21 years ago
  32. be34f0d Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx by John Criswell · 21 years ago
  33. 2bcb2de Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with by John Criswell · 21 years ago
  34. 28e7767 Added the CXXTest test class. by John Criswell · 21 years ago
  35. d3439f7 This makefile is completely wrong, don't even bother to keep it by Chris Lattner · 21 years ago
  36. 3a7fbe2 These tests got moved to test/Programs/SingleSource/Regression/C++/EH by Chris Lattner · 21 years ago
  37. c3a3d04 new testcase distilled from 177.mesa by Chris Lattner · 21 years ago
  38. 56a4279 New fixed bug, distilled from 252.eon by Chris Lattner · 21 years ago
  39. a61b19b update run command by Chris Lattner · 21 years ago
  40. 4e44c0e Simplify test, include problem analysis by Chris Lattner · 21 years ago
  41. 20f55ba Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and by John Criswell · 21 years ago
  42. acdadf0 Updated for the new QMTest test suite. Temporary output file is now placed by John Criswell · 21 years ago
  43. 0f44ad3 New testcase, distilled by John by Chris Lattner · 21 years ago
  44. 26c7d8b Updated these tests so that they use the new temporary directory as opposed by John Criswell · 21 years ago
  45. f3534ab Updated to generate temporary files in the temporary directory. by John Criswell · 21 years ago
  46. 91d66aa Removing these tests from the regressions directory. by John Criswell · 21 years ago
  47. aecbd27 Modified the test so that it puts temporary files into the temporary directory. by John Criswell · 21 years ago
  48. aadb55f Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly. by John Criswell · 21 years ago
  49. e1a37cb new testcase by Chris Lattner · 21 years ago
  50. 4611f72 new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  51. 21c6158 new testcase which crashes the inliner, thanks Bugpoint! by Chris Lattner · 21 years ago
  52. e308f68 new testcase that crashes the C++ frontend, found by John by Chris Lattner · 21 years ago
  53. e420056 New testcase by Chris Lattner · 21 years ago
  54. 4acad5c New testcase that basicaa should be able to handle by Chris Lattner · 21 years ago
  55. 0daee35 Two new tests for shifts followed by ands by Chris Lattner · 21 years ago
  56. b55650a New testcases by Chris Lattner · 21 years ago
  57. c6a200e a bitfield stress test to exercise various parts of the front-end. by Chris Lattner · 21 years ago
  58. dd408e1 new old testcase by Chris Lattner · 21 years ago
  59. d16afe9 Updated the name of the linker to llvm-link. by John Criswell · 21 years ago
  60. e655a63 These transitional scripts are no longer necessary, no one should have `as' or by Misha Brukman · 21 years ago
  61. dd3e51d Remove obsolete -abort-on-exception flag from LLI by Chris Lattner · 21 years ago
  62. e22040c Remove obsolete option by Chris Lattner · 21 years ago
  63. e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  64. 1ce5c59 Allow multiple object trees to use the source tree tests at once by by John Criswell · 21 years ago
  65. 538a317 QMTest test and resource classes are always register before running the tests. by John Criswell · 21 years ago
  66. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  67. 7f8e3af Removing Makefile. The QMTest program now handles the running of these tests. by John Criswell · 21 years ago
  68. b6cb66f Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  69. 14285c8 Renamed `as' => `llvm-as', `dis' => `llvm-dis'. by Misha Brukman · 21 years ago
  70. 3a49a6b new testcase that crashes opt by Chris Lattner · 21 years ago
  71. f6ba655 New testcase by Chris Lattner · 21 years ago
  72. 8791761 New testcase by Chris Lattner · 21 years ago
  73. 46d5bca New testcase, this should be simplified by Chris Lattner · 21 years ago
  74. cfeb64b New testcase, bug distilled from bc by Chris Lattner · 21 years ago
  75. 53dce0c New testcase by Chris Lattner · 21 years ago
  76. 0043e46 Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
  77. 54bda7e New testcase by Chris Lattner · 21 years ago
  78. ffd340c New testcase: do not DCE volatile loads! by Chris Lattner · 21 years ago
  79. 30e2d91 Update testcases to be more modern by Chris Lattner · 21 years ago
  80. f780f77 Added the .t implicit rule. You can now run an individual set of QMTests by by John Criswell · 21 years ago
  81. ebd2220 Fix grammar-o by Chris Lattner · 21 years ago
  82. 680f6a4 New testcase by Chris Lattner · 21 years ago
  83. b4b8f7c Fix old style test by Chris Lattner · 21 years ago
  84. e3e7c47 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  85. ee29d2a Checkin of autoconf-style object root. by John Criswell · 21 years ago
  86. 84991f3 New testcase by Chris Lattner · 21 years ago
  87. 483cb51 New testcase for annoying structure layout stuff! by Chris Lattner · 21 years ago
  88. 0c21021 new tests by Chris Lattner · 21 years ago
  89. 2b77105 Add tests for the pruneeh pass by Chris Lattner · 21 years ago
  90. 1f9336e New testcase *sigh* by Chris Lattner · 21 years ago
  91. df97919 New, HARD, bitfield testcase by Chris Lattner · 21 years ago
  92. 2fdd3c0 Yet another bit-field bug by Chris Lattner · 21 years ago
  93. 450e4f5 minor simplification by Chris Lattner · 21 years ago
  94. 8796783 Test case distilled from sed. by Misha Brukman · 21 years ago
  95. cec2eb2 Testcase distilled from xemacs. by Misha Brukman · 21 years ago
  96. 9e8d1ac New testcase by Chris Lattner · 21 years ago
  97. 4f40cf4 Use `llvm-dis' instead of simply `dis'. by Misha Brukman · 21 years ago
  98. 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 21 years ago
  99. 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 21 years ago
  100. 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 21 years ago