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