From 6336c61b2cb10816daf0e9eb0d319be9dfb1a3ae Mon Sep 17 00:00:00 2001
From: Mikhail Glushenkov 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.
We have put a significant amount of work into the code generator infrastructure, -which allows us to implement more aggressive algorithms and make it run -faster:
+We have put a significant amount of work into the code generator +infrastructure, which allows us to implement more aggressive algorithms and make +it run faster:
New features include:
LLVM is known to work on the following platforms:
This section contains significant known problems with the LLVM system, +
This section contains significant known problems with the LLVM system, listed by component. If you run into a problem, please check the LLVM bug database and submit a bug if there isn't already one.
@@ -836,7 +833,7 @@ itself, Qt, Mozilla, etc.