[PATCH] D43633: Add a few release notes
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 10:05:23 PST 2018
espindola created this revision.
espindola added a reviewer: ruiu.
Herald added a subscriber: srhines.
https://reviews.llvm.org/D43633
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -25,6 +25,28 @@
* Added handling of the R_MIPS_26 relocation in case of N32 / N64 ABIs
and generating proper PLT entries.
+* lld can patch Aarch64 errata 843419.
+
+* lld can generate thunks for out of range thunks.
+
+* ARM PLT entries automatically use short or long variants.
+
+* Lots of bug fixes. Should be able to handle almost all linker and version scripts.
+
+* Faster gdb index creation.
+
+* Tar files created by --reproduce now work even in the presence of absolute paths.
+
+* lld defaults to --hash-style=both.
+
+* ICF now deduplicates .eh_frame entries.
+
+* LLD supports the Android relocation packing format.
+
+* Debug info is used in more cases when reporting errors.
+
+* LLD can produce x86/x86_64 PLTs that use retpolines.
+
COFF Improvements
-----------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43633.135456.patch
Type: text/x-patch
Size: 947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/67c8cc6b/attachment.bin>
More information about the llvm-commits
mailing list