aboutsummaryrefslogtreecommitdiffstats
path: root/utils/NewNightlyTest.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directoryBob Wilson2009-03-121-1/+1
* Add -disable-bindings for utils/NewNightlyTest.plDaniel Dunbar2009-03-101-0/+2
* Deleted trailing whitespace; no functional changes.Misha Brukman2009-01-021-61/+61
* Spell DISABLE_ASSERTIONS correctly.Dan Gohman2008-10-301-1/+1
* Escape "$#".Nick Lewycky2008-06-051-1/+1
* Add nosubmit option to control what is sent back to the results server.Tanya Lattner2008-03-101-6/+7
* Need a space to separate Make options.Evan Cheng2008-01-141-1/+1
* Add -disable-lto optimization.Evan Cheng2008-01-121-0/+2
* Added -test-opts to specify test options.Evan Cheng2007-11-101-0/+1
* If the user did not check out LLVM and request it to be built, it should be a...Tanya Lattner2007-10-021-1/+0
* Remove the last vestiges of -usesvn.Reid Spencer2007-07-021-5/+3
* We want the Subversion checkout to succeed even if we don't specify Reid Spencer2007-07-021-7/+7
* Applied Reid's patch. Long live Subversion!John Criswell2007-06-291-2/+1
* Fix problems with the checkout and cd directories for SVN checkout.Reid Spencer2007-06-291-4/+4
* Update for Subversion conversion:Reid Spencer2007-06-261-7/+7
* Remove duplicated line.Evan Cheng2007-05-141-1/+0
* Make my proxy happy.Lauro Ramos Venancio2007-05-031-0/+1
* Adding target triplet to be passed to database.Tanya Lattner2007-04-131-1/+18
* Correctly report version of GCC used.Jeff Cohen2007-04-101-0/+2
* Terminate some lines that need to be.Reid Spencer2007-04-071-2/+2
* Reinstate the SVN capability without requiring Date::Parse. As before theReid Spencer2007-04-071-63/+154
* Revert this until the Date::Parse module can be installed on the nightlyReid Spencer2007-04-041-147/+62
* Prepare for Subversion migration by implementing a -usesvn to tell theReid Spencer2007-04-031-62/+147
* Add an option to enable lli (interpreter mode) testing.Reid Spencer2006-11-241-0/+3
* 80 cols fix.Reid Spencer2006-10-191-1/+2
* Wrong directory.Jim Laskey2006-09-291-2/+2
* Fix search file for -release.Jim Laskey2006-09-281-2/+2
* Add support for -release-asserts.Jim Laskey2006-09-281-1/+9
* Trim the home directory from the dejagnu testJim Laskey2006-09-201-3/+2
* Switching to NewNightlyTest.phpJim Laskey2006-09-151-4/+8
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-291-5/+1
* Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins2006-08-221-37/+35
* The new nightly tester should stop outputing a message stating thePatrick Jenkins2006-08-211-22/+24
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-181-51/+26
* Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins2006-08-171-19/+23
* My last commit added some experimental features I have been working on. This ...Patrick Jenkins2006-08-161-18/+19
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins2006-08-161-20/+19
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-141-1/+1
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-141-2/+1
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-131-508/+491
* Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins2006-08-111-5/+18
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-091-1/+5
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-081-3/+3
* Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins2006-08-071-2/+2
* no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins2006-08-061-1/+1
* Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins2006-08-041-3/+3
* Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins2006-08-041-10/+7
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins2006-08-041-6/+6
* We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins2006-08-041-1/+5
* One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins2006-08-031-2/+2