diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-09 04:08:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-09 04:08:52 +0000 |
commit | 49e693e91eb62468fec0cd0078e00cd7d536155b (patch) | |
tree | 04dcf7315d87b085e6c6b81c7679ca514c8e6dae /docs | |
parent | 46adf8119df362bfed7c6d71dd467527981b97da (diff) | |
download | external_llvm-49e693e91eb62468fec0cd0078e00cd7d536155b.zip external_llvm-49e693e91eb62468fec0cd0078e00cd7d536155b.tar.gz external_llvm-49e693e91eb62468fec0cd0078e00cd7d536155b.tar.bz2 |
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.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a3c3313..bc711be 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 |