From: Wesley Peck Date: Thu, 22 Apr 2010 13:43:14 +0000 (+0000) Subject: Fixing small typos in the "ARM Target Improvements" section of the release notes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e385b1367368155c158dd8535fc548866173536;p=oota-llvm.git Fixing small typos in the "ARM Target Improvements" section of the release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102061 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index bf2fb6baed1..e9aea6c54ed 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -701,10 +701,10 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html"> ARM Advanced SIMD (NEON) Intrinsics and Types in LLVM Blog Post for helpful information if migrating code from GCC to LLVM-GCC. -
  • The ARM and Thumb code generators now using register scavenging for stack +
  • The ARM and Thumb code generators now use register scavenging for stack object address materialization.(FIXME: WHAT BENEFIT DOES THIS PROVIDE?)
  • -
  • The ARM backend now has good support for ARMv4 targets, and has been tested +
  • 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.