From: Peter Collingbourne Date: Fri, 12 Feb 2016 18:46:48 +0000 (+0000) Subject: ARM: Mention r251322 in release notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=7e2ddb94a31d1d085b0228e374799566faa82b8e ARM: Mention r251322 in release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 437c50fa5ca..7b284d59656 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -131,8 +131,10 @@ During this release the ARM target has: * Expanded LLDB support, including watchpoints, unwind tables * Extended the Load/Store optimiser and cleaned up some of the bad decisions made earlier. -* Gained some code size improvements, though there's still a long road ahead, - especially for older cores. +* Simplified code generation for global variable addresses in ELF, resulting in + a significant (4% in Chromium) reduction in code size. +* Gained some additional code size improvements, though there's still a long road + ahead, especially for older cores. * Added some EABI floating point comparison functions to Compiler-RT * Added support for Windows+GNU triple, +features in -mcpu/-march options.