1. 794dae5 Made dejagnu option lower case. by Tanya Lattner · 21 years ago
  2. 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 21 years ago
  3. 2e9ac69 * Add support for f2c and the -f2c switch to enable Fortran benchmarks by Misha Brukman · 21 years ago
  4. 36dc5c7 Adjust to printing user+system times instead of wall times. Run the olden by Chris Lattner · 21 years ago
  5. 90c82b9 Touch output files before reading or writing them, so that they are by Brian Gaeke · 21 years ago
  6. e993f46 Modify the lines of code counting mechanism to use the new "countloc.sh" by Reid Spencer · 21 years ago
  7. 214c6d6 Remove double paren use in system() function so that the command line can by Reid Spencer · 21 years ago
  8. 10ffe01 Make the NightlyTest run tests out of projects/llvm-test instead of by Reid Spencer · 21 years ago
  9. 047e606 Split out -disable-codegen into -disable-llc and -disable-jit. by Brian Gaeke · 21 years ago
  10. fe2597a Fix the nightly tester to default to using gnuplot in /usr/bin by Chris Lattner · 21 years ago
  11. 892cdb3 Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis. by Chris Lattner · 21 years ago
  12. 2280098 Don't try to run qmtests if we fail to build the tree. The qmtests (at by Brian Gaeke · 21 years ago
  13. c5b6705 Move the tests for readability of the template and gnuplot files so they by Reid Spencer · 21 years ago
  14. 1d91463 Added a -noexternals options to avoid performing the externals tests on by Reid Spencer · 21 years ago
  15. a337f0c Make sure GetRegEx returns something gnuplot can deal with (a number, not by Reid Spencer · 21 years ago
  16. cb6a3aa - Added the -nice option for nicing the build processes. by Reid Spencer · 21 years ago
  17. 253231e Don't trim @PrevDays (causing an error) if it isn't long enough. by Brian Gaeke · 21 years ago
  18. f6d0233 Add two options to the program: by Reid Spencer · 21 years ago
  19. 43f3867 Allow dates with slashes in them in $DateRE. by Brian Gaeke · 21 years ago
  20. f5d0af3 * Fix indentation of Regression Test Results by making sure the by Reid Spencer · 21 years ago
  21. 8566854 Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) by Brian Gaeke · 21 years ago
  22. 1770e2c Allow script to set configure args. Allow environment to set llvmgccdir. by Brian Gaeke · 21 years ago
  23. 20d13ea Add -disable-codegen option to disable LLC and JIT targets by Chris Lattner · 21 years ago
  24. aa0bfbe Clean up the Feature and Regression test output to (a) use section headers, by Reid Spencer · 21 years ago
  25. 542e859 Make the Regression/Feature test support excise all ": PASS" lines that by Reid Spencer · 21 years ago
  26. 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 21 years ago
  27. d56147d Eliminate annoying warnings from the tester, hopefully for real this time. by Chris Lattner · 22 years ago
  28. be39e43 Fix annoying warnings. W doesn't have a revision number by Chris Lattner · 22 years ago
  29. 2e142f5 Change perl interpreter path to the standard /usr/bin/perl. by Alkis Evlogimenos · 22 years ago
  30. 370e809 Eliminate a spurious warning by Chris Lattner · 22 years ago
  31. bb0aca5 If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline by Chris Lattner · 22 years ago
  32. ac5d96b This may fix the "0 dirs" stuff we get in the nightly tests when they are by Brian Gaeke · 22 years ago
  33. 3e457f7 I'm tired of the nightly tester stopping, aren't you? by Chris Lattner · 22 years ago
  34. 91480ff Add more space! by Chris Lattner · 22 years ago
  35. be19787 DeHTMLify the email so that it only gets sent out if something changes. by Chris Lattner · 22 years ago
  36. 9efd7f4 Print stuff to stdout if something changes. by Chris Lattner · 22 years ago
  37. 9d13efa Fix bug in script by Chris Lattner · 22 years ago
  38. d12fa6c LLVM CVS repository has moved. by Misha Brukman · 22 years ago
  39. b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 22 years ago
  40. ccee296 Fix bug in previous checkin by Chris Lattner · 22 years ago
  41. 338dd7e Make it detect failed builds better by Chris Lattner · 22 years ago
  42. 8f9c4bd Fix the nightly tester now that olden has been moved by Chris Lattner · 22 years ago
  43. 71b0a31 Make build errors stand out by coloring them red. by Misha Brukman · 22 years ago
  44. eac3cdc Start testing SPEC as well as singlesource/multisource by Chris Lattner · 22 years ago
  45. c729415 Catch testing errors by Chris Lattner · 22 years ago
  46. 08e2476 Fix bugs in tester Add new -norunningtests option by Chris Lattner · 22 years ago
  47. 196a14a Do not force a runtimelimit! We were actually reducing it. by Chris Lattner · 22 years ago
  48. c75b14e Add the magic incantations to get a running LOC graph updated each night... by Chris Lattner · 22 years ago
  49. f5a6ab9 Wrap line at 80 columns Fix bogus failures by Chris Lattner · 22 years ago
  50. 00d7af6 Fix minor bugs in the tester by Chris Lattner · 22 years ago
  51. bf6a4dc * Split the programs table into MultiSource and SingleSource components by Chris Lattner · 22 years ago
  52. e2ce618 Make the check for a failed test run more robust!! by Chris Lattner · 22 years ago
  53. 8e9554a * Enable SPEC testing in the `configure' script command line by Misha Brukman · 22 years ago
  54. c9cdadf Sort the file lists by Chris Lattner · 22 years ago
  55. 6058fd3 Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome by Chris Lattner · 22 years ago
  56. 1b36689 * Made $Template refer to a path relative to the checked-out tree by Misha Brukman · 22 years ago
  57. 42815c8 Update to configure the tree before building it. by Chris Lattner · 22 years ago
  58. c0f33b5 Modify script to support checkins on branches by Chris Lattner · 22 years ago
  59. 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 22 years ago
  60. 6e51bfa Fix a halfway done change to the nightly tester :( by Chris Lattner · 22 years ago
  61. 2e8be14 Get the nightly tester to detect other kind of testing problems by Chris Lattner · 22 years ago
  62. 30ac0c0 Force overwriting the file if it already exists. by Chris Lattner · 22 years ago
  63. ec0e374 * Don't run tests if compilation failed by Chris Lattner · 22 years ago
  64. 9b50cbf Allow tests to run for 5 minutes before timing out. by Chris Lattner · 22 years ago
  65. e7113ad Make sure the files get sorted correctly by Chris Lattner · 23 years ago
  66. 5d6c438 Compress large logs by Chris Lattner · 23 years ago
  67. d9bdbaa Implement "new/removed/broken/fixed" tests by Chris Lattner · 23 years ago
  68. b344030 Implement program tests, and test for compile time problems by Chris Lattner · 23 years ago
  69. 1cbc0a6 Fix indentation code, simplify a bit by Chris Lattner · 23 years ago
  70. 2f8cb57 Add information about new warnings and warning changes by Chris Lattner · 23 years ago
  71. 4c7e303 Initial checkin of the nightly build scripts by Chris Lattner · 23 years ago