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