diff options
Diffstat (limited to 'docs/OpenProjects.html')
-rw-r--r-- | docs/OpenProjects.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 48c2716..56dcea8 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -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 @@ library and the <tt>stdio</tt> related functions... low-level system calls like <!-- ======================================================================= --> <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> |