From: Chris Lattner Date: Thu, 17 May 2007 21:41:31 +0000 (+0000) Subject: add a section about API changes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bfb17ab6b27dffe6fb766abd8bf362e9b742febb;p=oota-llvm.git add a section about API changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37181 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7e157c000fd..bf2fd305eb6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -295,13 +295,6 @@ New features include: -

Further, several significant target-specific enhancements are included in -LLVM 2.0:

- - - @@ -389,9 +382,6 @@ usage. This makes several critical components faster.

More specific changes include:

+ +
API Changes
+
+ +

LLVM 2.0 contains a revamp of the type system and several other significant +internal changes. If you are programming to the C++ API, be aware of the +following major changes:

+ + +