diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index fa3317bb6e60..abf2582c2f4b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -157,6 +157,8 @@ series. into MSIL (".net") bytecode. This is still fairly early development with a number of limitations. +
  • A new llvm-upgrade tool + exists to migrates LLVM 1.9 .ll files to LLVM 2.0 syntax.
  • @@ -378,15 +380,11 @@ Improvements
    Other Improvements
    -

    This release includes many other improvements, including -performance work, specifically designed to tune datastructure -usage. This makes several critical components faster.

    -

    More specific changes include: