Updated to reflect current work:

1. Chris fixed the sys/select.h hack
	2. The pool allocator now lives in its own tree.  Reoptimizer still
	   needs to be done.
	3. The USE_SPEC option now works.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2003-08-21 15:06:06 +00:00
parent b29170fa40
commit 9379320c75

View File

@ -39,10 +39,11 @@
<ul>
<!-- *********************************************************************** -->
This document is a list of things to do before the LLVM project is publicly
released. &nbsp;It will provide a checklist so that we know what has
been done and what is left to be done. &nbsp;It will also keep a "wishlist"
of desirable features.
This document is a list of things to do before the LLVM project is
publicly released. &nbsp;It will provide a checklist so that we know
what has been done and what is left to be done. &nbsp;It will also keep
a "wishlist" of desirable features.
<p> <!-- *********************************************************************** -->
</p>
@ -116,12 +117,10 @@ the source tree.<br>
<li>Modify the test suite to have consistent output.</li>
<li>Add Pass/Fail tests to nightly tester.<br>
</li>
<li>Make the USE_SPEC option work for the test directory.</li>
<li>Cleanup test/Programs.</li>
</ul>
<li>Move the pool allocator and Reoptimizer code out of mainline CVS
and the release.</li>
<li>Move the Reoptimizer code out of mainline CVS and the release.</li>
<li>Add autoconf checks to ensure that the compiler is GCC 3.x or higher.<br>
</li>
<li>Documentation</li>
@ -133,11 +132,6 @@ the source tree.<br>
</ul>
<li>GCC C Front End<br>
</li>
<ul>
<li>Create a fix (i.e. better hack) for the sys/select.h hack.</li>
</ul>
<li>Licenses</li>
<ul>
@ -277,5 +271,6 @@ software.</li>
<br>
<br>
<br>
<br>
</body>
</html>