summaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
Commit message (Expand)AuthorAge
* NNT: Add -nouname option, so machine uniquing can occur across physical machi...Daniel Dunbar2010-03-16
* NNT: Make sure stderr for build commands goes to log file, as intended but mi...Daniel Dunbar2009-12-15
* NNT: Use [e]grep -a when scanning logs, its possibly they will have non-textDaniel Dunbar2009-12-14
* NNT: Always create the -sentdata.txt file.Daniel Dunbar2009-12-14
* NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing isDaniel Dunbar2009-11-08
* NewNighlytTest: Fix timestamp format to actually make sense (it was missing t...Daniel Dunbar2009-11-06
* NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before bu...Daniel Dunbar2009-11-06
* NewNightlyTest: Unbreak passing the build directory via a positional argument.Daniel Dunbar2009-11-06
* NewNightlyTest: Add -llvmgccdir as alternative to environment variable.Daniel Dunbar2009-11-06
* NNT: Implement "config mode", use -config path/to/llvm-configDaniel Dunbar2009-10-20
* NNT: Remove unused BUILDTYPE argument.Daniel Dunbar2009-10-20
* NNT: Remove duplicate verbose print.Daniel Dunbar2009-10-20
* NNT: Add -parallel-test option, which runs llvm-test withDaniel Dunbar2009-10-19
* NNT: Don't hard code -l3.0 argument to make, this is very server dependent. U...Daniel Dunbar2009-10-19
* NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it ...Daniel Dunbar2009-10-19
* NNT: Lift conditional logic out of test steps.Daniel Dunbar2009-10-19
* NNT: Now that build & test steps are factored out, coalesce all the logic tog...Daniel Dunbar2009-10-19
* NNT: Sink code for running nightly test into subroutine.Daniel Dunbar2009-10-19
* NNT: Tweaks and simplifications.Daniel Dunbar2009-10-19
* NNT: Move build code into subroutine.Daniel Dunbar2009-10-19
* NNT: Move source checkout code into subroutine.Daniel Dunbar2009-10-19
* NNT: Remove .{o,a} size info, this is better tracked elsewhere.Daniel Dunbar2009-10-19
* NNT: Remove code to track build warnings, the buildbots cover this.Daniel Dunbar2009-10-19
* NNT: Remove hard coded BuildDir and WebDir, users should have to specify these.Daniel Dunbar2009-10-19
* NNT: Remove "CVS Stats", this isn't particularly useful and can be better don...Daniel Dunbar2009-10-19
* NNT: Remove now-unused -cvstag argument and CVSROOT code.Daniel Dunbar2009-10-19
* NNT: Remove -usecvs option, this is very old.Daniel Dunbar2009-10-19
* NNT: Remove -debug argument, it is unused.Daniel Dunbar2009-10-19
* Regroup NewNightlyTest.pl optionsDaniel Dunbar2009-10-19
* Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly t...Bill Wendling2009-07-16
* Use http instead https for anonymous readonly check out.Evan Cheng2009-07-14
* NewNightlyTest.pl - Add -configure-args option.Daniel Dunbar2009-07-13
* NewNightlyTest.pl - Add -noremoveatend option.Daniel Dunbar2009-07-13
* NewNightlyTest: Include minutes/seconds in log file names, to support runningDaniel Dunbar2009-07-01
* NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script,Daniel Dunbar2009-06-26
* NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function.Daniel Dunbar2009-06-26
* NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables.Daniel Dunbar2009-06-26
* Clean up nightly tester to use Perl's File::Find.Bob Wilson2009-06-19
* Allow user to specify separate SVN url for llvm and the test suite.Evan Cheng2009-06-18
* Add clang support to the nightly test script.Duncan Sands2009-06-12
* NightlyTest: Stop running a separate Olden pass during nightly test.Daniel Dunbar2009-06-02
* NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make withDaniel Dunbar2009-05-28
* NightlyTest: Write "sentdata.txt" files and run the -submit-aux script beforeDaniel Dunbar2009-05-28
* Add -submit-aux option to NewNightlyTest.plDaniel Dunbar2009-05-18
* Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directoryBob Wilson2009-03-12
* Add -disable-bindings for utils/NewNightlyTest.plDaniel Dunbar2009-03-10
* Deleted trailing whitespace; no functional changes.Misha Brukman2009-01-02
* Spell DISABLE_ASSERTIONS correctly.Dan Gohman2008-10-30
* Escape "$#".Nick Lewycky2008-06-05
* Add nosubmit option to control what is sent back to the results server.Tanya Lattner2008-03-10