- 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 19 years ago
- 43fdfdc Allow an option, -with-externals, to be specified that provides the location by Reid Spencer · 19 years ago
- 7d6a515 Cause the various warnings list to be generated via a <ul> list with by Reid Spencer · 19 years ago
- a165d57 Use the <tt> tag instead of <pre> tag to get code/file/warning lists to by Reid Spencer · 19 years ago
- 3468864 Added options -cflag, -cxxflags, and -ldflags to override the default C by Evan Cheng · 20 years ago
- 917707a Remove -pedantic. It no longer works. by Evan Cheng · 20 years ago
- d9aadd4 solaris won't clobber an existing symlink with ln -sf apparently by Chris Lattner · 20 years ago
- 0831310 Send an indicator to llvm-testresults if the build failed by Chris Lattner · 20 years ago
- b0ddb49 Let people who run the nightly tester specify paths to external tests, instead by Chris Lattner · 20 years ago
- 4734630 Revert an accidental commit. by Chris Lattner · 20 years ago
- e50caac The nightly tester report doesn't report JIT code size anymore, remove it by Chris Lattner · 20 years ago
- 4391bb5 * Add ability to specify the target LLVM will compile for via configure by Misha Brukman · 20 years ago
- f5f37f0 Add a -cvstag option for testing specific branches, such as release candidates by Misha Brukman · 20 years ago
- 8f45731 spiff up the nightly tester output one more notch by Chris Lattner · 20 years ago
- 5e5d220 Print out who commits and what files were modified at the bottom of the test summary log sent to llvm-commits. by Chris Lattner · 20 years ago
- 0bb4828 Fix computation of compiled objects, contributed by Vladimir Merzliakov! by Chris Lattner · 20 years ago
- d3a5412 Replace tabs with spaces, separate function arguments with a space by Misha Brukman · 20 years ago
- 453d062 Improve formatting of the sent mail for the dj test results. by Chris Lattner · 20 years ago
- 004e19e Include local time on the web page for start/end times. by Chris Lattner · 21 years ago
- 39ce11b Update the documentation about -enable-llcbeta vs. -enable-linscan by Reid Spencer · 21 years ago
- 9a61275 Use and print out BuildStatus, we don't always have build errors. by Misha Brukman · 21 years ago
- 2bbea35 No need to repeat the word `build' since it's under `Build status' by Misha Brukman · 21 years ago
- c82a6c8 rename linscan -> LLCBETA as it should be by Chris Lattner · 21 years ago
- 932b69f Revert the last patch so that the LLVMGCCDIR environment variable is by Reid Spencer · 21 years ago
- 1ac82ad Remove references to LLVMGCCDIR because it was only used to provide a by Reid Spencer · 21 years ago
- a2dfbf9 Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests. by Tanya Lattner · 21 years ago
- fed8a14 Use user time, not wall time, for optimizer time. by Chris Lattner · 21 years ago
- 51e615f Revert previous changes to remove -enable-linscan and the *BETA columns of by Reid Spencer · 21 years ago
- 2e4cdbf Rather than break all the nightly test invocations, permit -enable-linscan by Reid Spencer · 21 years ago
- c537224 Remove LLC-BETA and linear scan options as they are no longer reported. by Reid Spencer · 21 years ago
- b8e825b Print out something useful instead of a blank table when the external tests by Reid Spencer · 21 years ago
- 59a8655 Run dejagnu by default. by Tanya Lattner · 21 years ago
- 056ec06 Removed QMTest functions. The nightly tester no longer runs qmtest. It now runs dejagnu by default and you must turn it off using -nodejagnu. by Tanya Lattner · 21 years ago
- 68fa3cc Removed QMTests as I will be zapping them soon. by John Criswell · 21 years ago
- fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 21 years ago
- 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 21 years ago
- f35bdc1 Changed to catch stderror of dejagnu and fixed missing quote. by Tanya Lattner · 21 years ago
- 794dae5 Made dejagnu option lower case. by Tanya Lattner · 21 years ago
- 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 21 years ago
- 2e9ac69 * Add support for f2c and the -f2c switch to enable Fortran benchmarks by Misha Brukman · 21 years ago
- 36dc5c7 Adjust to printing user+system times instead of wall times. Run the olden by Chris Lattner · 21 years ago
- 90c82b9 Touch output files before reading or writing them, so that they are by Brian Gaeke · 21 years ago
- e993f46 Modify the lines of code counting mechanism to use the new "countloc.sh" by Reid Spencer · 21 years ago
- 214c6d6 Remove double paren use in system() function so that the command line can by Reid Spencer · 21 years ago
- 10ffe01 Make the NightlyTest run tests out of projects/llvm-test instead of by Reid Spencer · 21 years ago
- 047e606 Split out -disable-codegen into -disable-llc and -disable-jit. by Brian Gaeke · 21 years ago
- fe2597a Fix the nightly tester to default to using gnuplot in /usr/bin by Chris Lattner · 21 years ago
- 892cdb3 Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis. by Chris Lattner · 21 years ago
- 2280098 Don't try to run qmtests if we fail to build the tree. The qmtests (at by Brian Gaeke · 21 years ago
- c5b6705 Move the tests for readability of the template and gnuplot files so they by Reid Spencer · 21 years ago
- 1d91463 Added a -noexternals options to avoid performing the externals tests on by Reid Spencer · 21 years ago
- a337f0c Make sure GetRegEx returns something gnuplot can deal with (a number, not by Reid Spencer · 21 years ago
- cb6a3aa - Added the -nice option for nicing the build processes. by Reid Spencer · 21 years ago
- 253231e Don't trim @PrevDays (causing an error) if it isn't long enough. by Brian Gaeke · 21 years ago
- f6d0233 Add two options to the program: by Reid Spencer · 21 years ago
- 43f3867 Allow dates with slashes in them in $DateRE. by Brian Gaeke · 21 years ago
- f5d0af3 * Fix indentation of Regression Test Results by making sure the by Reid Spencer · 21 years ago
- 8566854 Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) by Brian Gaeke · 21 years ago
- 1770e2c Allow script to set configure args. Allow environment to set llvmgccdir. by Brian Gaeke · 21 years ago
- 20d13ea Add -disable-codegen option to disable LLC and JIT targets by Chris Lattner · 21 years ago
- aa0bfbe Clean up the Feature and Regression test output to (a) use section headers, by Reid Spencer · 21 years ago
- 542e859 Make the Regression/Feature test support excise all ": PASS" lines that by Reid Spencer · 21 years ago
- 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 21 years ago
- d56147d Eliminate annoying warnings from the tester, hopefully for real this time. by Chris Lattner · 22 years ago
- be39e43 Fix annoying warnings. W doesn't have a revision number by Chris Lattner · 22 years ago
- 2e142f5 Change perl interpreter path to the standard /usr/bin/perl. by Alkis Evlogimenos · 22 years ago
- 370e809 Eliminate a spurious warning by Chris Lattner · 22 years ago
- bb0aca5 If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline by Chris Lattner · 22 years ago
- ac5d96b This may fix the "0 dirs" stuff we get in the nightly tests when they are by Brian Gaeke · 22 years ago
- 3e457f7 I'm tired of the nightly tester stopping, aren't you? by Chris Lattner · 22 years ago
- 91480ff Add more space! by Chris Lattner · 22 years ago
- be19787 DeHTMLify the email so that it only gets sent out if something changes. by Chris Lattner · 22 years ago
- 9efd7f4 Print stuff to stdout if something changes. by Chris Lattner · 22 years ago
- 9d13efa Fix bug in script by Chris Lattner · 22 years ago
- d12fa6c LLVM CVS repository has moved. by Misha Brukman · 22 years ago
- b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 22 years ago
- ccee296 Fix bug in previous checkin by Chris Lattner · 22 years ago
- 338dd7e Make it detect failed builds better by Chris Lattner · 22 years ago
- 8f9c4bd Fix the nightly tester now that olden has been moved by Chris Lattner · 22 years ago
- 71b0a31 Make build errors stand out by coloring them red. by Misha Brukman · 22 years ago
- eac3cdc Start testing SPEC as well as singlesource/multisource by Chris Lattner · 22 years ago
- c729415 Catch testing errors by Chris Lattner · 22 years ago
- 08e2476 Fix bugs in tester Add new -norunningtests option by Chris Lattner · 22 years ago
- 196a14a Do not force a runtimelimit! We were actually reducing it. by Chris Lattner · 22 years ago
- c75b14e Add the magic incantations to get a running LOC graph updated each night... by Chris Lattner · 22 years ago
- f5a6ab9 Wrap line at 80 columns Fix bogus failures by Chris Lattner · 22 years ago
- 00d7af6 Fix minor bugs in the tester by Chris Lattner · 22 years ago
- bf6a4dc * Split the programs table into MultiSource and SingleSource components by Chris Lattner · 22 years ago
- e2ce618 Make the check for a failed test run more robust!! by Chris Lattner · 22 years ago
- 8e9554a * Enable SPEC testing in the `configure' script command line by Misha Brukman · 22 years ago
- c9cdadf Sort the file lists by Chris Lattner · 22 years ago
- 6058fd3 Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome by Chris Lattner · 22 years ago
- 1b36689 * Made $Template refer to a path relative to the checked-out tree by Misha Brukman · 22 years ago
- 42815c8 Update to configure the tree before building it. by Chris Lattner · 22 years ago
- c0f33b5 Modify script to support checkins on branches by Chris Lattner · 22 years ago
- 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 22 years ago
- 6e51bfa Fix a halfway done change to the nightly tester :( by Chris Lattner · 22 years ago
- 2e8be14 Get the nightly tester to detect other kind of testing problems by Chris Lattner · 22 years ago
- 30ac0c0 Force overwriting the file if it already exists. by Chris Lattner · 22 years ago
- ec0e374 * Don't run tests if compilation failed by Chris Lattner · 22 years ago