From a516e99ed6f898e239f33aeef00d726de4bd2366 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 12 Jul 2004 16:55:41 +0000 Subject: [PATCH] * Clarify Sparc as SparcV9 * Add link to bugzilla bug with list of miscompiled SparcV9 programs * Wrap long lines llvm-svn: 14769 --- llvm/docs/ReleaseNotes.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 30a42c6082b4..d7aaf5de92ab 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -22,7 +22,7 @@
  • Known problems with the C Front-end
  • Known problems with the C++ Front-end
  • Known problems with the X86 Back-end -
  • Known problems with the Sparc Back-end +
  • Known problems with the SparcV9 Back-end
  • Known problems with the C back-end
  • Additional Information
  • @@ -278,7 +278,7 @@ missing external functions encountered asssertion
  • [adce] Crash handling unreachable code that unwinds
  • -
  • [sparc] LLC can't emit 2 functions +
  • [sparcv9] LLC can't emit 2 functions of the same name, both having constant pools
  • [livevar] Live variables missed physical register use of aliased definition
  • @@ -682,13 +682,14 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes.
    - Known problems with the Sparc back-end + Known problems with the SparcV9 back-end