diff options
author | Duncan Sands <baldrick@free.fr> | 2012-12-14 21:10:59 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-12-14 21:10:59 +0000 |
commit | 58d15b5b21d47e3f8a362982af181a0093b32a3c (patch) | |
tree | 6c5e2d0658f69611890091e572e5f5394cc316d4 /docs/ReleaseNotes.rst | |
parent | fd360c3e242e6317b241107a1db2b7d4a6276476 (diff) |
Release notes for dragonegg 3.2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r-- | docs/ReleaseNotes.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 216af87bb0..5159b48a65 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -85,7 +85,10 @@ for Go, Java, Obj-C and Obj-C++. The 3.2 release has the following notable changes: -#. ... +#. Able to load LLVM plugins such as Polly. +#. Supports thread-local storage models. +#. Passes knowledge of variable lifetimes to the LLVM optimizers. +#. No longer requires GCC to be built with LTO support. compiler-rt: Compiler Runtime Library ------------------------------------- |