| Commit message (Expand) | Author | Age | Files | Lines |
* | NNT: Make sure stderr for build commands goes to log file, as intended but mi... | Daniel Dunbar | 2009-12-15 | 1 | -4/+4 |
* | NNT: Use [e]grep -a when scanning logs, its possibly they will have non-text | Daniel Dunbar | 2009-12-14 | 1 | -5/+5 |
* | NNT: Always create the -sentdata.txt file. | Daniel Dunbar | 2009-12-14 | 1 | -4/+11 |
* | NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is | Daniel Dunbar | 2009-11-08 | 1 | -73/+6 |
* | NewNighlytTest: Fix timestamp format to actually make sense (it was missing t... | Daniel Dunbar | 2009-11-06 | 1 | -1/+2 |
* | NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before bu... | Daniel Dunbar | 2009-11-06 | 1 | -6/+8 |
* | NewNightlyTest: Unbreak passing the build directory via a positional argument. | Daniel Dunbar | 2009-11-06 | 1 | -7/+7 |
* | NewNightlyTest: Add -llvmgccdir as alternative to environment variable. | Daniel Dunbar | 2009-11-06 | 1 | -8/+15 |
* | NNT: Implement "config mode", use -config path/to/llvm-config | Daniel Dunbar | 2009-10-20 | 1 | -51/+102 |
* | NNT: Remove unused BUILDTYPE argument. | Daniel Dunbar | 2009-10-20 | 1 | -7/+2 |
* | NNT: Remove duplicate verbose print. | Daniel Dunbar | 2009-10-20 | 1 | -4/+0 |
* | NNT: Add -parallel-test option, which runs llvm-test with | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 |
* | NNT: Don't hard code -l3.0 argument to make, this is very server dependent. U... | Daniel Dunbar | 2009-10-19 | 1 | -20/+26 |
* | NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it ... | Daniel Dunbar | 2009-10-19 | 1 | -6/+7 |
* | NNT: Lift conditional logic out of test steps. | Daniel Dunbar | 2009-10-19 | 1 | -117/+114 |
* | NNT: Now that build & test steps are factored out, coalesce all the logic tog... | Daniel Dunbar | 2009-10-19 | 1 | -62/+39 |
* | NNT: Sink code for running nightly test into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -37/+44 |
* | NNT: Tweaks and simplifications. | Daniel Dunbar | 2009-10-19 | 1 | -137/+62 |
* | NNT: Move build code into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -39/+43 |
* | NNT: Move source checkout code into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -49/+31 |
* | NNT: Remove .{o,a} size info, this is better tracked elsewhere. | Daniel Dunbar | 2009-10-19 | 1 | -27/+2 |
* | NNT: Remove code to track build warnings, the buildbots cover this. | Daniel Dunbar | 2009-10-19 | 1 | -58/+4 |
* | NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. | Daniel Dunbar | 2009-10-19 | 1 | -11/+10 |
* | NNT: Remove "CVS Stats", this isn't particularly useful and can be better don... | Daniel Dunbar | 2009-10-19 | 1 | -105/+8 |
* | NNT: Remove now-unused -cvstag argument and CVSROOT code. | Daniel Dunbar | 2009-10-19 | 1 | -19/+9 |
* | NNT: Remove -usecvs option, this is very old. | Daniel Dunbar | 2009-10-19 | 1 | -95/+32 |
* | NNT: Remove -debug argument, it is unused. | Daniel Dunbar | 2009-10-19 | 1 | -2/+0 |
* | Regroup NewNightlyTest.pl options | Daniel Dunbar | 2009-10-19 | 1 | -45/+64 |
* | Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly t... | Bill Wendling | 2009-07-16 | 1 | -2/+12 |
* | Use http instead https for anonymous readonly check out. | Evan Cheng | 2009-07-14 | 1 | -1/+1 |
* | NewNightlyTest.pl - Add -configure-args option. | Daniel Dunbar | 2009-07-13 | 1 | -0/+2 |
* | NewNightlyTest.pl - Add -noremoveatend option. | Daniel Dunbar | 2009-07-13 | 1 | -1/+2 |
* | NewNightlyTest: Include minutes/seconds in log file names, to support running | Daniel Dunbar | 2009-07-01 | 1 | -3/+1 |
* | NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, | Daniel Dunbar | 2009-06-26 | 1 | -2/+6 |
* | NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function. | Daniel Dunbar | 2009-06-26 | 1 | -45/+30 |
* | NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. | Daniel Dunbar | 2009-06-26 | 1 | -19/+47 |
* | Clean up nightly tester to use Perl's File::Find. | Bob Wilson | 2009-06-19 | 1 | -28/+9 |
* | Allow user to specify separate SVN url for llvm and the test suite. | Evan Cheng | 2009-06-18 | 1 | -9/+12 |
* | Add clang support to the nightly test script. | Duncan Sands | 2009-06-12 | 1 | -10/+21 |
* | NightlyTest: Stop running a separate Olden pass during nightly test. | Daniel Dunbar | 2009-06-02 | 1 | -40/+3 |
* | NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with | Daniel Dunbar | 2009-05-28 | 1 | -2/+5 |
* | NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before | Daniel Dunbar | 2009-05-28 | 1 | -18/+25 |
* | Add -submit-aux option to NewNightlyTest.pl | Daniel Dunbar | 2009-05-18 | 1 | -0/+8 |
* | Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory | Bob Wilson | 2009-03-12 | 1 | -1/+1 |
* | Add -disable-bindings for utils/NewNightlyTest.pl | Daniel Dunbar | 2009-03-10 | 1 | -0/+2 |
* | Deleted trailing whitespace; no functional changes. | Misha Brukman | 2009-01-02 | 1 | -61/+61 |
* | Spell DISABLE_ASSERTIONS correctly. | Dan Gohman | 2008-10-30 | 1 | -1/+1 |
* | Escape "$#". | Nick Lewycky | 2008-06-05 | 1 | -1/+1 |
* | Add nosubmit option to control what is sent back to the results server. | Tanya Lattner | 2008-03-10 | 1 | -6/+7 |
* | Need a space to separate Make options. | Evan Cheng | 2008-01-14 | 1 | -1/+1 |