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

@ -4,275 +4,270 @@
<title>LLVM Public Release Project</title> <title>LLVM Public Release Project</title>
</head> </head>
<body bgcolor="white"> <body bgcolor="white">
<center> <center>
<h1><font size="7">LLVM Public Release Project</font></h1> <h1><font size="7">LLVM Public Release Project</font></h1>
</center> </center>
<ul>
<li><a href="#what">What is this?</a> </li>
<li><a href="#priorities">Priorities</a>
<ul>
<li><a href="#what">What is this?</a> </li>
<li><a href="#priorities">Priorities</a>
<ol> <ol>
<li><a href="#high">High Priority</a> </li> <li><a href="#high">High Priority</a> </li>
<li><a href="#medium">Medimum Priority</a> </li> <li><a href="#medium">Medimum Priority</a> </li>
<li><a href="#low">Low Priority</a> </li> <li><a href="#low">Low Priority</a> </li>
</ol> </ol>
</li> </li>
</ul>
<br>
<!-- *********************************************************************** -->
</ul>
<br>
<!-- *********************************************************************** -->
<table width="100%" bgcolor="#330077" border="0" cellpadding="4" <table width="100%" bgcolor="#330077" border="0" cellpadding="4"
cellspacing="0"> cellspacing="0">
<tbody> <tbody>
<tr> <tr>
<td align="center"><font color="#eeeeff" size="+2" <td align="center"><font color="#eeeeff" size="+2"
face="Georgia,Palatino"><b> <a name="what">What is this? </a></b><a face="Georgia,Palatino"><b> <a name="what">What is this? </a></b><a
name="what"></a></font></td> name="what"></a></font></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<ul> <ul>
<!-- *********************************************************************** --> <!-- *********************************************************************** -->
This document is a list of things to do before the LLVM project is publicly This document is a list of things to do before the LLVM project is
released. &nbsp;It will provide a checklist so that we know what has publicly released. &nbsp;It will provide a checklist so that we know
been done and what is left to be done. &nbsp;It will also keep a "wishlist" what has been done and what is left to be done. &nbsp;It will also keep
of desirable features. a "wishlist" of desirable features.
<p> <!-- *********************************************************************** -->
</p> <p> <!-- *********************************************************************** -->
</p>
</ul> </ul>
<table width="100%" bgcolor="#330077" border="0" cellpadding="4" <table width="100%" bgcolor="#330077" border="0" cellpadding="4"
cellspacing="0"> cellspacing="0">
<tbody> <tbody>
<tr> <tr>
<td align="center"><font color="#eeeeff" size="+2" <td align="center"><font color="#eeeeff" size="+2"
face="Georgia,Palatino"><b> <a name="priorities">Priorities</a></b><a face="Georgia,Palatino"><b> <a name="priorities">Priorities</a></b><a
name="improving"></a></font></td> name="improving"></a></font></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<ul> <ul>
<!-- *********************************************************************** -->The <!-- *********************************************************************** -->The
list of things to do... list of things to do...
<p> <!-- ======================================================================= --> <p> <!-- ======================================================================= -->
</p> </p>
</ul> </ul>
<table width="50%" bgcolor="#441188" border="0" cellpadding="4" <table width="50%" bgcolor="#441188" border="0" cellpadding="4"
cellspacing="0"> cellspacing="0">
<tbody> <tbody>
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff" <td width="100%">&nbsp;&nbsp;<font color="#eeeeff"
size="+1" face="Georgia,Palatino"><b><a name="high">High Priority</a></b><a size="+1" face="Georgia,Palatino"><b><a name="high">High Priority</a></b><a
name="glibc"></a></font></td> name="glibc"></a></font></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<ul> <ul>
<ul> <ul>
<ul> <ul>
</ul> </ul>
<li>Fix currently known bugs and write regression tests.</li> <li>Fix currently known bugs and write regression tests.</li>
<ul> <ul>
<li>The gccld segfault from GlobalDCE.cpp.</li> <li>The gccld segfault from GlobalDCE.cpp.</li>
<li>The infinite loop for Tail Recursion.</li> <li>The infinite loop for Tail Recursion.</li>
<li>The C++ constructor on dlopen() bug on Solaris.<br> <li>The C++ constructor on dlopen() bug on Solaris.<br>
</li> </li>
</ul> </ul>
<li>Get autoconf to configure source and build directories according <li>Get autoconf to configure source and build directories according
to normal autoconf procedures.</li> to normal autoconf procedures.</li>
<ul> <ul>
<li>Get test tree to work properly when configuring for a different <li>Get test tree to work properly when configuring for a different
object root.</li> object root.</li>
<li>Get lex/yacc/etc output to be placed into the build tree, not <li>Get lex/yacc/etc output to be placed into the build tree, not
the source tree.<br> the source tree.<br>
</li> </li>
</ul> </ul>
<li>Test Suite</li> <li>Test Suite</li>
<ul> <ul>
<li>Create a nightly tester for Sparc.</li> <li>Create a nightly tester for Sparc.</li>
<li>Modify the test suite to have consistent output.</li> <li>Modify the test suite to have consistent output.</li>
<li>Add Pass/Fail tests to nightly tester.<br> <li>Add Pass/Fail tests to nightly tester.<br>
</li> </li>
<li>Make the USE_SPEC option work for the test directory.</li> <li>Cleanup test/Programs.</li>
<li>Cleanup test/Programs.</li>
</ul> </ul>
<li>Move the pool allocator and Reoptimizer code out of mainline CVS <li>Move the Reoptimizer code out of mainline CVS and the release.</li>
and the release.</li> <li>Add autoconf checks to ensure that the compiler is GCC 3.x or higher.<br>
<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> </li>
<li>Documentation</li>
<ul> <ul>
<li>Create a fix (i.e. better hack) for the sys/select.h hack.</li> <li>Write documentation on the LLVM tools.</li>
<li>Review docs, ensuring that the information is up to date.</li>
</ul> </ul>
<li>Licenses</li> <li>GCC C Front End<br>
</li>
<li>Licenses</li>
<ul> <ul>
<li>Ensure all software in source tree has proper license.<br> <li>Ensure all software in source tree has proper license.<br>
</li> </li>
</ul> </ul>
<ul> <ul>
<li>Check licenses in test/Programs to ensure everything is good.</li> <li>Check licenses in test/Programs to ensure everything is good.</li>
<li>Create license files for anything in the distribution that is <li>Create license files for anything in the distribution that is
not under our license.<br> not under our license.<br>
</li> </li>
</ul> </ul>
<li>Ensure SafeCode builds.</li> <li>Ensure SafeCode builds.</li>
<li>Create a system for managing development and releases <li>Create a system for managing development and releases
(i.e. CVS branching, labeling revisions, etc).<br> (i.e. CVS branching, labeling revisions, etc).<br>
</li> </li>
</ul> </ul>
<p> <!-- ======================================================================= --> <p> <!-- ======================================================================= -->
</p> </p>
</ul> </ul>
<table width="50%" bgcolor="#441188" border="0" cellpadding="4" <table width="50%" bgcolor="#441188" border="0" cellpadding="4"
cellspacing="0"> cellspacing="0">
<tbody> <tbody>
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff" <td width="100%">&nbsp;&nbsp;<font color="#eeeeff"
size="+1" face="Georgia,Palatino"><b><a name="medium">Medium Priority</a></b><a size="+1" face="Georgia,Palatino"><b><a name="medium">Medium Priority</a></b><a
name="NightlyTest"></a></font></td> name="NightlyTest"></a></font></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<ul> <ul>
<ul> <ul>
<li>Improve documentation on how to create an LLVM project.<br> <li>Improve documentation on how to create an LLVM project.<br>
</li> </li>
<li>Testing</li> <li>Testing</li>
<ul> <ul>
<li>Cleanup Reoptimizer tests so that they fit into the framework.<br> <li>Cleanup Reoptimizer tests so that they fit into the framework.<br>
</li> </li>
</ul> </ul>
<li>Create an installer for the <li>Create an installer for the
software.</li> software.</li>
<li>Put autoconf files into a separate directory (i.e. not llvm).<br> <li>Put autoconf files into a separate directory (i.e. not llvm).<br>
</li> </li>
</ul> </ul>
<p> <!-- ======================================================================= --> <p> <!-- ======================================================================= -->
</p> </p>
</ul> </ul>
<table width="50%" bgcolor="#441188" border="0" cellpadding="4" <table width="50%" bgcolor="#441188" border="0" cellpadding="4"
cellspacing="0"> cellspacing="0">
<tbody> <tbody>
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
<td width="100%">&nbsp;&nbsp;<font color="#eeeeff" <td width="100%">&nbsp;&nbsp;<font color="#eeeeff"
size="+1" face="Georgia,Palatino"><b><a name="low">Low Priority</a></b><a size="+1" face="Georgia,Palatino"><b><a name="low">Low Priority</a></b><a
name="programs"></a></font></td> name="programs"></a></font></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<ul> <ul>
<ul> <ul>
<li>GCC C Front End</li> <li>GCC C Front End</li>
<ul> <ul>
<li>Place the C front end into the CVS repository.</li> <li>Place the C front end into the CVS repository.</li>
<li>Ensure that the C front end compiles and installs nicely.</li> <li>Ensure that the C front end compiles and installs nicely.</li>
<li>Add C++ support.<br> <li>Add C++ support.<br>
</li> </li>
</ul> </ul>
<li>Release Management</li> <li>Release Management</li>
<ul> <ul>
<li>Find and implement a bug reporting system (i.e. Bugzilla).</li> <li>Find and implement a bug reporting system (i.e. Bugzilla).</li>
</ul> </ul>
<li>Make the projects/sample directory an actual example of LLVM code.</li> <li>Make the projects/sample directory an actual example of LLVM code.</li>
<li>Testing</li> <li>Testing</li>
<ul> <ul>
<li>Create descriptions of what each test is doing (test specifications).<br> <li>Create descriptions of what each test is doing (test specifications).<br>
</li> </li>
<li>Test LLVM on various Linux distributions.</li> <li>Test LLVM on various Linux distributions.</li>
<li>Test LLVM on various Solaris distributions.</li> <li>Test LLVM on various Solaris distributions.</li>
<li>Test LLVM on Solaris/x86.<br> <li>Test LLVM on Solaris/x86.<br>
</li> </li>
</ul> </ul>
<li>Licenses</li> <li>Licenses</li>
<ul> <ul>
<li>Create a license for the UIUC specific LLVM code.</li> <li>Create a license for the UIUC specific LLVM code.</li>
<li>Add a license file to the distribution.</li> <li>Add a license file to the distribution.</li>
<li>Add a copyright notice and license information to each source <li>Add a copyright notice and license information to each source
file.</li> file.</li>
</ul> </ul>
<li>Documentation</li> <li>Documentation</li>
<ul> <ul>
<li>Create man pages for the LLVM utilities.</li> <li>Create man pages for the LLVM utilities.</li>
<li>Create man pages for the LLVM libraries.</li> <li>Create man pages for the LLVM libraries.</li>
</ul> </ul>
<li>Rewrite this page without Netscape Composer :)<br> <li>Rewrite this page without Netscape Composer :)<br>
</li> </li>
</ul> </ul>
</ul> </ul>
<font size-1=""> <font size-1="">
<address><a href="mailto:criswell@cs.uiuc.edu">John Criswell</a></address> <address><a href="mailto:criswell@cs.uiuc.edu">John Criswell</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start -->
Last modified: Sat May 31 14:54:03 CDT 2003 <!-- hhmts end --></font> <br> Last modified: Sat May 31 14:54:03 CDT 2003 <!-- hhmts end --></font> <br>
<br> <br>
<br> <br>
<br>
<br> <br>
<br> <br>
<br> <br>