[llvm-commits] [llvm] r65837 - /llvm/trunk/docs/ReleaseNotes.html
Gabor Greif
ggreif at gmail.com
Mon Mar 2 03:34:56 PST 2009
Author: ggreif
Date: Mon Mar 2 05:34:51 2009
New Revision: 65837
URL: http://llvm.org/viewvc/llvm-project?rev=65837&view=rev
Log:
minor tweaks
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=65837&r1=65836&r2=65837&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Mar 2 05:34:51 2009
@@ -178,7 +178,7 @@
<ul>
<li>Ahead of Time compiler: compiles .class files to llvm .bc. VMKit uses this
-functionality to native compile the standard classes (eg java.lang.String).
+functionality to native compile the standard classes (e.g. java.lang.String).
Users can compile AOT .class files into dynamic libraries and run them with the
help of VMKit.</li>
@@ -489,7 +489,7 @@
<li>The X86 backend now supports using address space #256 in LLVM IR as a way of
performing memory references off the GS segment register. This allows a
front-end to take advantage of very low-level programming techniques when
-targetting X86 CPUs. See <tt>test/CodeGen/X86/movgs.ll</tt> for a simple
+targeting X86 CPUs. See <tt>test/CodeGen/X86/movgs.ll</tt> for a simple
example.</li>
<li>The X86 backend now supports a <tt>-disable-mmx</tt> command line option to
@@ -526,7 +526,7 @@
types.</li>
<li>Function calls involving basic types work now.</li>
<li>Support for integer arrays.</li>
-<li>Compiler can now emit libcalls for operations not support by m/c
+<li>Compiler can now emit libcalls for operations not supported by m/c
instructions.</li>
<li>Support for both data and ROM address spaces.</li>
</ul>
More information about the llvm-commits
mailing list