[llvm-branch-commits] [llvm-branch] r257725 - ReleaseNotes.rst: a few entries from Rafael
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 13 16:23:32 PST 2016
Author: hans
Date: Wed Jan 13 18:23:32 2016
New Revision: 257725
URL: http://llvm.org/viewvc/llvm-project?rev=257725&view=rev
Log:
ReleaseNotes.rst: a few entries from Rafael
Modified:
llvm/branches/release_38/docs/ReleaseNotes.rst
Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=257725&r1=257724&r2=257725&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Wed Jan 13 18:23:32 2016
@@ -68,6 +68,17 @@ Non-comprehensive list of changes in thi
Core.h so nothing should change for projects directly including the headers,
but transitive dependencies may be affected.
+* llvm-ar now suports thin archives.
+
+* llvm doesn't produce .data.rel.ro.local or .data.rel sections anymore.
+
+* aliases to available_externally globals are now rejected by the verifier.
+
+* the IR Linker has been split into IRMover that moves bits from one module to
+ another and Linker proper that decides what to link.
+
+* Support for dematerializing has been dropped.
+
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of
this list. If your description won't fit comfortably in one bullet
More information about the llvm-branch-commits
mailing list