From 46ccdbf93dda406ef8f5e1000bb386de36324d8f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 18 May 2007 06:38:51 +0000 Subject: finished the first draft git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37219 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fa3317b..abf2582 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:

    -- cgit v1.1