aboutsummaryrefslogtreecommitdiffstats
path: root/utils/NightlyTest.pl
Commit message (Expand)AuthorAgeFilesLines
* Added options -cflag, -cxxflags, and -ldflags to override the default CEvan Cheng2006-02-081-0/+15
* Remove -pedantic. It no longer works.Evan Cheng2006-02-081-5/+0
* solaris won't clobber an existing symlink with ln -sf apparentlyChris Lattner2006-01-311-1/+4
* Send an indicator to llvm-testresults if the build failedChris Lattner2005-12-111-1/+1
* Let people who run the nightly tester specify paths to external tests, insteadChris Lattner2005-11-011-2/+21
* Revert an accidental commit.Chris Lattner2005-10-291-1/+1
* The nightly tester report doesn't report JIT code size anymore, remove itChris Lattner2005-10-281-5/+3
* * Add ability to specify the target LLVM will compile for via configureMisha Brukman2005-06-061-2/+6
* Add a -cvstag option for testing specific branches, such as release candidatesMisha Brukman2005-05-261-4/+10
* spiff up the nightly tester output one more notchChris Lattner2005-03-171-3/+3
* Print out who commits and what files were modified at the bottom of the test ...Chris Lattner2005-03-161-8/+14
* Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner2005-03-111-1/+1
* Replace tabs with spaces, separate function arguments with a spaceMisha Brukman2005-03-101-12/+12
* Improve formatting of the sent mail for the dj test results.Chris Lattner2005-03-101-4/+15
* Include local time on the web page for start/end times.Chris Lattner2005-02-131-2/+3
* Update the documentation about -enable-llcbeta vs. -enable-linscanReid Spencer2005-01-131-1/+1
* Use and print out BuildStatus, we don't always have build errors.Misha Brukman2005-01-121-4/+5
* No need to repeat the word `build' since it's under `Build status'Misha Brukman2005-01-111-1/+1
* rename linscan -> LLCBETA as it should beChris Lattner2005-01-081-1/+1
* Revert the last patch so that the LLVMGCCDIR environment variable isReid Spencer2004-12-261-0/+5
* Remove references to LLVMGCCDIR because it was only used to provide aReid Spencer2004-12-241-5/+0
* Always print out DejagnuTest results to stdout so that it gets emailed to the...Tanya Lattner2004-12-171-0/+2
* Use user time, not wall time, for optimizer time.Chris Lattner2004-12-141-2/+2
* Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer2004-12-061-2/+2
* Rather than break all the nightly test invocations, permit -enable-linscanReid Spencer2004-12-061-1/+2
* Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer2004-12-061-1/+0
* Print out something useful instead of a blank table when the external testsReid Spencer2004-12-041-0/+1
* Run dejagnu by default.Tanya Lattner2004-12-041-1/+1
* Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru...Tanya Lattner2004-12-041-74/+5
* Removed QMTests as I will be zapping them soon.John Criswell2004-12-031-51/+0
* Make sure the timing output is also sent to the log file for dejagnu, notReid Spencer2004-11-231-1/+1
* Moved dejagnu log link to the template.Tanya Lattner2004-11-221-3/+0
* Changed to catch stderror of dejagnu and fixed missing quote.Tanya Lattner2004-11-221-1/+1
* Made dejagnu option lower case.Tanya Lattner2004-11-211-1/+1
* Added the ability to run Dejagnu tests.Tanya Lattner2004-11-211-1/+89
* * Add support for f2c and the -f2c switch to enable Fortran benchmarksMisha Brukman2004-11-081-12/+18
* Adjust to printing user+system times instead of wall times. Run the oldenChris Lattner2004-11-061-6/+7
* Touch output files before reading or writing them, so that they areBrian Gaeke2004-09-281-3/+26
* Modify the lines of code counting mechanism to use the new "countloc.sh"Reid Spencer2004-09-061-1/+1
* Remove double paren use in system() function so that the command line canReid Spencer2004-09-051-2/+2
* Make the NightlyTest run tests out of projects/llvm-test instead ofReid Spencer2004-09-051-4/+6
* Split out -disable-codegen into -disable-llc and -disable-jit.Brian Gaeke2004-08-051-5/+10
* Fix the nightly tester to default to using gnuplot in /usr/binChris Lattner2004-07-271-1/+1
* Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis.Chris Lattner2004-07-271-0/+2
* Don't try to run qmtests if we fail to build the tree. The qmtests (atBrian Gaeke2004-06-251-0/+2
* Move the tests for readability of the template and gnuplot files so theyReid Spencer2004-06-231-11/+11
* Added a -noexternals options to avoid performing the externals tests onReid Spencer2004-06-231-5/+17
* Make sure GetRegEx returns something gnuplot can deal with (a number, notReid Spencer2004-06-231-1/+1
* - Added the -nice option for nicing the build processes.Reid Spencer2004-06-221-152/+201
* Don't trim @PrevDays (causing an error) if it isn't long enough.Brian Gaeke2004-06-111-1/+3