aboutsummaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
AgeCommit message (Expand)Author
2008-06-05Escape "$#".Nick Lewycky
2008-03-10Add nosubmit option to control what is sent back to the results server.Tanya Lattner
2008-01-14Need a space to separate Make options.Evan Cheng
2008-01-12Add -disable-lto optimization.Evan Cheng
2007-11-10Added -test-opts to specify test options.Evan Cheng
2007-10-02If the user did not check out LLVM and request it to be built, it should be a...Tanya Lattner
2007-07-02Remove the last vestiges of -usesvn.Reid Spencer
2007-07-02We want the Subversion checkout to succeed even if we don't specify Reid Spencer
2007-06-29Applied Reid's patch. Long live Subversion!John Criswell
2007-06-29Fix problems with the checkout and cd directories for SVN checkout.Reid Spencer
2007-06-26Update for Subversion conversion:Reid Spencer
2007-05-14Remove duplicated line.Evan Cheng
2007-05-03Make my proxy happy.Lauro Ramos Venancio
2007-04-13Adding target triplet to be passed to database.Tanya Lattner
2007-04-10Correctly report version of GCC used.Jeff Cohen
2007-04-07Terminate some lines that need to be.Reid Spencer
2007-04-07Reinstate the SVN capability without requiring Date::Parse. As before theReid Spencer
2007-04-04Revert this until the Date::Parse module can be installed on the nightlyReid Spencer
2007-04-03Prepare for Subversion migration by implementing a -usesvn to tell theReid Spencer
2006-11-24Add an option to enable lli (interpreter mode) testing.Reid Spencer
2006-10-1980 cols fix.Reid Spencer
2006-09-29Wrong directory.Jim Laskey
2006-09-28Fix search file for -release.Jim Laskey
2006-09-28Add support for -release-asserts.Jim Laskey
2006-09-20Trim the home directory from the dejagnu testJim Laskey
2006-09-15Switching to NewNightlyTest.phpJim Laskey
2006-08-29Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng
2006-08-22Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins
2006-08-21The new nightly tester should stop outputing a message stating thePatrick Jenkins
2006-08-18These changes reflect the changes in the database for how tests are storedPatrick Jenkins
2006-08-17Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins
2006-08-16My last commit added some experimental features I have been working on. This ...Patrick Jenkins
2006-08-16Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins
2006-08-14Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer
2006-08-14Added some comments to clarify code around sub TestDirectoryPatrick Jenkins
2006-08-13Changes for LLVM coding standard compliance:Reid Spencer
2006-08-11Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins
2006-08-09Merge some NightlyTest.pl changes.Evan Cheng
2006-08-08Removed unneccesary output from nightly testerPatrick Jenkins
2006-08-07Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins
2006-08-06no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins
2006-08-04Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins
2006-08-04Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins
2006-08-04Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins
2006-08-04We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins
2006-08-03One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins
2006-08-02We now only search the following directories for .o and .a files:Patrick Jenkins
2006-08-02Removed some dead code and hopefully fixed the issue where the total list of ...Patrick Jenkins
2006-07-29fix externalsAndrew Lenharth
2006-07-28Removed some unneccesary printing from the nightly tester.Patrick Jenkins