[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 8 21:09:06 PDT 2006
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.359 -> 1.360
---
Log message:
Fixes from Anton Vayvod and Gabor Greif!
---
Diffs of the changes: (+5 -5)
ReleaseNotes.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.359 llvm/docs/ReleaseNotes.html:1.360
--- llvm/docs/ReleaseNotes.html:1.359 Tue Aug 8 12:27:28 2006
+++ llvm/docs/ReleaseNotes.html Tue Aug 8 23:08:52 2006
@@ -61,11 +61,11 @@
<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 @@
<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 @@
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
@@ -683,7 +683,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/08/08 17:27:28 $
+ Last modified: $Date: 2006/08/09 04:08:52 $
</address>
</body>
More information about the llvm-commits
mailing list