Mercurial > hg > CbC > CbC_llvm
comparison docs/ReleaseNotes.rst @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children | 7d135dc70f03 |
comparison
equal
deleted
inserted
replaced
84:f3e34b893a5f | 95:afa8332a0e37 |
---|---|
1 ====================== | 1 ====================== |
2 LLVM 3.7 Release Notes | 2 LLVM 3.8 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.7 release. You may | 9 These are in-progress notes for the upcoming LLVM 3.8 release. You may |
10 prefer the `LLVM 3.5 Release Notes <http://llvm.org/releases/3.5.0/docs | 10 prefer the `LLVM 3.7 Release Notes <http://llvm.org/releases/3.7.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.7. Here we describe the status of LLVM, including major improvements | 18 release 3.8. 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 |
24 release, please check out the `main LLVM web site <http://llvm.org/>`_. If you | 24 release, please check out the `main LLVM web site <http://llvm.org/>`_. If you |
25 have questions or comments, the `LLVM Developer's Mailing List | 25 have questions or comments, the `LLVM Developer's Mailing List |
26 <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ is a good place to send | 26 <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ is a good place to send |
27 them. | 27 them. |
28 | 28 |
29 Note that if you are reading this file from a Subversion checkout or the main | 29 Note that if you are reading this file from a Subversion checkout or the main |
30 LLVM web page, this document applies to the *next* release, not the current | 30 LLVM web page, this document applies to the *next* release, not the current |
31 one. To see the release notes for a specific release, please see the `releases | 31 one. To see the release notes for a specific release, please see the `releases |
32 page <http://llvm.org/releases/>`_. | 32 page <http://llvm.org/releases/>`_. |
33 | 33 |
34 Non-comprehensive list of changes in this release | 34 Non-comprehensive list of changes in this release |
35 ================================================= | 35 ================================================= |
36 * With this release, the minimum Windows version required for running LLVM is | |
37 Windows 7. Earlier versions, including Windows Vista and XP are no longer | |
38 supported. | |
36 | 39 |
37 .. NOTE | 40 .. NOTE |
38 For small 1-3 sentence descriptions, just add an entry at the end of | 41 For small 1-3 sentence descriptions, just add an entry at the end of |
39 this list. If your description won't fit comfortably in one bullet | 42 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 | 43 point (e.g. maybe you would like to give an example of the |
75 ----------------------------- | 78 ----------------------------- |
76 | 79 |
77 During this release ... | 80 During this release ... |
78 | 81 |
79 | 82 |
80 External Open Source Projects Using LLVM 3.7 | 83 External Open Source Projects Using LLVM 3.8 |
81 ============================================ | 84 ============================================ |
82 | 85 |
83 An exciting aspect of LLVM is that it is used as an enabling technology for | 86 An exciting aspect of LLVM is that it is used as an enabling technology for |
84 a lot of other language and tools projects. This section lists some of the | 87 a lot of other language and tools projects. This section lists some of the |
85 projects that have already been updated to work with LLVM 3.7. | 88 projects that have already been updated to work with LLVM 3.8. |
86 | 89 |
87 * A project | 90 * A project |
88 | 91 |
89 | 92 |
90 Additional Information | 93 Additional Information |