From 2eff6e74be5d0a79542f53141efd0bab8ea2be97 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 10 Oct 2009 20:06:04 +0000 Subject: [PATCH] More spelling and grammar tweaks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83728 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes-2.6.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 3152c463cad..9b00ab51183 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -199,7 +199,7 @@ The new LLVM compiler-rt project is a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. For example, when compiling for a 32-bit target, converting a double to a 64-bit -unsigned integer is compiling into a runtime call to the "__fixunsdfdi" +unsigned integer is compiled into a runtime call to the "__fixunsdfdi" function. The compiler-rt library provides highly optimized implementations of this and other low-level routines (some are 3x faster than the equivalent libgcc routines).

@@ -405,8 +405,8 @@ compiler.

LLVM-Lua uses LLVM to add JIT -& static compiling support to the Lua VM. Lua bytecode is analyzed to -remove type checks, then LLVM is used to compile those bytecodes down to machine +and static compiling support to the Lua VM. Lua bytecode is analyzed to +remove type checks, then LLVM is used to compile the bytecode down to machine code.

@@ -472,7 +472,7 @@ expose new optimization opportunities:

@@ -804,8 +804,8 @@ from the previous release.