mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Updated prior to the pre-release.
Removed items which are done (or near completion). Added new items so that we don't forget them. llvm-svn: 7081
This commit is contained in:
parent
d44db62308
commit
8f1920eca3
@ -1,14 +1,18 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html><head><title>LLVM Public Release Project</title></head>
|
<html>
|
||||||
<body bgcolor="white">
|
<head>
|
||||||
|
<title>LLVM Public Release Project</title>
|
||||||
|
</head>
|
||||||
|
<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>
|
<ul>
|
||||||
<li><a href="#what">What is this?</a> </li>
|
<li><a href="#what">What is this?</a> </li>
|
||||||
<li><a href="#priorities">Priorities</a>
|
<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>
|
||||||
@ -80,31 +84,22 @@
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Modify the build environment so that the LLVM utilities
|
|
||||||
can be built outside of the research group. This entails:</li>
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Modify the build environment so that it does not use absolute
|
|
||||||
paths.</li>
|
|
||||||
<li>Make the build environment more configurable via Makefile.config.<br>
|
|
||||||
</li>
|
|
||||||
<li>Add support for dynamic build configuration (i.e. autoconf
|
|
||||||
or imake support).</li>
|
|
||||||
<li>Ensure that all build types (debug, optimized, profile) work
|
|
||||||
correctly.<br>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
<li>Document the procedure for extracting, building, and installing
|
||||||
|
LLVM.</li>
|
||||||
|
<li>Document how to start a project that uses LLVM and its build system.<br>
|
||||||
|
</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>Place the C front end into the CVS repository.<br>
|
<li>Place the C front end into the CVS repository.<br>
|
||||||
</li>
|
</li>
|
||||||
<li>Get the Reoptimizer code to work, ensuring that it does not rely
|
<li>Get the Reoptimizer code to work, ensuring that it does not
|
||||||
upon code outside of the source tree.<br>
|
rely upon code outside of the source tree.<br>
|
||||||
</li>
|
</li>
|
||||||
<li>Create a structure that allows for the easy addition of outside
|
<li>Create a system for managing development and releases
|
||||||
projects to the LLVM source tree.</li>
|
(i.e. CVS branching, labeling revisions, etc).<br>
|
||||||
<li>Create a system for managing development and releases (i.e. CVS
|
|
||||||
branching, labeling revisions, etc).<br>
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -141,8 +136,10 @@ correctly.<br>
|
|||||||
<li>Get the Reoptimizer tests to compile under x86.<br>
|
<li>Get the Reoptimizer tests to compile under x86.<br>
|
||||||
</li>
|
</li>
|
||||||
<li>Determine which sub-projects of LLVM will be distributed.</li>
|
<li>Determine which sub-projects of LLVM will be distributed.</li>
|
||||||
<li>Review and update documentation.</li>
|
<li>Create an installer for the software.</li>
|
||||||
<li>Create an installer for the software.<br>
|
<li>Move over to the autoconf method of specifying object code directories.</li>
|
||||||
|
<li>Add an install target in the Makefiles that will "install" LLVM,
|
||||||
|
easing deployment.<br>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -168,12 +165,14 @@ correctly.<br>
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Make the projects/sample directory an actual example of LLVM
|
||||||
|
code.</li>
|
||||||
<li>Find and implement a bug reporting system (i.e. Bugzilla).</li>
|
<li>Find and implement a bug reporting system (i.e. Bugzilla).</li>
|
||||||
<li>Test installations on various Linux distributions.</li>
|
<li>Test installations on various Linux distributions.</li>
|
||||||
<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>
|
||||||
<li>Create man pages for the LLVM utilities.<br>
|
<li>Create man pages for the LLVM utilities.<br>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -183,8 +182,8 @@ file.</li>
|
|||||||
<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
|
Last modified: Sat May 31 14:54:03 CDT 2003 <!-- hhmts end --></font> <br>
|
||||||
<!-- hhmts end --></font> <br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user