summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-01-03 15:45:32 +0000
committerHans Wennborg <hans@hanshq.net>2018-01-03 15:45:32 +0000
commit5bd4a66873d01f0f0733554d140f26c1df59161a (patch)
tree5ec6961958f1cccad956f8eb4f6ecfdefdcd086d /llvm/docs/ReleaseNotes.rst
parent4ebc5ab7a592fb62eb51d5e8da5f3f6f7003d1e9 (diff)
downloadbcm5719-llvm-5bd4a66873d01f0f0733554d140f26c1df59161a.tar.gz
bcm5719-llvm-5bd4a66873d01f0f0733554d140f26c1df59161a.zip
Clear release notes for 7.0.0
llvm-svn: 321727
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst22
1 files changed, 4 insertions, 18 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 41b9cf92d76..92dfb8e3bbb 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -1,12 +1,12 @@
========================
-LLVM 6.0.0 Release Notes
+LLVM 7.0.0 Release Notes
========================
.. contents::
:local:
.. warning::
- These are in-progress notes for the upcoming LLVM 6 release.
+ These are in-progress notes for the upcoming LLVM 7 release.
Release notes for previous releases can be found on
`the Download Page <http://releases.llvm.org/download.html>`_.
@@ -15,7 +15,7 @@ Introduction
============
This document contains the release notes for the LLVM Compiler Infrastructure,
-release 5.0.0. Here we describe the status of LLVM, including major improvements
+release 7.0.0. Here we describe the status of LLVM, including major improvements
from the previous release, improvements in various subprojects of LLVM, and
some of the current users of the code. All LLVM releases may be downloaded
from the `LLVM releases web site <http://llvm.org/releases/>`_.
@@ -40,20 +40,6 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
-* The ``Redirects`` argument of ``llvm::sys::ExecuteAndWait`` and
- ``llvm::sys::ExecuteNoWait`` was changed to an ``ArrayRef`` of optional
- ``StringRef``'s to make it safer and more convenient to use.
-
-* The backend name was added to the Target Registry to allow run-time
- information to be fed back into TableGen. Out-of-tree targets will need to add
- the name used in the `def X : Target` definition to the call to
- `RegisterTarget`.
-
-* The ``Debugify`` pass was added to ``opt`` to facilitate testing of debug
- info preservation. This pass attaches synthetic ``DILocations`` and
- ``DIVariables`` to the instructions in a ``Module``. The ``CheckDebugify``
- pass determines how much of the metadata is lost.
-
* Note..
.. NOTE
@@ -113,7 +99,7 @@ Changes to the C API
During this release ...
-External Open Source Projects Using LLVM 6
+External Open Source Projects Using LLVM 7
==========================================
* A project...
OpenPOWER on IntegriCloud