mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
4d00fde838
commit
820bca2c85
@ -16,7 +16,6 @@
|
|||||||
<li><a href="#improving">Improving the current system</a>
|
<li><a href="#improving">Improving the current system</a>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#glibc">Port glibc to LLVM</a></li>
|
<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="#programs">Compile programs with the LLVM Compiler</a></li>
|
||||||
<li><a href="#llvm_ir">Extend the LLVM intermediate representation</a></li>
|
<li><a href="#llvm_ir">Extend the LLVM intermediate representation</a></li>
|
||||||
<li><a href="#misc_imp">Miscellaneous Improvements</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>
|
||||||
|
|
||||||
<!-- ======================================================================= -->
|
|
||||||
<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">
|
<div class="doc_subsection">
|
||||||
<a name="programs">Compile programs with the LLVM Compiler</a>
|
<a name="programs">Compile programs with the LLVM Compiler</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user