From 65b0e39acf85553597193e3330675434690e2f9c Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Sat, 10 Oct 2009 19:30:16 +0000
Subject: [PATCH] Spelling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83722 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes-2.6.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index e230e6c2835..30f18a9d6d1 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -170,7 +170,7 @@ compilation.
VMKit version 0.26 builds with LLVM 2.6 and you can find it on its
-webpage. The release includes
+web page. The release includes
bug fixes, cleanup and new features. The major changes are:
@@ -179,7 +179,7 @@ bug fixes, cleanup and new features. The major changes are:
files.
- Cooperative garbage collection.
- Fast subtype checking (paper from Click et al [JGI'02]).
-- Implementation of a two-word header for Java objects instead of the orginal
+
- Implementation of a two-word header for Java objects instead of the original
three-word header.
- Better Java specification-compliance: division by zero checks, stack
overflow checks, finalization and references support.
@@ -365,7 +365,7 @@ the D Programming Language using the LLVM optimizer and code generator.
The LDC project works great with the LLVM 2.6 release. General improvements in
this
cycle have included new inline asm constraint handling, better debug info
-support, general bugfixes, and better x86-64 support. This has allowed
+support, general bug fixes, and better x86-64 support. This has allowed
some major improvements in LDC, getting us much closer to being as
fully featured as the original DMD compiler from DigitalMars.
@@ -544,7 +544,7 @@ release includes a few major enhancements and additions to the optimizers:
- The GVN pass now eliminates partial
redundancies of loads in simple cases.
- The Inliner now reuses stack space when
- inlining similiar arrays from multiple callees into one caller.
+ inlining similar arrays from multiple callees into one caller.
- LLVM includes a new experimental Static Single Information (SSI)
construction pass.
@@ -571,9 +571,9 @@ it run faster:
the generated .s file. This information includes location information (if
built with -g) and loop nest information.
- The code generator now supports a new MachineVerifier pass which is useful
- for finding bugs in targets and ccodegen passes.
+ for finding bugs in targets and codegen passes.
- The Machine LICM is now enabled by default. It hoists instructions out of
- loops (such as constant pool loads, loads from readonly stubs, vector
+ loops (such as constant pool loads, loads from read-only stubs, vector
constant synthesization code, etc) and is currently configured to only do so
when the hoisted operation can be rematerialized.
- The Machine Sinking pass is now enabled by default. This pass moves