diff --git a/llvm/docs/ReleaseTasks.html b/llvm/docs/ReleaseTasks.html
index b721cdb448ff..d09e90cd223b 100644
--- a/llvm/docs/ReleaseTasks.html
+++ b/llvm/docs/ReleaseTasks.html
@@ -35,7 +35,8 @@ This document is a list of things to do before the LLVM project is
publicly released. It will provide a checklist so that we know
what has been done and what is left to be done. It will also keep
a "wishlist" of desirable features.
-
+
+
@@ -50,7 +51,8 @@ a "wishlist" of desirable features.
The
list of things to do...
-
+
+
@@ -75,6 +77,8 @@ list of things to do...
Documentation
- Write documentation on the LLVM tools.
+ - Create release notes.
+
- Expand documentation on creating an LLVM project.
- Create a FAQ for common problems.
@@ -105,7 +109,8 @@ branching, labeling revisions, etc).
and support/tools directory.
-
+
+
@@ -122,7 +127,6 @@ and support/tools directory.
- Improve documentation on how to create an LLVM project.
- - Create an installer for the software.
- Test Suite
- Add Feature and Regression tests to nightly tester.
@@ -131,8 +135,6 @@ and support/tools directory.
- Write regression tests.
- - The gccld segfault from GlobalDCE.cpp.
- - The infinite loop for Tail Recursion.
- The C++ constructor on dlopen() bug on Solaris.
@@ -144,7 +146,8 @@ and support/tools directory.
Find and implement a bug reporting system (i.e. Bugzilla).
-
+
+
@@ -163,11 +166,8 @@ and support/tools directory.
- Place the C front end into the CVS repository.
- Ensure that the C front end compiles and installs nicely.
- - Add C++ support.
-
- Make the projects/sample directory an actual example of LLVM
-code.
+ Create an installer for the software.
Testing
- Create descriptions of what each test is doing (test
@@ -176,12 +176,8 @@ specifications).
- Test LLVM on various Linux distributions.
- Test LLVM on various Solaris versions.
- Test LLVM on Solaris/x86.
- - Cleanup Reoptimizer tests so that they fit into the framework.
- Licenses
- - Create a license for the UIUC specific LLVM code.
- - Add a license file to the distribution file.
Documentation