[PATCH] D36968: [RelNotes, ARM] Mention improved ARM/Thumb codegen and LTO.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 08:32:41 PDT 2017
fhahn created this revision.
Herald added subscribers: inglorion, aemerson.
https://reviews.llvm.org/D36968
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -77,11 +77,15 @@
* Added speculatable attribute indicating a function which does has no
side-effects which could inhibit hoisting of calls.
-Changes to the ARM Backend
+Changes to the Arm Targets
--------------------------
- During this release ...
+During this release the ARM target has:
+* Improved mixed ARM/Thumb code generation. Some cases in which wrong
+ relocations were emitted have been fixed.
+* Added initial support for mixed ARM/Thumb link-time optimization, using the
+ thumb-mode target feature.
Changes to the MIPS Target
--------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36968.111988.patch
Type: text/x-patch
Size: 736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170821/53c24f47/attachment.bin>
More information about the llvm-commits
mailing list