1. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 15 years ago
  2. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  3. 9c7a988 Use "opt < %s" instead of "opt %s" so that opt doesn't print the test by Dan Gohman · 15 years ago
  4. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  5. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  6. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  7. 7c856c0 Remove GCSE and LoadVN from the testsuite. by Owen Anderson · 16 years ago
  8. 7361f63 Let some more tests ignore expected output on stderr. by Matthijs Kooijman · 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. 7f40dea Upgrade tests to not use llvm-upgrade. by Tanya Lattner · 17 years ago
  12. 0b0803a Split up subtracts into add+negate if they have a reassociable use or operand by Chris Lattner · 17 years ago
  13. f06c3c2 upgrade and simplify this test. by Chris Lattner · 17 years ago
  14. 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
  15. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  16. 581f84f move these xfailed tests to lib/Target/README.txt by Chris Lattner · 17 years ago
  17. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  18. 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
  19. 9aafdcf For PR1319: by Reid Spencer · 18 years ago
  20. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  21. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  22. eacb702 For PR950: by Reid Spencer · 18 years ago
  23. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
  24. 86175f4 new testcase by Chris Lattner · 19 years ago
  25. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  26. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  27. 95f6553 new testcase from a FIXME in the code by Chris Lattner · 19 years ago
  28. 000c7c4 Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. by Chris Lattner · 19 years ago
  29. 9e14cd3 new testcase by Chris Lattner · 19 years ago
  30. d6c69e9 new testcase for recent bugfix by Chris Lattner · 19 years ago
  31. fa48be7 new testcase that crashes -reassociate by Chris Lattner · 19 years ago
  32. 6d60924 add a testcase for a case we do not handle yet by Chris Lattner · 19 years ago
  33. 22d0631 new testcase by Chris Lattner · 19 years ago
  34. 4544d02 new testcase by Chris Lattner · 19 years ago
  35. f4946df new testcases for PR557 by Chris Lattner · 19 years ago
  36. 1a82ca8 new testcase by Chris Lattner · 19 years ago
  37. 5cc924a test that reassociate can handle shifts by Chris Lattner · 19 years ago
  38. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  39. 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
  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. bb5395b new testcase by Chris Lattner · 21 years ago
  43. 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
  44. 1b7de96 Cleanup test by Chris Lattner · 22 years ago
  45. 5315599 Verify is implicit for opt by Chris Lattner · 22 years ago
  46. 14329b1 New testcase for problem effecting mst by Chris Lattner · 22 years ago
  47. c95057b New testcases for sub/neg reassociation by Chris Lattner · 22 years ago
  48. 6759ca0 Fix testcase by Chris Lattner · 22 years ago
  49. 2241b7b New testcases to ensure sub's are maximally reassociable by Chris Lattner · 22 years ago
  50. b064baf Testcase to ensure trees structures are correctly linearized by Chris Lattner · 22 years ago
  51. 11d13fb Test to ensure sub -> neg promotion is working and why. by Chris Lattner · 22 years ago
  52. 193d916 New testcase by Chris Lattner · 22 years ago
  53. 44f87ac New testcase for LICM reassociation by Chris Lattner · 22 years ago
  54. 557a143 Add some simple test of reassociation by Chris Lattner · 22 years ago