add some random nounwinds.
[oota-llvm.git] / docs / ReleaseNotes.html
index 88c7de07a47c874b7440f84eabd6a1f94fb8736c..84200c3b7275218df378b56133ac4c1da643e945 100644 (file)
@@ -66,6 +66,7 @@ Almost dead code.
   llvm/Analysis/PointerTracking.h => Edwin wants this, consider for 2.8.
   ABCD, SCCVN, GEPSplitterPass
   MSIL backend?
+  AndersAA -> Unsupported, zap after branch.
 -->
  
    
@@ -644,6 +645,10 @@ Clients must replace calls to
 <li>The <tt>llvm/Support/DataTypes.h</tt> header has moved
 to <tt>llvm/System/DataTypes.h</tt>.</li>
 
+<li>The <tt>isInteger</tt>, <tt>isIntOrIntVector</tt>, <tt>isFloatingPoint</tt>,
+<tt>isFPOrFPVector</tt> and <tt>isFPOrFPVector</tt> methods have been renamed
+<tt>isIntegerTy</tt>, <tt>isIntOrIntVectorTy</tt>, <tt>isFloatingPointTy</tt>, 
+<tt>isFPOrFPVectorTy</tt> and <tt>isFPOrFPVectorTy</tt> respectively.</li>
 </ul>
 
 </div>