ARM: Mention r251322 in release notes.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 12 Feb 2016 18:46:48 +0000 (18:46 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 12 Feb 2016 18:46:48 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260702 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 437c50fa5ca9413e0636a2fbbf2c752700aa2622..7b284d59656ba80bd92d3cbe9607b606ffaa317a 100644 (file)
@@ -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.
 * 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.
 
 * Added some EABI floating point comparison functions to Compiler-RT
 * Added support for Windows+GNU triple, +features in -mcpu/-march options.