diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index f3d87c6330c8..8df6cfc95f6f 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -4,17 +4,17 @@
-Written by the LLVM Team
+This document contains the release notes for the LLVM Compiler -Infrastructure, release 2.6. Here we describe the status of LLVM, including +Infrastructure, release 2.7. Here we describe the status of LLVM, including major improvements from the previous release and significant known problems. All LLVM releases may be downloaded from the LLVM releases web site.
@@ -63,7 +69,7 @@ Almost dead code. --> - @@ -315,7 +247,7 @@ other situations.An exciting aspect of LLVM is that it is used as an enabling technology for a lot of other language and tools projects. This section lists some of the - projects that have already been updated to work with LLVM 2.6.
+ projects that have already been updated to work with LLVM 2.7.Pure versions 0.31 and later have been tested and are known to work with -LLVM 2.6 (and continue to work with older LLVM releases >= 2.3 as well). +
Pure versions ??? and later have been tested and are known to work with +LLVM 2.7 (and continue to work with older LLVM releases >= 2.3 as well).
LLVM 2.6 includes several major new capabilities:
+LLVM 2.7 includes several major new capabilities:
Things not yet supported:
@@ -764,22 +534,9 @@ it run faster:These features are still somewhat experimental -and subject to change. The Neon intrinsics, in particular, may change in future -releases of LLVM. ARMv7 support has progressed a lot on top of tree since 2.6 -branched.
- @@ -793,11 +550,7 @@ branched.Other miscellaneous features include:
If you're already an LLVM user or developer with out-of-tree changes based -on LLVM 2.5, this section lists some "gotchas" that you may run into upgrading +on LLVM 2.6, this section lists some "gotchas" that you may run into upgrading from the previous release.