apparently llvm 2.7 now has great armv4 support, from

John Tytgat

llvm-svn: 99825
This commit is contained in:
Chris Lattner 2010-03-29 18:39:28 +00:00
parent ef2e573d28
commit e1c1eda3cd
1 changed files with 3 additions and 0 deletions

View File

@ -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).