From adb1c39db9fcdfd8726f21532a789fed389e463c 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14769 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 30a42c6082b..d7aaf5de92a 100644 --- a/docs/ReleaseNotes.html +++ b/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