1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Spelling fixes.

llvm-svn: 83722
This commit is contained in:
Duncan Sands 2009-10-10 19:30:16 +00:00
parent 074b4dee13
commit 4e12fa3691

View File

@ -170,7 +170,7 @@ compilation.</p>
<p> <p>
VMKit version 0.26 builds with LLVM 2.6 and you can find it on its VMKit version 0.26 builds with LLVM 2.6 and you can find it on its
<a href="http://vmkit.llvm.org/releases/">webpage</a>. The release includes <a href="http://vmkit.llvm.org/releases/">web page</a>. The release includes
bug fixes, cleanup and new features. The major changes are:</p> bug fixes, cleanup and new features. The major changes are:</p>
<ul> <ul>
@ -179,7 +179,7 @@ bug fixes, cleanup and new features. The major changes are:</p>
files.</li> files.</li>
<li>Cooperative garbage collection. </li> <li>Cooperative garbage collection. </li>
<li>Fast subtype checking (paper from Click et al [JGI'02]). </li> <li>Fast subtype checking (paper from Click et al [JGI'02]). </li>
<li>Implementation of a two-word header for Java objects instead of the orginal <li>Implementation of a two-word header for Java objects instead of the original
three-word header. </li> three-word header. </li>
<li>Better Java specification-compliance: division by zero checks, stack <li>Better Java specification-compliance: division by zero checks, stack
overflow checks, finalization and references support. </li> overflow checks, finalization and references support. </li>
@ -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 The LDC project works great with the LLVM 2.6 release. General improvements in
this this
cycle have included new inline asm constraint handling, better debug info 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 some major improvements in LDC, getting us much closer to being as
fully featured as the original DMD compiler from DigitalMars. fully featured as the original DMD compiler from DigitalMars.
</p> </p>
@ -544,7 +544,7 @@ release includes a few major enhancements and additions to the optimizers:</p>
<li>The <a href="Passes.html#gvn">GVN</a> pass now eliminates partial <li>The <a href="Passes.html#gvn">GVN</a> pass now eliminates partial
redundancies of loads in simple cases.</li> redundancies of loads in simple cases.</li>
<li>The <a href="Passes.html#inline">Inliner</a> now reuses stack space when <li>The <a href="Passes.html#inline">Inliner</a> now reuses stack space when
inlining similiar arrays from multiple callees into one caller.</li> inlining similar arrays from multiple callees into one caller.</li>
<li>LLVM includes a new experimental Static Single Information (SSI) <li>LLVM includes a new experimental Static Single Information (SSI)
construction pass.</li> construction pass.</li>
</li> </li>
@ -571,9 +571,9 @@ it run faster:</p>
the generated .s file. This information includes location information (if the generated .s file. This information includes location information (if
built with <tt>-g</tt>) and loop nest information.</li> built with <tt>-g</tt>) and loop nest information.</li>
<li>The code generator now supports a new MachineVerifier pass which is useful <li>The code generator now supports a new MachineVerifier pass which is useful
for finding bugs in targets and ccodegen passes.</li> for finding bugs in targets and codegen passes.</li>
<li>The Machine LICM is now enabled by default. It hoists instructions out of <li>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 constant synthesization code, etc) and is currently configured to only do so
when the hoisted operation can be rematerialized.</li> when the hoisted operation can be rematerialized.</li>
<li>The Machine Sinking pass is now enabled by default. This pass moves <li>The Machine Sinking pass is now enabled by default. This pass moves