[llvm-commits] [llvm] r170243 - /llvm/trunk/docs/ReleaseNotes.rst

Duncan Sands baldrick at free.fr
Fri Dec 14 13:10:59 PST 2012


Author: baldrick
Date: Fri Dec 14 15:10:59 2012
New Revision: 170243

URL: http://llvm.org/viewvc/llvm-project?rev=170243&view=rev
Log:
Release notes for dragonegg 3.2.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=170243&r1=170242&r2=170243&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Dec 14 15:10:59 2012
@@ -85,7 +85,10 @@
 
 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
 -------------------------------------





More information about the llvm-commits mailing list