From: Chris Lattner Date: Sat, 2 Oct 2010 21:59:30 +0000 (+0000) Subject: checkpoint, don't expect this to read right yet. :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d9b6b439ad2d580780d7388e636ba02988653e6;p=oota-llvm.git checkpoint, don't expect this to read right yet. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115426 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2573dc88213..385e6357636 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -67,7 +67,6 @@ current one. To see the release notes for a specific release, please see the Almost dead code. include/llvm/Analysis/LiveValues.h => Dan lib/Transforms/IPO/MergeFunctions.cpp => consider for 2.8. - llvm/Analysis/PointerTracking.h => Edwin wants this, consider for 2.8. GEPSplitterPass --> @@ -82,79 +81,6 @@ Almost dead code. - -
@@ -253,10 +179,10 @@ libgcc routines).

All of the code in the compiler-rt project is available under the standard LLVM -License, a "BSD-style" license. New in LLVM 2.8: - -Soft float support -

+License, a "BSD-style" license. New in LLVM 2.8, compiler_rt now supports +soft floating point (for targets that don't have a real floating point unit), +and includes an extensive testsuite for the "blocks" language feature and the +blocks runtime included in compiler_rt.

@@ -526,10 +452,6 @@ organization changes have happened:

LLVM 2.8 includes several major new capabilities:

@@ -546,6 +468,13 @@ expose new optimization opportunities:

@@ -704,6 +710,14 @@ it run faster: