Clear the release notes for 5.0.0

llvm-svn: 291836
This commit is contained in:
Hans Wennborg 2017-01-12 21:50:22 +00:00
parent 5b0273a893
commit cc1385c80f

View File

@ -1,13 +1,13 @@
======================== ========================
LLVM 4.0.0 Release Notes LLVM 5.0.0 Release Notes
======================== ========================
.. contents:: .. contents::
:local: :local:
.. warning:: .. warning::
These are in-progress notes for the upcoming LLVM 4.0.0 release. You may These are in-progress notes for the upcoming LLVM 5 release. You may
prefer the `LLVM 3.9 Release Notes <http://llvm.org/releases/3.9.0/docs prefer the `LLVM 4 Release Notes <http://llvm.org/releases/4.0.0/docs
/ReleaseNotes.html>`_. /ReleaseNotes.html>`_.
@ -15,7 +15,7 @@ Introduction
============ ============
This document contains the release notes for the LLVM Compiler Infrastructure, This document contains the release notes for the LLVM Compiler Infrastructure,
release 4.0.0. Here we describe the status of LLVM, including major improvements release 5.0.0. Here we describe the status of LLVM, including major improvements
from the previous release, improvements in various subprojects of LLVM, and 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 some of the current users of the code. All LLVM releases may be downloaded
from the `LLVM releases web site <http://llvm.org/releases/>`_. from the `LLVM releases web site <http://llvm.org/releases/>`_.
@ -33,13 +33,6 @@ page <http://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release Non-comprehensive list of changes in this release
================================================= =================================================
* The C API functions LLVMAddFunctionAttr, LLVMGetFunctionAttr,
LLVMRemoveFunctionAttr, LLVMAddAttribute, LLVMRemoveAttribute,
LLVMGetAttribute, LLVMAddInstrAttribute and
LLVMRemoveInstrAttribute have been removed.
* The C API enum LLVMAttribute has been deleted.
.. NOTE .. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of 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 this list. If your description won't fit comfortably in one bullet
@ -47,16 +40,6 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection. for adding a new subsection.
* The definition and uses of LLVM_ATRIBUTE_UNUSED_RESULT in the LLVM source
were replaced with LLVM_NODISCARD, which matches the C++17 [[nodiscard]]
semantics rather than gcc's __attribute__((warn_unused_result)).
* Minimum compiler version to build has been raised to GCC 4.8 and VS 2015.
* The Timer related APIs now expect a Name and Description. When upgrading code
the previously used names should become descriptions and a short name in the
style of a programming language identifier should be added.
* ... next change ... * ... next change ...
.. NOTE .. NOTE
@ -102,19 +85,16 @@ Changes to the AMDGPU Target
Changes to the AVR Target Changes to the AVR Target
----------------------------- -----------------------------
* The entire backend has been merged in-tree with all tests passing. All of During this release ...
the instruction selection code and the machine code backend has landed
recently and is fully usable.
Changes to the OCaml bindings Changes to the OCaml bindings
----------------------------- -----------------------------
* The attribute API was completely overhauled, following the changes During this release ...
to the C API.
External Open Source Projects Using LLVM 4.0.0 External Open Source Projects Using LLVM 5
============================================== ==========================================
* A project... * A project...