Added two tasks:

o Check for GCC version in configure script.
	o Rewrite this file without Netscape Composer.

llvm-svn: 7369
This commit is contained in:
John Criswell 2003-07-28 19:26:39 +00:00
parent c0ae1cd93e
commit fe72063d68
1 changed files with 210 additions and 180 deletions

View File

@ -40,8 +40,8 @@
<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"
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>
@ -73,8 +73,8 @@ of desirable features.
<tbody>
<tr>
<td>&nbsp;</td>
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff" size="+1"
face="Georgia,Palatino"><b><a name="high">High Priority</a></b><a
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff"
size="+1" face="Georgia,Palatino"><b><a name="high">High Priority</a></b><a
name="glibc"></a></font></td>
</tr>
@ -90,22 +90,27 @@ of desirable features.
</ul>
<li>Fix currently known bugs and write regression tests.</li>
<ul>
<li>The gccld segfault from GlobalDCE.cpp.</li>
<li>The infinite loop for Tail Recursion.</li>
<li>The C++ constructor on dlopen() bug on Solaris.<br>
</li>
</ul>
<li>Get autoconf to configure source and build directories according
to normal autoconf procedures.</li>
<ul>
<li>Get test tree to work properly when configuring for a different
object root.</li>
<li>Get lex/yacc/etc output to be placed into the build tree, not the
source tree.<br>
<li>Get lex/yacc/etc output to be placed into the build tree, not
the source tree.<br>
</li>
</ul>
<li>Test Suite</li>
<ul>
<li>Create a nightly tester for Sparc.</li>
<li>Modify the test suite to have consistent output.</li>
@ -113,29 +118,40 @@ source tree.<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>Add autoconf checks to ensure that the compiler is GCC 3.x or higher.<br>
</li>
<li>Documentation</li>
<ul>
<li>Write documentation on the LLVM tools.</li>
<li>Review docs, ensuring that the information is up to date.</li>
</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>
<li>Ensure all software in source tree has proper license.<br>
</li>
</ul>
<ul>
<li>Check licenses in test/Programs to ensure everything is good.</li>
<li>Create license files for anything in the distribution that is not
under our license.<br>
<li>Create license files for anything in the distribution that is
not under our license.<br>
</li>
</ul>
<li>Ensure SafeCode builds.</li>
<li>Create a system for managing development and releases
@ -154,8 +170,8 @@ under our license.<br>
<tbody>
<tr>
<td>&nbsp;</td>
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff" size="+1"
face="Georgia,Palatino"><b><a name="medium">Medium Priority</a></b><a
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff"
size="+1" face="Georgia,Palatino"><b><a name="medium">Medium Priority</a></b><a
name="NightlyTest"></a></font></td>
</tr>
@ -174,7 +190,8 @@ under our license.<br>
</li>
</ul>
<li>Create an installer for the software.</li>
<li>Create an installer for the
software.</li>
<li>Put autoconf files into a separate directory (i.e. not llvm).<br>
</li>
@ -190,8 +207,8 @@ under our license.<br>
<tbody>
<tr>
<td>&nbsp;</td>
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff" size="+1"
face="Georgia,Palatino"><b><a name="low">Low Priority</a></b><a
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff"
size="+1" face="Georgia,Palatino"><b><a name="low">Low Priority</a></b><a
name="programs"></a></font></td>
</tr>
@ -202,18 +219,23 @@ under our license.<br>
<ul>
<li>GCC C Front End</li>
<ul>
<li>Place the C front end into the CVS repository.</li>
<li>Ensure that the C front end compiles and installs nicely.</li>
<li>Add C++ support.<br>
</li>
</ul>
<li>Release Management</li>
<ul>
<li>Find and implement a bug reporting system (i.e. Bugzilla).</li>
</ul>
<li>Make the projects/sample directory an actual example of LLVM code.</li>
<li>Testing</li>
<ul>
<li>Create descriptions of what each test is doing (test specifications).<br>
</li>
@ -221,20 +243,26 @@ under our license.<br>
<li>Test LLVM on various Solaris distributions.</li>
<li>Test LLVM on Solaris/x86.<br>
</li>
</ul>
<li>Licenses</li>
<ul>
<li>Create a license for the UIUC specific LLVM code.</li>
<li>Add a license file to the distribution.</li>
<li>Add a copyright notice and license information to each source
file.</li>
</ul>
<li>Documentation</li>
<ul>
<li>Create man pages for the LLVM utilities.</li>
<li>Create man pages for the LLVM libraries.<br>
</li>
<li>Create man pages for the LLVM libraries.</li>
</ul>
<li>Rewrite this page without Netscape Composer :)<br>
</li>
</ul>
@ -247,5 +275,7 @@ file.</li>
<br>
<br>
<br>
<br>
<br>
</body>
</html>