From 6336c61b2cb10816daf0e9eb0d319be9dfb1a3ae Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 1 Mar 2009 18:09:47 +0000 Subject: [PATCH] Sprinkle llvmc notes with . Also removes some trailing whitespace. llvm-svn: 65781 --- docs/ReleaseNotes.html | 77 ++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 40 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1b713a6ced9..035dace224d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -36,7 +36,7 @@

This document contains the release notes for the LLVM Compiler Infrastructure, release 2.5. 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.

For more information about LLVM, including information about the latest @@ -97,7 +97,7 @@ the VMKit Project.

The Clang project is an effort to build a set of new 'LLVM native' front-end technologies for the LLVM optimizer -and code generator. While Clang is not included in the LLVM 2.5 release, it +and code generator. While Clang is not included in the LLVM 2.5 release, it is continuing to make major strides forward in all areas. Its C and Objective-C parsing and code generation support is now very solid. For example, it is capable of successfully building many real applications for X86-32 and X86-64, @@ -110,7 +110,7 @@ on templates has recently started.

is quite usable for building many C and Objective-C applications. If you are interested in fast compiles and good diagnostics, we encourage you to try it out by building from mainline -and reporting any issues you hit to the Clang front-end mailing list.

@@ -118,9 +118,9 @@ list.