[llvm-branch-commits] [llvm-branch] r170526 - /llvm/branches/release_32/docs/ReleaseNotes.html

Pawel Wodnicki pawel at 32bitmicro.com
Wed Dec 19 02:50:28 PST 2012


Author: pawel
Date: Wed Dec 19 04:50:28 2012
New Revision: 170526

URL: http://llvm.org/viewvc/llvm-project?rev=170526&view=rev
Log:
Fixed couple of spellings

Modified:
    llvm/branches/release_32/docs/ReleaseNotes.html

Modified: llvm/branches/release_32/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_32/docs/ReleaseNotes.html?rev=170526&r1=170525&r2=170526&view=diff
==============================================================================
--- llvm/branches/release_32/docs/ReleaseNotes.html (original)
+++ llvm/branches/release_32/docs/ReleaseNotes.html Wed Dec 19 04:50:28 2012
@@ -153,7 +153,7 @@
 
 <ul>
   <li><a href="http://llvm.org/releases/3.2/tools/clang/docs/ThreadSanitizer.html">ThreadSanitizer (TSan)</a> - data race detector run-time library for C/C++ has been added.</li>
-  <li>Improvemens to <a href="http://llvm.org/releases/3.2/tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a> including: better portability 
+  <li>Improvements to <a href="http://llvm.org/releases/3.2/tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a> including: better portability 
   (OSX, Android NDK), support for cmake based builds, enhanced error reporting and lots of bug fixes.</li>
   <li>Added support for A6 'Swift' CPU.</li>
   <li><code>divsi3</code> function has been enhanced to take advantage of a hardware unsigned divide when it is available.</li>
@@ -178,7 +178,7 @@
 
 <ul>
   <li>Linux build fixes for clang (see <a href="http://lldb.llvm.org/build.html">Building LLDB</a>)</li>
-  <li>Some Linux stablity and usability improvements</li>
+  <li>Some Linux stability and usability improvements</li>
   <li>Switch expression evaluation to use MCJIT (from legacy JIT) on Linux</li>
 </ul>
 
@@ -329,7 +329,7 @@
 
 <p><a href="http://www.embtoolkit.org/">EmbToolkit</a> provides Linux cross-compiler 
     toolchain/SDK (GCC/binutils/C library (uclibc,eglibc,musl)), a build system for 
-    package cross-compilation and optionally various root filesystems. 
+    package cross-compilation and optionally various root file systems. 
     It supports ARM and MIPS. There is an ongoing effort to provide a clang+llvm 
     environment for the 3.2 releases, 
 </p>
@@ -595,7 +595,7 @@
 compile time of many functions dramatically.</p>
 
 <ul>
-  <li>Branch weight metadata is preseved through more of the optimizer.</li>
+  <li>Branch weight metadata is preserved through more of the optimizer.</li>
 </ul>
 
 </div>
@@ -724,7 +724,7 @@
    platform specific support for Linux.</p>
 
 <p>Full support is included for Thumb1, Thumb2 and ARM modes, along with
-   subtarget and CPU specific extensions for VFP2, VFP3 and NEON.</p>
+   sub-target and CPU specific extensions for VFP2, VFP3 and NEON.</p>
 
 <p>The assembler is Unified Syntax only (see ARM Architecural Reference Manual
    for details). While there is some, and growing, support for pre-unfied





More information about the llvm-branch-commits mailing list