[llvm-commits] [llvm] r102061 - /llvm/trunk/docs/ReleaseNotes.html
Wesley Peck
peckw at wesleypeck.com
Thu Apr 22 06:43:14 PDT 2010
Author: peckw
Date: Thu Apr 22 08:43:14 2010
New Revision: 102061
URL: http://llvm.org/viewvc/llvm-project?rev=102061&view=rev
Log:
Fixing small typos in the "ARM Target Improvements" section of the release notes.
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=102061&r1=102060&r2=102061&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 08:43:14 2010
@@ -701,10 +701,10 @@
ARM Advanced SIMD (NEON) Intrinsics and Types in LLVM Blog Post</a> for
helpful information if migrating code from GCC to LLVM-GCC.</li>
-<li>The ARM and Thumb code generators now using register scavenging for stack
+<li>The ARM and Thumb code generators now use register scavenging for stack
object address materialization.(FIXME: WHAT BENEFIT DOES THIS PROVIDE?)</li>
-<li>The ARM backend now has good support for ARMv4 targets, and has been tested
+<li>The ARM backend now has good support for ARMv4 targets and has been tested
on StrongARM hardware. Previously, LLVM only supported ARMv4T and
newer chips.</li>
</ul>
More information about the llvm-commits
mailing list