[llvm-commits] CVS: llvm/docs/OpenProjects.html

Chris Lattner lattner at cs.uiuc.edu
Fri May 28 15:34:13 PDT 2004


Changes in directory llvm/docs:

OpenProjects.html updated: 1.28 -> 1.29

---
Log message:

Reid implemented this.


---
Diffs of the changes:  (+1 -20)

Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.28 llvm/docs/OpenProjects.html:1.29
--- llvm/docs/OpenProjects.html:1.28	Sun May 23 16:06:21 2004
+++ llvm/docs/OpenProjects.html	Fri May 28 15:30:48 2004
@@ -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>
@@ -99,24 +98,6 @@
 
 <!-- ======================================================================= -->
 <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>
 </div>
 
@@ -333,7 +314,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/23 21:06:21 $
+  Last modified: $Date: 2004/05/28 20:30:48 $
 </address>
 
 </body>





More information about the llvm-commits mailing list