1. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  2. fce288f Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 15 years ago
  3. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  4. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  5. 7af1c78 Allow readonly functions to unwind exceptions. Teach by Duncan Sands · 15 years ago
  6. 9da02b8 Remove the ability for ADCE to remove unreachable blocks in loop nests, because, as Eli pointed out, SimplifyCFG already does this. by Owen Anderson · 16 years ago
  7. 77d76b7 Add support to ADCE for pruning unreachable blocks. This addresses the final by Owen Anderson · 16 years ago
  8. 038a874 Replace the old ADCE implementation with a new one that more simply solves by Owen Anderson · 16 years ago
  9. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  10. 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
  11. 3dc73d3 Move this test from ADCE to loop deletion, where it is more appropriate. by Owen Anderson · 16 years ago
  12. 0cad844 Move this test to LoopDeletion, where it now passes. by Owen Anderson · 16 years ago
  13. 5ae21fb rename *.llx -> *.ll, last batch. by Chris Lattner · 17 years ago
  14. 9eb883a XFAIL this test for the moment. The real solution is to prevent ADCE by Owen Anderson · 17 years ago
  15. ec9a35a Remove llvm-upgrade and update test cases. by Tanya Lattner · 17 years ago
  16. e4dc717 Ding dong, the DoesntAccessMemoryFns and by Duncan Sands · 17 years ago
  17. 5ef7be7 Readonly/readnone functions are allowed to throw by Duncan Sands · 17 years ago
  18. 62e279b Unreachable block is not a root node in post dominator tree. by Devang Patel · 17 years ago
  19. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  20. 6934f06 For PR1319: Convert to new test system. by Reid Spencer · 18 years ago
  21. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  22. 5373b72 Remove use of implementation keyword. by Reid Spencer · 18 years ago
  23. 2318ec6 For PR1258: by Reid Spencer · 18 years ago
  24. 73e7082 Update tests that need to be run through llvm-upgrade. This is necessary by Reid Spencer · 18 years ago
  25. 933ca31 Remove debug info. by Jim Laskey · 18 years ago
  26. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
  27. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  28. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  29. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  30. ae02b72 New files, testing for a crash in ADCE compiling QT and a missed optimization. by Chris Lattner · 20 years ago
  31. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  32. 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
  33. 559069d New testcase that ADCE shouldn't crash on by Chris Lattner · 20 years ago
  34. b71ebdf New testcase for PR332 by Chris Lattner · 20 years ago
  35. dc4736f New testcases by Chris Lattner · 21 years ago
  36. 7fe1786 New testcase for missed optimization by Chris Lattner · 21 years ago
  37. 780bcaa There is no need to rely on LLI working for this test by Chris Lattner · 21 years ago
  38. 08e12f1 Testcase for PR116 by Chris Lattner · 21 years ago
  39. de08597 Fix test by Chris Lattner · 21 years ago
  40. e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  41. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  42. 3a49a6b new testcase that crashes opt by Chris Lattner · 21 years ago
  43. 54bda7e New testcase by Chris Lattner · 21 years ago
  44. 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
  45. 77825a3 New testcase by Chris Lattner · 21 years ago
  46. 6932f6b Modernize testcase by Chris Lattner · 21 years ago
  47. e4b79d3 modernize testcase by Chris Lattner · 21 years ago
  48. ad0f417 Make sure adce is basically working! by Chris Lattner · 21 years ago
  49. 82c94e2 Modernize testcases by Chris Lattner · 21 years ago
  50. f27aca9 New testcases for bugs and the new DAE pass by Chris Lattner · 21 years ago
  51. 152eee1 New testcase by Chris Lattner · 22 years ago
  52. 56b6db8 New testcase reduced from 197.parser by bugpoint by Chris Lattner · 22 years ago
  53. ac79a77 Fix testcase by Chris Lattner · 22 years ago
  54. 0fd5bfd by Chris Lattner · 22 years ago
  55. 5922e47 Trim down testcase, a lot. by Chris Lattner · 22 years ago
  56. e4b733f Reduce testcase more by Chris Lattner · 22 years ago
  57. 0b05545 Reduce the size of the testcase by Chris Lattner · 22 years ago
  58. 6ea2a07 New testcase by Chris Lattner · 22 years ago
  59. dc6c761 New testcase for bug by Chris Lattner · 22 years ago
  60. e76c4f6 New testcase, unanalyzed. by Chris Lattner · 22 years ago
  61. 5454f82 New testcase that is a distilled form of the other one by Chris Lattner · 22 years ago
  62. 1303b5d New testcase that crashes ADCE by Chris Lattner · 22 years ago
  63. 37dc78d New testcase by Chris Lattner · 22 years ago
  64. 277f651 New testcase by Chris Lattner · 22 years ago
  65. 91c9337 Add more testcases for ADCE by Chris Lattner · 22 years ago
  66. 9d5adb0 New testcase for adce by Chris Lattner · 22 years ago
  67. d2abd3b ADCE tests by Chris Lattner · 22 years ago