summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-07-19 14:09:16 +0000
committerHans Wennborg <hans@hanshq.net>2017-07-19 14:09:16 +0000
commit3739be2af4735c8a50c1d9ce31eb85d2b893478f (patch)
tree5e179a0920f5088f949ce42c35c733fa0ff806ae /llvm/docs/ReleaseNotes.rst
parent629f9185bf7a9954d8f993639b95ef7fbc00934d (diff)
downloadbcm5719-llvm-3739be2af4735c8a50c1d9ce31eb85d2b893478f.tar.gz
bcm5719-llvm-3739be2af4735c8a50c1d9ce31eb85d2b893478f.zip
Clear release notes for 6.0.0
llvm-svn: 308474
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst29
1 files changed, 5 insertions, 24 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ddb31acfd02..bb75669dbef 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -1,12 +1,12 @@
========================
-LLVM 5.0.0 Release Notes
+LLVM 6.0.0 Release Notes
========================
.. contents::
:local:
.. warning::
- These are in-progress notes for the upcoming LLVM 5 release.
+ These are in-progress notes for the upcoming LLVM 6 release.
Release notes for previous releases can be found on
`the Download Page <http://releases.llvm.org/download.html>`_.
@@ -40,23 +40,7 @@ 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.
-* LLVM's ``WeakVH`` has been renamed to ``WeakTrackingVH`` and a new ``WeakVH``
- has been introduced. The new ``WeakVH`` nulls itself out on deletion, but
- does not track values across RAUW.
-
-* A new library named ``BinaryFormat`` has been created which holds a collection
- of code which previously lived in ``Support``. This includes the
- ``file_magic`` structure and ``identify_magic`` functions, as well as all the
- structure and type definitions for DWARF, ELF, COFF, WASM, and MachO file
- formats.
-
-* The tool ``llvm-pdbdump`` has been renamed ``llvm-pdbutil`` to better reflect
- its nature as a general purpose PDB manipulation / diagnostics tool that does
- more than just dumping contents.
-
-* The ``BBVectorize`` pass has been removed. It was fully replaced and no
- longer used back in 2014 but we didn't get around to removing it. Now it is
- gone. The SLP vectorizer is the suggested non-loop vectorization pass.
+* Note..
.. NOTE
If you would like to document a larger change, then you can add a
@@ -112,13 +96,10 @@ Changes to the OCaml bindings
Changes to the C API
--------------------
-* Deprecated the ``LLVMAddBBVectorizePass`` interface since the ``BBVectorize``
- pass has been removed. It is now a no-op and will be removed in the next
- release. Use ``LLVMAddSLPVectorizePass`` instead to get the supported SLP
- vectorizer.
+ During this release ...
-External Open Source Projects Using LLVM 5
+External Open Source Projects Using LLVM 6
==========================================
* A project...
OpenPOWER on IntegriCloud