X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FReleaseNotes.html;h=84200c3b7275218df378b56133ac4c1da643e945;hb=f70cbb2d6a9d2783d581ef7b5fdefd1b305ce332;hp=88c7de07a47c874b7440f84eabd6a1f94fb8736c;hpb=ca1c816f2538de02f814c7269121004cca1e2552;p=oota-llvm.git diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 88c7de07a47..84200c3b727 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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
  • The llvm/Support/DataTypes.h header has moved to llvm/System/DataTypes.h.
  • +
  • The isInteger, isIntOrIntVector, isFloatingPoint, +isFPOrFPVector and isFPOrFPVector methods have been renamed +isIntegerTy, isIntOrIntVectorTy, isFloatingPointTy, +isFPOrFPVectorTy and isFPOrFPVectorTy respectively.