John Criswell | 0a0d0dc | 2003-05-31 16:46:21 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
Chris Lattner | 39698a5 | 2003-05-31 19:55:19 +0000 | [diff] [blame^] | 2 | <html><head><title>LLVM Public Release Project</title></head> |
| 3 | <body bgcolor="white"> |
John Criswell | 0a0d0dc | 2003-05-31 16:46:21 +0000 | [diff] [blame] | 4 | |
| 5 | <center> |
| 6 | <h1><font size="7">LLVM Public Release Project</font></h1> |
Chris Lattner | 39698a5 | 2003-05-31 19:55:19 +0000 | [diff] [blame^] | 7 | </center> |
John Criswell | 0a0d0dc | 2003-05-31 16:46:21 +0000 | [diff] [blame] | 8 | |
| 9 | <ul> |
| 10 | <li><a href="#what">What is this?</a> </li> |
| 11 | <li><a href="#priorities">Priorities</a> |
| 12 | <ol> |
| 13 | <li><a href="#high">High Priority</a> </li> |
| 14 | <li><a href="#medium">Medimum Priority</a> </li> |
| 15 | <li><a href="#low">Low Priority</a> </li> |
| 16 | |
| 17 | </ol> |
| 18 | </li> |
| 19 | |
| 20 | </ul> |
| 21 | <br> |
| 22 | <!-- *********************************************************************** --> |
| 23 | |
| 24 | <table width="100%" bgcolor="#330077" border="0" cellpadding="4" |
| 25 | cellspacing="0"> |
| 26 | <tbody> |
| 27 | <tr> |
| 28 | <td align="center"><font color="#eeeeff" size="+2" |
| 29 | face="Georgia,Palatino"><b> <a name="what">What is this? </a></b><a |
| 30 | name="what"></a></font></td> |
| 31 | </tr> |
| 32 | |
| 33 | </tbody> |
| 34 | </table> |
| 35 | |
| 36 | <ul> |
| 37 | <!-- *********************************************************************** --> |
| 38 | This document is a list of things to do before the LLVM project is publicly |
| 39 | released. It will provide a checklist so that we know what has been |
| 40 | done and what is left to be done. It will also keep a "wishlist" of |
| 41 | desirable features. |
| 42 | <p> <!-- *********************************************************************** --> |
| 43 | </p> |
| 44 | |
| 45 | </ul> |
| 46 | |
| 47 | <table width="100%" bgcolor="#330077" border="0" cellpadding="4" |
| 48 | cellspacing="0"> |
| 49 | <tbody> |
| 50 | <tr> |
| 51 | <td align="center"><font color="#eeeeff" size="+2" |
| 52 | face="Georgia,Palatino"><b> <a name="priorities">Priorities</a></b><a |
| 53 | name="improving"></a></font></td> |
| 54 | </tr> |
| 55 | |
| 56 | </tbody> |
| 57 | </table> |
| 58 | |
| 59 | <ul> |
| 60 | <!-- *********************************************************************** -->The |
| 61 | list of things to do... |
| 62 | <p> <!-- ======================================================================= --> |
| 63 | </p> |
| 64 | |
| 65 | </ul> |
| 66 | |
| 67 | <table width="50%" bgcolor="#441188" border="0" cellpadding="4" |
| 68 | cellspacing="0"> |
| 69 | <tbody> |
| 70 | <tr> |
| 71 | <td> </td> |
| 72 | <td width="100%"> <font color="#eeeeff" size="+1" |
| 73 | face="Georgia,Palatino"><b><a name="high">High Priority</a></b><a |
| 74 | name="glibc"></a></font></td> |
| 75 | </tr> |
| 76 | |
| 77 | </tbody> |
| 78 | </table> |
| 79 | |
| 80 | <ul> |
| 81 | |
| 82 | <ul> |
| 83 | <li>Modify the build environment so that the LLVM utilities |
| 84 | can be built outside of the research group. This entails:</li> |
| 85 | |
| 86 | <ul> |
| 87 | <li>Modify the build environment so that it does not use absolute |
| 88 | paths.</li> |
| 89 | <li>Make the build environment more configurable via Makefile.config.<br> |
| 90 | </li> |
| 91 | <li>Add support for dynamic build configuration (i.e. autoconf |
| 92 | or imake support).</li> |
| 93 | <li>Ensure that all build types (debug, optimized, profile) work |
| 94 | correctly.<br> |
| 95 | </li> |
| 96 | |
| 97 | </ul> |
| 98 | <li>Ensure that the C front end compiles and installs nicely.</li> |
| 99 | <li>Place the C front end into the CVS repository.<br> |
| 100 | </li> |
| 101 | <li>Get the Reoptimizer code to work, ensuring that it does not rely |
| 102 | upon code outside of the source tree.<br> |
| 103 | </li> |
| 104 | <li>Create a structure that allows for the easy addition of outside |
| 105 | projects to the LLVM source tree.</li> |
| 106 | <li>Create a system for managing development and releases (i.e. CVS |
| 107 | branching, labeling revisions, etc).<br> |
| 108 | </li> |
| 109 | |
| 110 | </ul> |
| 111 | |
| 112 | <p> <!-- ======================================================================= --> |
| 113 | </p> |
| 114 | |
| 115 | </ul> |
| 116 | |
| 117 | <table width="50%" bgcolor="#441188" border="0" cellpadding="4" |
| 118 | cellspacing="0"> |
| 119 | <tbody> |
| 120 | <tr> |
| 121 | <td> </td> |
| 122 | <td width="100%"> <font color="#eeeeff" size="+1" |
| 123 | face="Georgia,Palatino"><b><a name="medium">Medium Priority</a></b><a |
| 124 | name="NightlyTest"></a></font></td> |
| 125 | </tr> |
| 126 | |
| 127 | </tbody> |
| 128 | </table> |
| 129 | |
| 130 | <ul> |
| 131 | |
| 132 | <ul> |
| 133 | <li>Improve the testing framework.</li> |
| 134 | |
| 135 | <ul> |
| 136 | <li>Cleanup Reoptimizer tests so that they fit into the framework.<br> |
| 137 | </li> |
| 138 | <li>Create descriptions of what each test is doing (test specifications).</li> |
| 139 | |
| 140 | </ul> |
| 141 | <li>Get the Reoptimizer tests to compile under x86.<br> |
| 142 | </li> |
| 143 | <li>Determine which sub-projects of LLVM will be distributed.</li> |
| 144 | <li>Review and update documentation.</li> |
| 145 | <li>Create an installer for the software.<br> |
| 146 | </li> |
| 147 | |
| 148 | </ul> |
| 149 | |
| 150 | <p> <!-- ======================================================================= --> |
| 151 | </p> |
| 152 | |
| 153 | </ul> |
| 154 | |
| 155 | <table width="50%" bgcolor="#441188" border="0" cellpadding="4" |
| 156 | cellspacing="0"> |
| 157 | <tbody> |
| 158 | <tr> |
| 159 | <td> </td> |
| 160 | <td width="100%"> <font color="#eeeeff" size="+1" |
| 161 | face="Georgia,Palatino"><b><a name="low">Low Priority</a></b><a |
| 162 | name="programs"></a></font></td> |
| 163 | </tr> |
| 164 | |
| 165 | </tbody> |
| 166 | </table> |
| 167 | |
| 168 | <ul> |
| 169 | |
| 170 | <ul> |
| 171 | <li>Find and implement a bug reporting system (i.e. Bugzilla).</li> |
| 172 | <li>Test installations on various Linux distributions.</li> |
| 173 | <li>Create a license for the UIUC specific LLVM code.</li> |
| 174 | <li>Add a license file to the distribution.</li> |
| 175 | <li>Add a copyright notice and license information to each source |
| 176 | file.</li> |
| 177 | <li>Create man pages for the LLVM utilities.<br> |
| 178 | </li> |
| 179 | |
| 180 | </ul> |
| 181 | |
| 182 | </ul> |
| 183 | <font size-1=""> |
Chris Lattner | 39698a5 | 2003-05-31 19:55:19 +0000 | [diff] [blame^] | 184 | <address><a href="mailto:criswell@cs.uiuc.edu">John Criswell</a></address> |
John Criswell | 0a0d0dc | 2003-05-31 16:46:21 +0000 | [diff] [blame] | 185 | <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> |
Chris Lattner | 39698a5 | 2003-05-31 19:55:19 +0000 | [diff] [blame^] | 186 | Last modified: Sat May 31 14:54:03 CDT 2003 |
| 187 | <!-- hhmts end --></font> <br> |
John Criswell | 0a0d0dc | 2003-05-31 16:46:21 +0000 | [diff] [blame] | 188 | <br> |
| 189 | <br> |
| 190 | </body> |
| 191 | </html> |