From 8ce1ba466fcb4a0ff5b8b5518f70d834b5dbfe5d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 17 May 2007 21:41:31 +0000 Subject: add a section about API changes. llvm-svn: 37181 --- llvm/docs/ReleaseNotes.html | 69 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 10 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7e157c000fd..bf2fd305eb6 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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:

+ + +
-- cgit v1.2.3