2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw |
2010-07-07 |
Duncan Sands | Rename "Release" builds as "Release+Asserts"; rename... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Daniel Dunbar | NNT: Add -nouname option, so machine uniquing can occur... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Daniel Dunbar | NNT: Make sure stderr for build commands goes to log... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Daniel Dunbar | NNT: Use [e]grep -a when scanning logs, its possibly... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Daniel Dunbar | NNT: Always create the -sentdata.txt file. |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Daniel Dunbar | NNT: Remove DejaGNU test from NewNightlyTest reports... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | NewNighlytTest: Fix timestamp format to actually make... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | NewNightlyTest: Add -noclean option, which doesn't... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | NewNightlyTest: Unbreak passing the build directory... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | NewNightlyTest: Add -llvmgccdir as alternative to envir... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Daniel Dunbar | NNT: Implement "config mode", use -config path/to/llvm... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Daniel Dunbar | NNT: Remove unused BUILDTYPE argument. |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Daniel Dunbar | NNT: Remove duplicate verbose print. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Add -parallel-test option, which runs llvm-test... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Don't hard code -l3.0 argument to make, this is... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Fix refactoro, I dropped the list of all (llvm... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Lift conditional logic out of test steps. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Now that build & test steps are factored out,... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Sink code for running nightly test into subroutine. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Tweaks and simplifications. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Move build code into subroutine. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Move source checkout code into subroutine. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove .{o,a} size info, this is better tracked... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove code to track build warnings, the buildbots... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove hard coded BuildDir and WebDir, users shoul... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove "CVS Stats", this isn't particularly useful... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove now-unused -cvstag argument and CVSROOT... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove -usecvs option, this is very old. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | NNT: Remove -debug argument, it is unused. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Daniel Dunbar | Regroup NewNightlyTest.pl options |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Bill Wendling | Add new flags '-test-cflags' and '-test-cxxflags' to... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Evan Cheng | Use http instead https for anonymous readonly check... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Daniel Dunbar | NewNightlyTest.pl - Add -configure-args option. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Daniel Dunbar | NewNightlyTest.pl - Add -noremoveatend option. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Daniel Dunbar | NewNightlyTest: Include minutes/seconds in log file... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Daniel Dunbar | NewNightlyTest.pl: Support -submit-aux with -no-submit... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Daniel Dunbar | NewNightlyTest: Pull most VERBOSE handling into RunLogg... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Daniel Dunbar | NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Bob Wilson | Clean up nightly tester to use Perl's File::Find. |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Evan Cheng | Allow user to specify separate SVN url for llvm and... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Duncan Sands | Add clang support to the nightly test script. |
blob | commitdiff | raw | diff to current |
2009-06-02 |
Daniel Dunbar | NightlyTest: Stop running a separate Olden pass during... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Daniel Dunbar | NewNightlyTest.pl: Add a -parallel-jobs argument (set... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Daniel Dunbar | NightlyTest: Write "sentdata.txt" files and run the... |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Daniel Dunbar | Add -submit-aux option to NewNightlyTest.pl |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Bob Wilson | Fix an inconsistent use of LLVMGCCDIR. In all other... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Daniel Dunbar | Add -disable-bindings for utils/NewNightlyTest.pl |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Misha Brukman | Deleted trailing whitespace; no functional changes. |
blob | commitdiff | raw | diff to current |
2008-10-30 |
Dan Gohman | Spell DISABLE_ASSERTIONS correctly. |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Nick Lewycky | Escape "$#". |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Tanya Lattner | Add nosubmit option to control what is sent back to... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Evan Cheng | Need a space to separate Make options. |
blob | commitdiff | raw | diff to current |
2008-01-12 |
Evan Cheng | Add -disable-lto optimization. |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Evan Cheng | Added -test-opts to specify test options. |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Tanya Lattner | If the user did not check out LLVM and request it to... |
blob | commitdiff | raw | diff to current |
2007-07-02 |
Reid Spencer | Remove the last vestiges of -usesvn. |
blob | commitdiff | raw | diff to current |
2007-07-02 |
Reid Spencer | We want the Subversion checkout to succeed even if... |
blob | commitdiff | raw | diff to current |
2007-06-29 |
John Criswell | Applied Reid's patch. Long live Subversion! |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Reid Spencer | Fix problems with the checkout and cd directories for... |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Reid Spencer | Update for Subversion conversion: |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Evan Cheng | Remove duplicated line. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Lauro Ramos Venancio | Make my proxy happy. |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Tanya Lattner | Adding target triplet to be passed to database. |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Jeff Cohen | Correctly report version of GCC used. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Reid Spencer | Terminate some lines that need to be. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Reid Spencer | Reinstate the SVN capability without requiring Date... |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Reid Spencer | Revert this until the Date::Parse module can be install... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Reid Spencer | Prepare for Subversion migration by implementing a... |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Reid Spencer | Add an option to enable lli (interpreter mode) testing. |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Reid Spencer | 80 cols fix. |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Jim Laskey | Wrong directory. |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Jim Laskey | Fix search file for -release. |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Jim Laskey | Add support for -release-asserts. |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Jim Laskey | Trim the home directory from the dejagnu test |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Jim Laskey | Switching to NewNightlyTest.php |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Evan Cheng | Issue cvs co with -P option to prune empty directories... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Patrick Jenkins | Corrected an error that was introduced yesterday that... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Patrick Jenkins | The new nightly tester should stop outputing a message... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Patrick Jenkins | These changes reflect the changes in the database for... |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Patrick Jenkins | Changing the format dejagnu tests are submitted. We... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Patrick Jenkins | My last commit added some experimental features I have... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Patrick Jenkins | Changed the call to countloc.sh so that the correct... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Reid Spencer | Make all tools that use llvmdo have a -topdir option... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Patrick Jenkins | Added some comments to clarify code around sub TestDire... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Reid Spencer | Changes for LLVM coding standard compliance: |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Patrick Jenkins | Added two flags (-submit-server and -submit-script... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Evan Cheng | Merge some NightlyTest.pl changes. |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Patrick Jenkins | Removed unneccesary output from nightly tester |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Patrick Jenkins | Reinstated the sending of a list of all dejagnutests... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Patrick Jenkins | no longer sending the list of all dejagnu tests because... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Patrick Jenkins | Changed a = to a .= so we now append tests we have... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Patrick Jenkins | Made some more changes to the print statements in the... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Patrick Jenkins | Encapsulated all of the print statements in "if( $VERBO... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Patrick Jenkins | We should now send the correct list of dejagnu tests... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Patrick Jenkins | One of the directories we were searching in for .o... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Patrick Jenkins | We now only search the following directories for .o... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Patrick Jenkins | Removed some dead code and hopefully fixed the issue... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Andrew Lenharth | fix externals |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Patrick Jenkins | Removed some unneccesary printing from the nightly... |
blob | commitdiff | raw | diff to current |
next |