From 6bd7567910a724cd773965aa4aacd418f011c1db Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 12 Oct 2009 16:13:36 +0000 Subject: [PATCH] fix three validation errors, I leave the fourth to sabre :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83851 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes-2.6.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index a5cd5e0abaa..5aa8d010f7e 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -574,7 +574,6 @@ release includes a few major enhancements and additions to the optimizers:

inlining similar arrays from multiple callees into one caller.
  • LLVM includes a new experimental Static Single Information (SSI) construction pass.
  • - @@ -702,7 +701,7 @@ it run faster:

    reference logic to one place (X86Subtarget::ClassifyGlobalReference) which makes it easier to reason about. - + @@ -753,8 +752,6 @@ supports both the Thumb2 and Advanced SIMD (Neon) instruction sets.
  • The ARM calling convention code is now tblgen generated instead of resorting to C++ code.
  • - -

    These features are still somewhat experimental and subject to change. The Neon intrinsics, in particular, may change in future