ReleaseNotes.rst: a few entries from Rafael
authorHans Wennborg <hans@hanshq.net>
Thu, 14 Jan 2016 00:23:32 +0000 (00:23 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 14 Jan 2016 00:23:32 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@257725 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index b3f7c005ed1914ff9aa75c01c78d12700abb33e8..dccb7f4d1cceeeaf28ec1c2e60e0d40840ee7e8d 100644 (file)
@@ -68,6 +68,17 @@ Non-comprehensive list of changes in this release
   Core.h so nothing should change for projects directly including the headers,
   but transitive dependencies may be affected.
 
   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
 .. 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