diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a3c33135d36..bc711bedf87 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -61,11 +61,11 @@ href="http://llvm.org/releases/">releases page.

-

This is the eighth public release of the LLVM Compiler Infrastructure. This +

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 nightly -tester, llvm-config enhancments, many bugs +tester, llvm-config enhancements, many bugs fixed, and performance and compile time improvements.

@@ -109,7 +109,7 @@ well.

-

The Loop Optimizer pass now used "Loop-Closed SSA Form", which makes it +

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.

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.

+components, please contact us on the LLVMdev list.