summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-29 18:39:28 +0000
committerChris Lattner <sabre@nondot.org>2010-03-29 18:39:28 +0000
commitb22060d791014a2a5d964299fab78e77b63dddd2 (patch)
treee5084be79d4e4dab2927365023bbe4060d8bd78a /docs/ReleaseNotes.html
parentbf8e5161313df9646733173376fe70dfda25d884 (diff)
downloadllvm-b22060d791014a2a5d964299fab78e77b63dddd2.tar.gz
llvm-b22060d791014a2a5d964299fab78e77b63dddd2.tar.bz2
llvm-b22060d791014a2a5d964299fab78e77b63dddd2.tar.xz
apparently llvm 2.7 now has great armv4 support, from
John Tytgat git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e3eafd60b2..368bcb55a1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -500,6 +500,9 @@ x86 sibcall optimization
New LSR with full strength reduction mode
The most awesome sext / zext optimization pass. ?
+The ARM backend now has good support for ARMv4 backend (tested on StrongARM
+ hardware), previously only supported ARMv4T and newer.
+
CondProp pass removed (functionality merged into jump threading).