diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-29 18:39:28 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-29 18:39:28 +0000 |
| commit | e1c1eda3cdbd3a923c852aaf79c65e6c0c794069 (patch) | |
| tree | 90d456fed5c2167f9f41d09123a6650d100a14c2 /llvm | |
| parent | ef2e573d285b6fba553754369ab7b28241e2b8ad (diff) | |
| download | bcm5719-llvm-e1c1eda3cdbd3a923c852aaf79c65e6c0c794069.tar.gz bcm5719-llvm-e1c1eda3cdbd3a923c852aaf79c65e6c0c794069.zip | |
apparently llvm 2.7 now has great armv4 support, from
John Tytgat
llvm-svn: 99825
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index e3eafd60b25..368bcb55a1c 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). |

