Revert previous changes to remove -enable-linscan and the *BETA columns of
authorReid Spencer <rspencer@reidspencer.com>
Mon, 6 Dec 2004 20:14:45 +0000 (20:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 6 Dec 2004 20:14:45 +0000 (20:14 +0000)
the nightly test. These are still needed for iterative linear scan testing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18577 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl
utils/NightlyTestTemplate.html

index d178d085342dae8c38de0430ff75fa7b7897d752..8230ebe6cbc50d480eda904a26573f0378e6e644 100755 (executable)
@@ -23,7 +23,7 @@
 #  -parallel        Run two parallel jobs with GNU Make.
 #  -release         Build an LLVM Release version
 #  -pedantic        Enable additional GCC warnings to detect possible errors.
-#  -enable-linscan  Accepted but ignored
+#  -enable-linscan  Enable linearscan tests
 #  -disable-llc     Disable LLC tests in the nightly tester.
 #  -disable-jit     Disable JIT tests in the nightly tester.
 #  -verbose         Turn on some debug output
@@ -260,7 +260,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
       $MAKEOPTS   = "$MAKEOPTS CompileOptimizeOpts='-O3 -DNDEBUG -finline-functions -Wpointer-arith -Wcast-align -Wno-deprecated -Wold-style-cast -Wabi -Woverloaded-virtual -ffor-scope'"; 
       next; 
   }
-  if (/^-enable-linscan$/) { next; }
+  if (/^-enable-linscan$/) { $PROGTESTOPTS .= " ENABLE_LINEARSCAN=1"; next; }
   if (/^-disable-llc$/)    { $PROGTESTOPTS .= " DISABLE_LLC=1";
                              $CONFIGUREARGS .= " --disable-llc_diffs"; next; }
   if (/^-disable-jit$/)    { $PROGTESTOPTS .= " DISABLE_JIT=1";
index ab91f1e6848bf9f9f01974285879bb814f1b98f8..43eca07d77b5ed467514a70e0a065fcf5eaad69c 100644 (file)
@@ -215,6 +215,9 @@ with an asterisk: `*'. The columns of the tables are:<p>
     GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
 <li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native 
     GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
+<li><a name="LLC-BETA">LLC-BETA</a> - How long does the program generated by the static
+    backend LLC take to execute the program, when compiled with new experimental 
+    features.  This is temporary, for tuning.</li>
 </ol><p>
 
 A complete log of testing