From e1c1eda3cdbd3a923c852aaf79c65e6c0c794069 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Mar 2010 18:39:28 +0000 Subject: [PATCH] apparently llvm 2.7 now has great armv4 support, from John Tytgat llvm-svn: 99825 --- llvm/docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index e3eafd60b25e..368bcb55a1cc 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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).