Reid implemented this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13883 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-05-28 20:30:48 +00:00
parent 4d00fde838
commit 820bca2c85

View 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>