1. aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
  2. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  3. 4400825 Dan noticed that the verifier wasn't thoroughly checking uses of by Duncan Sands · 15 years ago
  4. 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 15 years ago
  5. 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 15 years ago
  6. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  7. 70c44f0 Correct this error message. by Nick Lewycky · 16 years ago
  8. 39dfc2c Diagnose uses of unsized types with the byval attribute in the by Dan Gohman · 16 years ago
  9. 259f88e Verify that the alignment argument to llvm.memcpy is a constant integer, PR2318. by Chris Lattner · 16 years ago
  10. 1cd8f11 For all RUN lines starting with "not", redirect stderr to /dev/null so tests by Matthijs Kooijman · 16 years ago
  11. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 16 years ago
  12. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  13. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  14. 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
  15. eedff31 Revert the change from r51157 in by Dan Gohman · 16 years ago
  16. 041e2eb IR support for extractvalue and insertvalue instructions. Also, begin by Dan Gohman · 16 years ago
  17. ef30c1d Add testcase for prev. commit. Minor fixes by Anton Korobeynikov · 16 years ago
  18. 3f63785 All of these tests had out of date syntax and were never even running through by Nick Lewycky · 16 years ago
  19. 917a5d9 Functions are allowed to return structures. (Note that this test never failed.) by Nick Lewycky · 16 years ago
  20. 2476841 Regressions/ is long gone. by Nick Lewycky · 16 years ago
  21. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  22. ab3b778 Fix PR2113 by verifying allocations. by Chris Lattner · 16 years ago
  23. ad23d43 Fix this test. by Chris Lattner · 16 years ago
  24. 3b8ea6e update this test to pass with duncan's change. by Chris Lattner · 17 years ago
  25. 02e30d7 This test is now the same as byval-1.ll, so remove it. by Duncan Sands · 17 years ago
  26. 559ad3c Test that byval cannot be used with pointers to types with no size. by Duncan Sands · 17 years ago
  27. d6a844c We now allow byval on fairly general pointer types. by Duncan Sands · 17 years ago
  28. cfad1b4 Be more liberal in what parameter attributes are by Duncan Sands · 17 years ago
  29. 623a389 Do not allow attributes beyond a function's last by Duncan Sands · 17 years ago
  30. d9d7039 Get the verifier to check attributes on calls as well by Duncan Sands · 17 years ago
  31. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  32. ecb85ef Change &| to |&. by Dan Gohman · 17 years ago
  33. 8c33da5 Fix for PR1633: Verifier doesn't fully verify GC intrinsics by Gordon Henriksen · 17 years ago
  34. 1451afe Make sure these tests pass for the right reasons (verifier error, rather than by Reid Spencer · 17 years ago
  35. b91025b check for correct usage of the byval attribute by Rafael Espindola · 17 years ago
  36. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  37. 19292a4 remove bogus xfailed testcase by Chris Lattner · 17 years ago
  38. a9338b6 For PR1319: Upgrade to new test harness by Reid Spencer · 17 years ago
  39. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 17 years ago
  40. e3ff5ad For PR761: by Reid Spencer · 18 years ago
  41. adbb638 testcases for PR1042 by Chris Lattner · 18 years ago
  42. 32c081a New testcase for PR1047 by Chris Lattner · 18 years ago
  43. a5ce97b Make sure this file gets upgraded with llvm-upgrade by Reid Spencer · 18 years ago
  44. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  45. 1d4b6bf testcase that causes the asmparser to assert by Chris Lattner · 18 years ago
  46. f7cb674 Testcase for PR826 by Chris Lattner · 18 years ago
  47. d9498eb Fix an accidental commit. by Chris Lattner · 18 years ago
  48. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 18 years ago
  49. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 18 years ago
  50. cf4a81e this test is malformed by Chris Lattner · 19 years ago
  51. 84c744f Fix PR409: by Reid Spencer · 19 years ago
  52. 97310ea New testcase that the assembler incorrectly accepts. by Chris Lattner · 19 years ago
  53. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  54. 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
  55. 2393a24 Adding RUN lines. by Tanya Lattner · 20 years ago
  56. 6d09bec Testcase for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  57. e952f23 New testcase by Chris Lattner · 21 years ago
  58. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  59. 5051e9c New testcase to handle eventually by Chris Lattner · 22 years ago
  60. 74d8dcc Add readme file describing directory by Chris Lattner · 22 years ago
  61. 23e07e7 New testcases for verifier by Chris Lattner · 22 years ago
  62. 1d2535c New testcase by Chris Lattner · 22 years ago
  63. cbec8be New testcase for the verifier by Chris Lattner · 22 years ago