[lld] r260960 - Start adding release notes for lld.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 05:12:55 PST 2016
Author: rafael
Date: Tue Feb 16 07:12:55 2016
New Revision: 260960
URL: http://llvm.org/viewvc/llvm-project?rev=260960&view=rev
Log:
Start adding release notes for lld.
Added:
lld/trunk/docs/ReleaseNotes.rst
Modified:
lld/trunk/docs/index.rst
Added: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=260960&view=auto
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (added)
+++ lld/trunk/docs/ReleaseNotes.rst Tue Feb 16 07:12:55 2016
@@ -0,0 +1,35 @@
+======================
+LLD 3.9 Release Notes
+======================
+
+.. contents::
+ :local:
+
+.. warning::
+ These are in-progress notes for the upcoming LLVM 3.9 release.
+
+Introduction
+============
+
+This document contains the release notes for the LLD linker, release 3.9.
+Here we describe the status of LLD, including major improvements
+from the previous release. All LLD releases may be downloaded
+from the `LLVM releases web site <http://llvm.org/releases/>`_.
+
+Non-comprehensive list of changes in this release
+=================================================
+
+ELF Improvements
+----------------
+
+* Initial support for LTO.
+
+COFF Improvements
+-----------------
+
+* Item 1.
+
+MachO Improvements
+------------------
+
+* Item 1.
Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=260960&r1=260959&r2=260960&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Tue Feb 16 07:12:55 2016
@@ -75,6 +75,7 @@ Contents
design
getting_started
+ ReleaseNotes
development
windows_support
open_projects
More information about the llvm-commits
mailing list