1. f08e961 Add regression by Alkis Evlogimenos · 20 years ago
  2. e36ae66 This test is xfail right now, to keep DJ clean, also mention the PR# in testcases. by Chris Lattner · 20 years ago
  3. 441c3cf This test still fails on Darwin and Sparc/Solaris. by John Criswell · 20 years ago
  4. 66e10ab Test case for PR409: by Reid Spencer · 20 years ago
  5. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  6. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  7. 2969ba4 Make this test actually capable of passing. by Chris Lattner · 20 years ago
  8. bf90a5b Change this test to not require execution of the program. by Chris Lattner · 20 years ago
  9. c2e63a2 New testcase for the bug affecting 255.vortex in CBE mode. by Chris Lattner · 20 years ago
  10. 5b554ad Remove unneeded code by Alkis Evlogimenos · 20 years ago
  11. bb622c8 Match codegen string better by Alkis Evlogimenos · 20 years ago
  12. 84da5a6 Add testcast for bug475 by Alkis Evlogimenos · 20 years ago
  13. 9214a47 Darwin and solaris don't support echo -e. This should get the test passing by Chris Lattner · 20 years ago
  14. bf16b8c This fails due to the sun headers. by Chris Lattner · 20 years ago
  15. 70d61bc This test passes on all platforms by Chris Lattner · 20 years ago
  16. 40cc75a These tests pass on darwin now that the __ thing is fixed. by Chris Lattner · 20 years ago
  17. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  18. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  19. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  20. f0db7a9 Do not multiply define symbol by Chris Lattner · 20 years ago
  21. 8430182 new testcase for PR472 by Chris Lattner · 20 years ago
  22. c60c334 These lookup symbols with leading underscores, which currently fails in by John Criswell · 20 years ago
  23. 25f8965 This program doesn't break anything anymore. by Chris Lattner · 20 years ago
  24. 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
  25. d616597 Move this from the C test suite by Chris Lattner · 20 years ago
  26. 11875ec This is a c++ test by Chris Lattner · 20 years ago
  27. adc5390 Add back -e, which apparently works in sh's echo but not tcsh's, which does by Chris Lattner · 20 years ago
  28. 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
  29. 907e9bc do not pass -e into llvm-db as a command. by Chris Lattner · 20 years ago
  30. 13eef45 Put the output in the temporary location by Chris Lattner · 20 years ago
  31. 15a286b This is a cross platform fail, failing on freebsd as well by Chris Lattner · 20 years ago
  32. 3a9e1fa This was fixed with the recent tester changes. by Chris Lattner · 20 years ago
  33. 7d66434 This passes on darwin now by Chris Lattner · 20 years ago
  34. aac2d44 New testcase that crashes the PPC BE by Chris Lattner · 20 years ago
  35. d510293 New testcase by Chris Lattner · 20 years ago
  36. b761433 Adding timeout for a test. by Tanya Lattner · 20 years ago
  37. 93e6d83 New testcase that crashes the PPC backend by Chris Lattner · 20 years ago
  38. 8cca1a7 New testcase for simplifycfg by Chris Lattner · 20 years ago
  39. b2e4cd6 Update the test to match the optimization. The optimization can let some by Reid Spencer · 20 years ago
  40. f4a0e50 New testcase. The store is not dead here. by Chris Lattner · 20 years ago
  41. 96d7dac new testcase for PR463 by Chris Lattner · 20 years ago
  42. 2ded5d0 Correct the RUN line to remove unneeded parameters and make sure the test by Reid Spencer · 20 years ago
  43. d3938b1 Test case for PR454 by Reid Spencer · 20 years ago
  44. a171384 New testcase for PR447 by Chris Lattner · 20 years ago
  45. 1b64141 New testcase for PR360 by Chris Lattner · 20 years ago
  46. 393db9d New testcase for PR244 by Chris Lattner · 20 years ago
  47. f97bf6d New testcase for PR397 by Chris Lattner · 20 years ago
  48. df284a7 new testcase by Chris Lattner · 20 years ago
  49. 65de86b New testcase by Chris Lattner · 20 years ago
  50. cca50c6 Pass in llvmgxx by Chris Lattner · 20 years ago
  51. e63632f New testcase for PR424 by Chris Lattner · 20 years ago
  52. ef1ef82 New testcase by Chris Lattner · 20 years ago
  53. e524156 Don't depend on grep or sed to be portable at all. Just compare against by Reid Spencer · 20 years ago
  54. dc647db Put the expected tables of contents of the test archives into separate by Reid Spencer · 20 years ago
  55. f461ead Use grep instead of sed because on Solaris sed doesn't copy null bytes and by Reid Spencer · 20 years ago
  56. 9df7aea Accommodate the braindead Solaris "diff" that doesn't understand the -q option. by Reid Spencer · 20 years ago
  57. 4e4f731 new testcase basicaa should handle by Chris Lattner · 20 years ago
  58. fb0ac97 New testcase for PR451 by Chris Lattner · 20 years ago
  59. 0baf656 Exit only with a value from 0-255. by Chris Lattner · 20 years ago
  60. 0c41db8 %p is expanded by dejagnu, avoid it in the test. by Chris Lattner · 20 years ago
  61. f73820a Pull out failing test into a seperate file, which is xfailed by Chris Lattner · 20 years ago
  62. 1e17a1d This was fixed by Chris Lattner · 20 years ago
  63. b984970 These tests really are failing, do not let them accidentally be XPASS. by Chris Lattner · 20 years ago
  64. baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
  65. 80fd9b4 Make sure output goes in the temporary/output directory. by Reid Spencer · 20 years ago
  66. 6d0e614 * Undo previous commit that breaks the test. by Reid Spencer · 20 years ago
  67. 2571791 * Undo previous commit that breaks the test. by Reid Spencer · 20 years ago
  68. 39a11a1 Test archive built with GNU ar(1). by Reid Spencer · 20 years ago
  69. 6fb9b52 Adding missing dg file. by Tanya Lattner · 20 years ago
  70. ca1dd85 Removing unnecessary copies. Use %p to reference them. by Tanya Lattner · 20 years ago
  71. bab98e4 Test floating point constants by Reid Spencer · 20 years ago
  72. e651c95 An llvm-ar test. by Reid Spencer · 20 years ago
  73. 2e78cf6 Provide the srcdir variable. by Reid Spencer · 20 years ago
  74. 4fb6f81 Describe the Archive test suite. by Reid Spencer · 20 years ago
  75. eee1f5e Contents separated into individual tests. by Reid Spencer · 20 years ago
  76. 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
  77. f9e7943 Adding srcdir arg. Added ability to specify the path to an input file. This is needed for when srcdir != objdir. by Tanya Lattner · 20 years ago
  78. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  79. f6abe38 Test case for reading MacOSX archives. by Reid Spencer · 20 years ago
  80. 019d5e9 MacOSX test archive (buggy). by Reid Spencer · 20 years ago
  81. 5711a33 Make sure we can read an archive after it has been ranlib'd by Reid Spencer · 20 years ago
  82. ed26b31 Test case for xpg4 style archive files. by Reid Spencer · 20 years ago
  83. b7bd819 Test reading of SVR4 style archives with llvm-ar by Reid Spencer · 20 years ago
  84. 30ce0f0 Test case for reading SVR4 style archives. by Reid Spencer · 20 years ago
  85. 37d8bd9 Solaris built archives in SVR4 and XPG4 styles. by Reid Spencer · 20 years ago
  86. f5d957f A test file that goes into the test archive. by Reid Spencer · 20 years ago
  87. 9692e39 Obligatory DejaGnu/expect file. by Reid Spencer · 20 years ago
  88. 2dee43d New testcase that crashes licm by Chris Lattner · 20 years ago
  89. 154113b New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing by Chris Lattner · 20 years ago
  90. 826c47e New testcase. Believe it or not, this happens a LOT in vortex by Chris Lattner · 20 years ago
  91. 6e54db0 New testcase: the phi can be eliminated if the casts are sucked into it. by Chris Lattner · 20 years ago
  92. e58b254 Fix typo by Chris Lattner · 20 years ago
  93. 56ef3ae add a testcase, which we already handle by Chris Lattner · 20 years ago
  94. f2c83db Oops, make this test the right thing. by Chris Lattner · 20 years ago
  95. 0240a37 New testcase by Chris Lattner · 20 years ago
  96. 6c84e79 New testcase, SROA with variable array index by Chris Lattner · 20 years ago
  97. d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
  98. 32e7a80 Add a testcase we should continue to argpromote by Chris Lattner · 20 years ago
  99. 78d223e Add a testcase for a function we cannot legally promote the argument of. by Chris Lattner · 20 years ago
  100. c7185ac Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure. by Tanya Lattner · 20 years ago