Fix register printing in disassembling of push/pop of segment registers and in/out...
[oota-llvm.git] / docs / ReleaseNotes.html
index ebcbf15dadf7f27941042eb16eb8fce007f08324..4feb907d367fef5bf476e37fc4a678670ccf4135 100644 (file)
@@ -583,12 +583,22 @@ it run faster:</p>
 <ul>
   <li>The <code>LowerSetJmp</code> pass wasn't used effectively by any
       target and has been removed.</li>
+  <li>The old <code>TailDup</code> pass was not used in the standard pipeline
+      and was unable to update ssa form, so it has been removed.
   <li>The syntax of volatile loads and stores in IR has been changed to
       "<code>load volatile</code>"/"<code>store volatile</code>".  The old
       syntax ("<code>volatile load</code>"/"<code>volatile store</code>")
       is still accepted, but is now considered deprecated.</li>
 </ul>
 
+<h4>Windows (32-bit)</h4>
+<div>
+<ul>
+  <li>On Win32(MinGW32 and MSVC), Windows 2000 will not be supported.
+      Windows XP or higher is required.</li>
+</ul>
+</div>
+
 </div>
 
 <!--=========================================================================-->