Add credit and release notes for r150307. By Kai Nacke.
[oota-llvm.git] / docs / ReleaseNotes.html
index 685e9de1a356f2be890341d4cb0140a6ec80641f..aa85e15f5825564cc3814a2bac276637de31a58b 100644 (file)
@@ -311,6 +311,9 @@ Release Notes</a>.</h1>
   <li>The loop unroll pass now is able to unroll loops with run-time trip counts.
       This feature is turned off by default, and is enabled with the
       <code>-unroll-runtime</code> flag.</li>
+  <li>A new basic-block autovectorization pass is available. Pass
+      <code>-vectorize</code> to run this pass along with some associated
+      post-vectorization cleanup passes.</li>
   <li>....</li>
 </ul>
 
@@ -397,6 +400,7 @@ Release Notes</a>.</h1>
   times and better support for different calling conventions.  The old WINCALL
   instructions are no longer needed.</li>
   <li>DW2 Exception Handling is enabled on Cygwin and MinGW.</li>
+  <li>Support for implicit TLS model used with MS VC runtime</li>
 </ul>
 
 </div>
@@ -532,6 +536,8 @@ syntax, there are still significant gaps in that support.</p>
 <li><code>llvm::getTrapFunctionName()</code></li>
 <li><code>llvm::EnableSegmentedStacks</code></li>
 </ul></li>
+  <li>The MDBuilder class has been added to simplify the creation of
+      metadata.</li>
   <li>....</li>
 </ul>