summaryrefslogtreecommitdiff
path: root/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
commite3f54bd3f01df50024dcf9fe3ccce25db8ba2a0f (patch)
treec6470da39f9eead8fe1fa488c306fb88a4f3632a /docs/ReleaseNotes.rst
parente28b7aabcf5cd1e7216602015e4ff4e8c2261dfa (diff)
Clear release notes for 7.0.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst22
1 files changed, 4 insertions, 18 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 41b9cf92d76..92dfb8e3bbb 100644
--- a/docs/ReleaseNotes.rst
+++ b/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...