summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-09 04:08:52 +0000
committerChris Lattner <sabre@nondot.org>2006-08-09 04:08:52 +0000
commit49e693e91eb62468fec0cd0078e00cd7d536155b (patch)
tree04dcf7315d87b085e6c6b81c7679ca514c8e6dae /docs
parent46adf8119df362bfed7c6d71dd467527981b97da (diff)
downloadllvm-49e693e91eb62468fec0cd0078e00cd7d536155b.tar.gz
llvm-49e693e91eb62468fec0cd0078e00cd7d536155b.tar.bz2
llvm-49e693e91eb62468fec0cd0078e00cd7d536155b.tar.xz
Fixes from Anton Vayvod and Gabor Greif!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index a3c33135d3..bc711bedf8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -61,11 +61,11 @@ href="http://llvm.org/releases/">releases page</a>.</p>
<div class="doc_text">
-<p>This is the eighth public release of the LLVM Compiler Infrastructure. This
+<p>This is the nineth public release of the LLVM Compiler Infrastructure. This
release incorporates a large number of enhancements and new features,
including DWARF debugging support (C and C++ on Darwin/PPC), improved inline
assembly support, a new <a href="http://llvm.org/nightlytest/">nightly
-tester</a>, llvm-config enhancments, many bugs
+tester</a>, llvm-config enhancements, many bugs
fixed, and performance and compile time improvements.
</p>
@@ -109,7 +109,7 @@ well.</p>
<div class="doc_text">
-<p>The Loop Optimizer pass now used "Loop-Closed SSA Form", which makes it
+<p>The loop optimizer passes now uses "Loop-Closed SSA Form", which makes it
easier to update SSA form as loop transformations change the code. An
immediate benefit of this is that the loop unswitching pass can now unswitch
loops in more cases.
@@ -247,7 +247,7 @@ there isn't already one.</p>
be broken or unreliable, or are in early development. These components should
not be relied on, and bugs should not be filed against them, but they may be
useful to some people. In particular, if you would like to work on one of these
-components, please contact us on the llvmdev list.</p>
+components, please contact us on the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p>
<ul>
<li>The <tt>-cee</tt> pass is known to be buggy, and may be removed in in a