aboutsummaryrefslogtreecommitdiff
path: root/utils/NightlyTest.pl
AgeCommit message (Expand)Author
2006-09-11No longer used, and confuses maintainersJim Laskey
2006-08-29Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng
2006-06-29Added -disable-cbe to disable C backend testing.Evan Cheng
2006-06-27Fix -extraflagsEvan Cheng
2006-06-20Rename EXTRA_FLAGS to EXTRA_OPTIONS.Evan Cheng
2006-06-12Add a new -compileflags options, remove old externals location specifiers.Chris Lattner
2006-06-07Add -extraflags FLAGS to pass extra compilation options.Evan Cheng
2006-04-14Allow an option, -with-externals, to be specified that provides the locationReid Spencer
2006-03-21Cause the various warnings list to be generated via a <ul> list withReid Spencer
2006-03-17Use the <tt> tag instead of <pre> tag to get code/file/warning lists toReid Spencer
2006-02-08Added options -cflag, -cxxflags, and -ldflags to override the default CEvan Cheng
2006-02-08Remove -pedantic. It no longer works.Evan Cheng
2006-01-31solaris won't clobber an existing symlink with ln -sf apparentlyChris Lattner
2005-12-11Send an indicator to llvm-testresults if the build failedChris Lattner
2005-11-01Let people who run the nightly tester specify paths to external tests, insteadChris Lattner
2005-10-29Revert an accidental commit.Chris Lattner
2005-10-28The nightly tester report doesn't report JIT code size anymore, remove itChris Lattner
2005-06-06* Add ability to specify the target LLVM will compile for via configureMisha Brukman
2005-05-26Add a -cvstag option for testing specific branches, such as release candidatesMisha Brukman
2005-03-17spiff up the nightly tester output one more notchChris Lattner
2005-03-16Print out who commits and what files were modified at the bottom of the test ...Chris Lattner
2005-03-11Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner
2005-03-10Replace tabs with spaces, separate function arguments with a spaceMisha Brukman
2005-03-10Improve formatting of the sent mail for the dj test results.Chris Lattner
2005-02-13Include local time on the web page for start/end times.Chris Lattner
2005-01-13Update the documentation about -enable-llcbeta vs. -enable-linscanReid Spencer
2005-01-12Use and print out BuildStatus, we don't always have build errors.Misha Brukman
2005-01-11No need to repeat the word `build' since it's under `Build status'Misha Brukman
2005-01-08rename linscan -> LLCBETA as it should beChris Lattner
2004-12-26Revert the last patch so that the LLVMGCCDIR environment variable isReid Spencer
2004-12-24Remove references to LLVMGCCDIR because it was only used to provide aReid Spencer
2004-12-17Always print out DejagnuTest results to stdout so that it gets emailed to the...Tanya Lattner
2004-12-14Use user time, not wall time, for optimizer time.Chris Lattner
2004-12-06Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer
2004-12-06Rather than break all the nightly test invocations, permit -enable-linscanReid Spencer
2004-12-06Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer
2004-12-04Print out something useful instead of a blank table when the external testsReid Spencer
2004-12-04Run dejagnu by default.Tanya Lattner
2004-12-04Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru...Tanya Lattner
2004-12-03Removed QMTests as I will be zapping them soon.John Criswell
2004-11-23Make sure the timing output is also sent to the log file for dejagnu, notReid Spencer
2004-11-22Moved dejagnu log link to the template.Tanya Lattner
2004-11-22Changed to catch stderror of dejagnu and fixed missing quote.Tanya Lattner
2004-11-21Made dejagnu option lower case.Tanya Lattner
2004-11-21Added the ability to run Dejagnu tests.Tanya Lattner
2004-11-08* Add support for f2c and the -f2c switch to enable Fortran benchmarksMisha Brukman
2004-11-06Adjust to printing user+system times instead of wall times. Run the oldenChris Lattner
2004-09-28Touch output files before reading or writing them, so that they areBrian Gaeke
2004-09-06Modify the lines of code counting mechanism to use the new "countloc.sh"Reid Spencer
2004-09-05Remove double paren use in system() function so that the command line canReid Spencer