Reid implemented this.
authorChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 20:30:48 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 20:30:48 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13883 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenProjects.html

index 48c27161029aba76f98c48ec7b7dfe3f9098ed0f..56dcea8602a6686c15acde327a6aaf61ee1def6c 100644 (file)
@@ -16,7 +16,6 @@
   <li><a href="#improving">Improving the current system</a>
   <ol>
     <li><a href="#glibc">Port glibc to LLVM</a></li>
-    <li><a href="#NightlyTest">Improving the Nightly Tester</a></li>
     <li><a href="#programs">Compile programs with the LLVM Compiler</a></li>
     <li><a href="#llvm_ir">Extend the LLVM intermediate representation</a></li>
     <li><a href="#misc_imp">Miscellaneous Improvements</a></li>
@@ -97,24 +96,6 @@ library and the <tt>stdio</tt> related functions... low-level system calls like
 
 </div>
 
-<!-- ======================================================================= -->
-<div class="doc_subsection">
-  <a name="NightlyTest">Improving the Nightly Tester</a>
-</div>
-
-<div class="doc_text">
-
-<p>The <a href="/testresults/">Nightly Tester</a> is a simple perl script
-(located in <tt>utils/NightlyTest.pl</tt>) which runs every night to generate a
-daily report.  It could use the following improvements:</p>
-
-<ol>
-<li>Regression tests - We should run the regression tests in addition to the
-    program tests...</li>
-</ol>
-
-</div>
-
 <!-- ======================================================================= -->
 <div class="doc_subsection">
   <a name="programs">Compile programs with the LLVM Compiler</a>