test commit redux
[oota-llvm.git] / utils / NewNightlyTest.pl
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-03-16 Daniel DunbarNNT: Add -nouname option, so machine uniquing can occur...
2009-12-15 Daniel DunbarNNT: Make sure stderr for build commands goes to log...
2009-12-14 Daniel DunbarNNT: Use [e]grep -a when scanning logs, its possibly...
2009-12-14 Daniel DunbarNNT: Always create the -sentdata.txt file.
2009-11-08 Daniel DunbarNNT: Remove DejaGNU test from NewNightlyTest reports...
2009-11-06 Daniel DunbarNewNighlytTest: Fix timestamp format to actually make...
2009-11-06 Daniel DunbarNewNightlyTest: Add -noclean option, which doesn't...
2009-11-06 Daniel DunbarNewNightlyTest: Unbreak passing the build directory...
2009-11-06 Daniel DunbarNewNightlyTest: Add -llvmgccdir as alternative to envir...
2009-10-20 Daniel DunbarNNT: Implement "config mode", use -config path/to/llvm...
2009-10-20 Daniel DunbarNNT: Remove unused BUILDTYPE argument.
2009-10-20 Daniel DunbarNNT: Remove duplicate verbose print.
2009-10-19 Daniel DunbarNNT: Add -parallel-test option, which runs llvm-test...
2009-10-19 Daniel DunbarNNT: Don't hard code -l3.0 argument to make, this is...
2009-10-19 Daniel DunbarNNT: Fix refactoro, I dropped the list of all (llvm...
2009-10-19 Daniel DunbarNNT: Lift conditional logic out of test steps.
2009-10-19 Daniel DunbarNNT: Now that build & test steps are factored out,...
2009-10-19 Daniel DunbarNNT: Sink code for running nightly test into subroutine.
2009-10-19 Daniel DunbarNNT: Tweaks and simplifications.
2009-10-19 Daniel DunbarNNT: Move build code into subroutine.
2009-10-19 Daniel DunbarNNT: Move source checkout code into subroutine.
2009-10-19 Daniel DunbarNNT: Remove .{o,a} size info, this is better tracked...
2009-10-19 Daniel DunbarNNT: Remove code to track build warnings, the buildbots...
2009-10-19 Daniel DunbarNNT: Remove hard coded BuildDir and WebDir, users shoul...
2009-10-19 Daniel DunbarNNT: Remove "CVS Stats", this isn't particularly useful...
2009-10-19 Daniel DunbarNNT: Remove now-unused -cvstag argument and CVSROOT...
2009-10-19 Daniel DunbarNNT: Remove -usecvs option, this is very old.
2009-10-19 Daniel DunbarNNT: Remove -debug argument, it is unused.
2009-10-19 Daniel DunbarRegroup NewNightlyTest.pl options
2009-07-16 Bill WendlingAdd new flags '-test-cflags' and '-test-cxxflags' to...
2009-07-14 Evan ChengUse http instead https for anonymous readonly check...
2009-07-13 Daniel DunbarNewNightlyTest.pl - Add -configure-args option.
2009-07-13 Daniel DunbarNewNightlyTest.pl - Add -noremoveatend option.
2009-07-01 Daniel DunbarNewNightlyTest: Include minutes/seconds in log file...
2009-06-26 Daniel DunbarNewNightlyTest.pl: Support -submit-aux with -no-submit...
2009-06-26 Daniel DunbarNewNightlyTest: Pull most VERBOSE handling into RunLogg...
2009-06-26 Daniel DunbarNewNightlyTest: Factor out LLVM{Src,Obj,Test} variables.
2009-06-19 Bob WilsonClean up nightly tester to use Perl's File::Find.
2009-06-18 Evan ChengAllow user to specify separate SVN url for llvm and...
2009-06-12 Duncan SandsAdd clang support to the nightly test script.
2009-06-02 Daniel DunbarNightlyTest: Stop running a separate Olden pass during...
2009-05-28 Daniel DunbarNewNightlyTest.pl: Add a -parallel-jobs argument (set...
2009-05-28 Daniel DunbarNightlyTest: Write "sentdata.txt" files and run the...
2009-05-18 Daniel DunbarAdd -submit-aux option to NewNightlyTest.pl
2009-03-12 Bob WilsonFix an inconsistent use of LLVMGCCDIR. In all other...
2009-03-10 Daniel DunbarAdd -disable-bindings for utils/NewNightlyTest.pl
2009-01-02 Misha BrukmanDeleted trailing whitespace; no functional changes.
2008-10-30 Dan GohmanSpell DISABLE_ASSERTIONS correctly.
2008-06-05 Nick LewyckyEscape "$#".
2008-03-10 Tanya LattnerAdd nosubmit option to control what is sent back to...
2008-01-14 Evan ChengNeed a space to separate Make options.
2008-01-12 Evan ChengAdd -disable-lto optimization.
2007-11-10 Evan ChengAdded -test-opts to specify test options.
2007-10-02 Tanya LattnerIf the user did not check out LLVM and request it to...
2007-07-02 Reid SpencerRemove the last vestiges of -usesvn.
2007-07-02 Reid SpencerWe want the Subversion checkout to succeed even if...
2007-06-29 John CriswellApplied Reid's patch. Long live Subversion!
2007-06-29 Reid SpencerFix problems with the checkout and cd directories for...
2007-06-26 Reid SpencerUpdate for Subversion conversion:
2007-05-14 Evan ChengRemove duplicated line.
2007-05-03 Lauro Ramos VenancioMake my proxy happy.
2007-04-13 Tanya LattnerAdding target triplet to be passed to database.
2007-04-10 Jeff CohenCorrectly report version of GCC used.
2007-04-07 Reid SpencerTerminate some lines that need to be.
2007-04-07 Reid SpencerReinstate the SVN capability without requiring Date...
2007-04-04 Reid SpencerRevert this until the Date::Parse module can be install...
2007-04-03 Reid SpencerPrepare for Subversion migration by implementing a...
2006-11-24 Reid SpencerAdd an option to enable lli (interpreter mode) testing.
2006-10-19 Reid Spencer80 cols fix.
2006-09-29 Jim LaskeyWrong directory.
2006-09-28 Jim LaskeyFix search file for -release.
2006-09-28 Jim LaskeyAdd support for -release-asserts.
2006-09-20 Jim LaskeyTrim the home directory from the dejagnu test
2006-09-15 Jim LaskeySwitching to NewNightlyTest.php
2006-08-29 Evan ChengIssue cvs co with -P option to prune empty directories...
2006-08-22 Patrick JenkinsCorrected an error that was introduced yesterday that...
2006-08-21 Patrick JenkinsThe new nightly tester should stop outputing a message...
2006-08-18 Patrick JenkinsThese changes reflect the changes in the database for...
2006-08-17 Patrick JenkinsChanging the format dejagnu tests are submitted. We...
2006-08-16 Patrick JenkinsMy last commit added some experimental features I have...
2006-08-16 Patrick JenkinsChanged the call to countloc.sh so that the correct...
2006-08-14 Reid SpencerMake all tools that use llvmdo have a -topdir option...
2006-08-14 Patrick JenkinsAdded some comments to clarify code around sub TestDire...
2006-08-13 Reid SpencerChanges for LLVM coding standard compliance:
2006-08-11 Patrick JenkinsAdded two flags (-submit-server and -submit-script...
2006-08-09 Evan ChengMerge some NightlyTest.pl changes.
2006-08-08 Patrick JenkinsRemoved unneccesary output from nightly tester
2006-08-07 Patrick JenkinsReinstated the sending of a list of all dejagnutests...
2006-08-06 Patrick Jenkinsno longer sending the list of all dejagnu tests because...
2006-08-04 Patrick JenkinsChanged a = to a .= so we now append tests we have...
2006-08-04 Patrick JenkinsMade some more changes to the print statements in the...
2006-08-04 Patrick JenkinsEncapsulated all of the print statements in "if( $VERBO...
2006-08-04 Patrick JenkinsWe should now send the correct list of dejagnu tests...
2006-08-03 Patrick JenkinsOne of the directories we were searching in for .o...
2006-08-02 Patrick JenkinsWe now only search the following directories for .o...
2006-08-02 Patrick JenkinsRemoved some dead code and hopefully fixed the issue...
2006-07-29 Andrew Lenharthfix externals
2006-07-28 Patrick JenkinsRemoved some unneccesary printing from the nightly...
next