From 265bc8932af9f6724b69a1ce4f73c559b31b66e9 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 4 Oct 2010 17:54:30 +0000 Subject: [PATCH] validator fixes; others remain, somebody who knows some html, please have a look git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115526 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6bb86eda778..a8c20054c6b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -197,7 +197,6 @@ optimizers, rather than just a handful.
  • Fortran programs using common variables now link correctly.
  • GNU OMP constructs no longer crash the compiler.
  • -

    @@ -379,7 +378,7 @@ href="http://www.quokforge.org/projects/horizon/wiki/Wiki">wiki.

    -Clam AntiVirus is an open source (GPL) +Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. Since version 0.96 it has bytecode @@ -616,7 +615,6 @@ in this section.

  • LLVM 2.8 now has pretty decent support for debugging optimized code. You should be able to reliably get debug info for function arguments, assuming that the value is actually available where you have stopped.
  • -
  • A new 'llvm-diff' tool is available that does a semantic diff of .ll files.
  • The MC subproject has made major progress in this release.