comparison docs/ReleaseNotes.rst @ 83:60c9769439b8

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 54457678186b
children afa8332a0e37
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
1 ====================== 1 ======================
2 LLVM 3.5 Release Notes 2 LLVM 3.7 Release Notes
3 ====================== 3 ======================
4 4
5 .. contents:: 5 .. contents::
6 :local: 6 :local:
7 7
8 .. warning:: 8 .. warning::
9 These are in-progress notes for the upcoming LLVM 3.6 release. You may 9 These are in-progress notes for the upcoming LLVM 3.7 release. You may
10 prefer the `LLVM 3.5 Release Notes <http://llvm.org/releases/3.5.0/docs 10 prefer the `LLVM 3.5 Release Notes <http://llvm.org/releases/3.5.0/docs
11 /ReleaseNotes.html>`_. 11 /ReleaseNotes.html>`_.
12 12
13 13
14 Introduction 14 Introduction
15 ============ 15 ============
16 16
17 This document contains the release notes for the LLVM Compiler Infrastructure, 17 This document contains the release notes for the LLVM Compiler Infrastructure,
18 release 3.6. Here we describe the status of LLVM, including major improvements 18 release 3.7. Here we describe the status of LLVM, including major improvements
19 from the previous release, improvements in various subprojects of LLVM, and 19 from the previous release, improvements in various subprojects of LLVM, and
20 some of the current users of the code. All LLVM releases may be downloaded 20 some of the current users of the code. All LLVM releases may be downloaded
21 from the `LLVM releases web site <http://llvm.org/releases/>`_. 21 from the `LLVM releases web site <http://llvm.org/releases/>`_.
22 22
23 For more information about LLVM, including information about the latest 23 For more information about LLVM, including information about the latest
39 this list. If your description won't fit comfortably in one bullet 39 this list. If your description won't fit comfortably in one bullet
40 point (e.g. maybe you would like to give an example of the 40 point (e.g. maybe you would like to give an example of the
41 functionality, or simply have a lot to talk about), see the `NOTE` below 41 functionality, or simply have a lot to talk about), see the `NOTE` below
42 for adding a new subsection. 42 for adding a new subsection.
43 43
44 * Support for AuroraUX has been removed.
45
46 * ... next change ... 44 * ... next change ...
47 45
48 .. NOTE 46 .. NOTE
49 If you would like to document a larger change, then you can add a 47 If you would like to document a larger change, then you can add a
50 subsection about it right here. You can copy the following boilerplate 48 subsection about it right here. You can copy the following boilerplate
62 60
63 61
64 Changes to the MIPS Target 62 Changes to the MIPS Target
65 -------------------------- 63 --------------------------
66 64
67 During this release ... 65 During this release ...
66
68 67
69 Changes to the PowerPC Target 68 Changes to the PowerPC Target
70 ----------------------------- 69 -----------------------------
71 70
72 During this release ... 71 During this release ...
73 72
74 External Open Source Projects Using LLVM 3.6 73
74 Changes to the OCaml bindings
75 -----------------------------
76
77 During this release ...
78
79
80 External Open Source Projects Using LLVM 3.7
75 ============================================ 81 ============================================
76 82
77 An exciting aspect of LLVM is that it is used as an enabling technology for 83 An exciting aspect of LLVM is that it is used as an enabling technology for
78 a lot of other language and tools projects. This section lists some of the 84 a lot of other language and tools projects. This section lists some of the
79 projects that have already been updated to work with LLVM 3.6. 85 projects that have already been updated to work with LLVM 3.7.
80 86
81 * A project 87 * A project
82 88
83 89
84 Additional Information 90 Additional Information