[llvm-commits] [llvm] r99825 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Mon Mar 29 11:39:28 PDT 2010
Author: lattner
Date: Mon Mar 29 13:39:28 2010
New Revision: 99825
URL: http://llvm.org/viewvc/llvm-project?rev=99825&view=rev
Log:
apparently llvm 2.7 now has great armv4 support, from
John Tytgat
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=99825&r1=99824&r2=99825&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Mar 29 13:39:28 2010
@@ -500,6 +500,9 @@
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).
More information about the llvm-commits
mailing list