diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 09f54764b03..c3449e51e96 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -32,10 +32,10 @@
This document contains the release notes for the LLVM compiler -infrastructure, release 2.0. Here we describe the status of LLVM, including any -known problems and major improvements from the previous release. All LLVM +infrastructure, release 2.0. Here we describe the status of LLVM, including +major improvements from the previous release and any known problems. All LLVM releases may be downloaded from the LLVM -releases web site. +releases web site.
For more information about LLVM, including information about the latest
release, please check out the main LLVM
@@ -153,7 +153,7 @@ series.
configure llvm-gcc on linux are no longer needed, and special hacks to build
large C++ libraries like Qt are not needed.
-
ARM-specific Code Generator Enhancements:
@@ -349,14 +349,16 @@ ImprovementsPowerPC-specific Code Generator Enhancements:
@@ -413,7 +415,7 @@ following major changes:std::vector<Value*> Ops = ...; GEP = new GetElementPtrInst(BasePtr, &Ops[0], Ops.size()); @@ -446,13 +449,14 @@ following major changes:
LLVM is known to work on the following platforms: