1. 539e187 NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is by Daniel Dunbar · 15 years ago
  2. 6580da4 NewNighlytTest: Fix timestamp format to actually make sense (it was missing the hour). by Daniel Dunbar · 15 years ago
  3. da420ee NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before building LLVM (for testing). by Daniel Dunbar · 15 years ago
  4. fe1974a NewNightlyTest: Unbreak passing the build directory via a positional argument. by Daniel Dunbar · 15 years ago
  5. 2d7adb5 NewNightlyTest: Add -llvmgccdir as alternative to environment variable. by Daniel Dunbar · 15 years ago
  6. 80dd453 NNT: Implement "config mode", use -config path/to/llvm-config by Daniel Dunbar · 15 years ago
  7. f274138 NNT: Remove unused BUILDTYPE argument. by Daniel Dunbar · 15 years ago
  8. 9fb0b7e NNT: Remove duplicate verbose print. by Daniel Dunbar · 15 years ago
  9. ddef095 NNT: Add -parallel-test option, which runs llvm-test with by Daniel Dunbar · 15 years ago
  10. 2bb4c53 NNT: Don't hard code -l3.0 argument to make, this is very server dependent. Users who care can use -compileflags for this. by Daniel Dunbar · 15 years ago
  11. ac0c064 NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it was named dejagnu_test_list for a good reason. by Daniel Dunbar · 15 years ago
  12. 1409c13 NNT: Lift conditional logic out of test steps. by Daniel Dunbar · 15 years ago
  13. 5381eb7 NNT: Now that build & test steps are factored out, coalesce all the logic together. by Daniel Dunbar · 15 years ago
  14. 4a338bf NNT: Sink code for running nightly test into subroutine. by Daniel Dunbar · 15 years ago
  15. 3431123 NNT: Tweaks and simplifications. by Daniel Dunbar · 15 years ago
  16. 439801e NNT: Move build code into subroutine. by Daniel Dunbar · 15 years ago
  17. 8df92e8 NNT: Move source checkout code into subroutine. by Daniel Dunbar · 15 years ago
  18. 7f0e81f NNT: Remove .{o,a} size info, this is better tracked elsewhere. by Daniel Dunbar · 15 years ago
  19. 7a1e60a NNT: Remove code to track build warnings, the buildbots cover this. by Daniel Dunbar · 15 years ago
  20. 0e9fe69 NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. by Daniel Dunbar · 15 years ago
  21. 7c9eb9e NNT: Remove "CVS Stats", this isn't particularly useful and can be better done by the server or user. by Daniel Dunbar · 15 years ago
  22. 2e10794 NNT: Remove now-unused -cvstag argument and CVSROOT code. by Daniel Dunbar · 15 years ago
  23. ad83e7f NNT: Remove -usecvs option, this is very old. by Daniel Dunbar · 15 years ago
  24. 5af8436 NNT: Remove -debug argument, it is unused. by Daniel Dunbar · 15 years ago
  25. 4628e5e Regroup NewNightlyTest.pl options by Daniel Dunbar · 15 years ago
  26. 49e3182 Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly to the llvm testsuite. by Bill Wendling · 15 years ago
  27. e11c4db Use http instead https for anonymous readonly check out. by Evan Cheng · 15 years ago
  28. ff79ef4 NewNightlyTest.pl - Add -configure-args option. by Daniel Dunbar · 15 years ago
  29. 0c39e38 NewNightlyTest.pl - Add -noremoveatend option. by Daniel Dunbar · 15 years ago
  30. 42cdc38 NewNightlyTest: Include minutes/seconds in log file names, to support running by Daniel Dunbar · 15 years ago
  31. f7f02a9 NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, by Daniel Dunbar · 15 years ago
  32. fc0fc3a NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function. by Daniel Dunbar · 15 years ago
  33. 2f90daf NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. by Daniel Dunbar · 15 years ago
  34. 6dc11b4 Clean up nightly tester to use Perl's File::Find. Patch by Benjamin Kramer. by Bob Wilson · 15 years ago
  35. 53df0a2 Allow user to specify separate SVN url for llvm and the test suite. by Evan Cheng · 15 years ago
  36. 45db29c Add clang support to the nightly test script. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  37. f5a5950 NightlyTest: Stop running a separate Olden pass during nightly test. by Daniel Dunbar · 15 years ago
  38. 056dbd0 NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with by Daniel Dunbar · 15 years ago
  39. 94a37a4 NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before by Daniel Dunbar · 15 years ago
  40. cd3f999 Add -submit-aux option to NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  41. 85cdfad Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory by Bob Wilson · 15 years ago
  42. 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  43. 12c8d1b Deleted trailing whitespace; no functional changes. by Misha Brukman · 16 years ago
  44. c6e2241 Spell DISABLE_ASSERTIONS correctly. by Dan Gohman · 16 years ago
  45. ef7d2bb Escape "$#". by Nick Lewycky · 16 years ago
  46. c161188 Add nosubmit option to control what is sent back to the results server. by Tanya Lattner · 16 years ago
  47. 3d64f1c Need a space to separate Make options. by Evan Cheng · 17 years ago
  48. e04c90b Add -disable-lto optimization. by Evan Cheng · 17 years ago
  49. 2ba49a9 Added -test-opts to specify test options. by Evan Cheng · 17 years ago
  50. 9949c2a If the user did not check out LLVM and request it to be built, it should be a build error. This relies on the user having a successful build of LLVM, but the tests will fail if they dont. by Tanya Lattner · 17 years ago
  51. ece1f68 Remove the last vestiges of -usesvn. by Reid Spencer · 17 years ago
  52. ceb9d78 We want the Subversion checkout to succeed even if we don't specify by Reid Spencer · 17 years ago
  53. eecd711 Applied Reid's patch. Long live Subversion! by John Criswell · 17 years ago
  54. 1c01cf9 Fix problems with the checkout and cd directories for SVN checkout. by Reid Spencer · 17 years ago
  55. c9a15d5 Update for Subversion conversion: by Reid Spencer · 17 years ago
  56. 7055fd0 Remove duplicated line. by Evan Cheng · 17 years ago
  57. 4604023 Make my proxy happy. by Lauro Ramos Venancio · 17 years ago
  58. 849c9a2 Adding target triplet to be passed to database. by Tanya Lattner · 17 years ago
  59. 7545422 Correctly report version of GCC used. by Jeff Cohen · 17 years ago
  60. b5fda75 Terminate some lines that need to be. by Reid Spencer · 17 years ago
  61. 99e865a Reinstate the SVN capability without requiring Date::Parse. As before the by Reid Spencer · 17 years ago
  62. 776964a Revert this until the Date::Parse module can be installed on the nightly by Reid Spencer · 17 years ago
  63. d0b0879 Prepare for Subversion migration by implementing a -usesvn to tell the by Reid Spencer · 17 years ago
  64. 2bae1f5 Add an option to enable lli (interpreter mode) testing. by Reid Spencer · 18 years ago
  65. 93c456c 80 cols fix. by Reid Spencer · 18 years ago
  66. 7a8efce Wrong directory. by Jim Laskey · 18 years ago
  67. ba9f043 Fix search file for -release. by Jim Laskey · 18 years ago
  68. 27b8ba0 Add support for -release-asserts. by Jim Laskey · 18 years ago
  69. 01d7bcf Trim the home directory from the dejagnu test by Jim Laskey · 18 years ago
  70. 6d8a1b7 Switching to NewNightlyTest.php by Jim Laskey · 18 years ago
  71. 7189966 Issue cvs co with -P option to prune empty directories. Remove the unnecessary by Evan Cheng · 18 years ago
  72. ad6f758 Corrected an error that was introduced yesterday that caused the GCC by Patrick Jenkins · 18 years ago
  73. 0313775 The new nightly tester should stop outputing a message stating the by Patrick Jenkins · 18 years ago
  74. b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 18 years ago
  75. 4b7f7aa Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. by Patrick Jenkins · 18 years ago
  76. d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 18 years ago
  77. b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 18 years ago
  78. ca7592a Make all tools that use llvmdo have a -topdir option that allows the top by Reid Spencer · 18 years ago
  79. 9e384ab Added some comments to clarify code around sub TestDirectory by Patrick Jenkins · 18 years ago
  80. fa34d7b Changes for LLVM coding standard compliance: by Reid Spencer · 18 years ago
  81. 0e9402f Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. by Patrick Jenkins · 18 years ago
  82. dcffb0c Merge some NightlyTest.pl changes. by Evan Cheng · 18 years ago
  83. 4257ccb Removed unneccesary output from nightly tester by Patrick Jenkins · 18 years ago
  84. e8501eb Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. by Patrick Jenkins · 18 years ago
  85. 1c3bf94 no longer sending the list of all dejagnu tests because it is too big at the present time by Patrick Jenkins · 18 years ago
  86. cf65fb6 Changed a = to a .= so we now append tests we have performed to the master list of all tests instead of assigning it as the master list. by Patrick Jenkins · 18 years ago
  87. e631c4a Made some more changes to the print statements in the nightly tester. The last commit was a preemptive strike. by Patrick Jenkins · 18 years ago
  88. ea103a8 Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. by Patrick Jenkins · 18 years ago
  89. 7e5c373 We should now send the correct list of dejagnu tests instead of the csv file of test results when we submit results back to the nightly tester. by Patrick Jenkins · 18 years ago
  90. 69d3a95 One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. by Patrick Jenkins · 18 years ago
  91. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  92. d7210f9 Removed some dead code and hopefully fixed the issue where the total list of tests was not being sent by Patrick Jenkins · 18 years ago
  93. e36de54 fix externals by Andrew Lenharth · 18 years ago
  94. 0dd7fb2 Removed some unneccesary printing from the nightly tester. by Patrick Jenkins · 18 years ago
  95. d4623e9 Removed some unneccesary print statemnts by Patrick Jenkins · 18 years ago
  96. 96970e9 ChangeDir now returns the correct value by Patrick Jenkins · 18 years ago
  97. 278a6b5 Fixed a stupid error where changedir returned false upon success. by Patrick Jenkins · 18 years ago
  98. c281b0d Added more descriptive output to singlesource,multisource tests. by Patrick Jenkins · 18 years ago
  99. 59d1a66 Removed some clutter that was left over from development. by Patrick Jenkins · 18 years ago
  100. cc8414f I made a stupid mistake when adding support for -use-gmake. ~PJ by Patrick Jenkins · 18 years ago