diff options
Diffstat (limited to 'docs')
-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 216af87..5159b48 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 ------------------------------------- |