From: Chris Lattner Date: Fri, 18 May 2007 06:38:51 +0000 (+0000) Subject: finished the first draft X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=46ccdbf93dda406ef8f5e1000bb386de36324d8f;p=oota-llvm.git finished the first draft git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37219 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fa3317bb6e6..abf2582c2f4 100644 --- a/docs/ReleaseNotes.html +++ b/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: