diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e3eafd60b25..368bcb55a1c 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).