diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-12 16:55:41 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-12 16:55:41 +0000 |
commit | adb1c39db9fcdfd8726f21532a789fed389e463c (patch) | |
tree | 53cbe2f6f8f7240ef432073f1cf6a4c9163205f6 | |
parent | bbd913bb6df533671f52dbbbc405f21ea17dd06f (diff) |
* 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
-rw-r--r-- | docs/ReleaseNotes.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 30a42c6082..d7aaf5de92 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -22,7 +22,7 @@ <li><a href="#c-fe">Known problems with the C Front-end</a> <li><a href="#c++-fe">Known problems with the C++ Front-end</a> <li><a href="#x86-be">Known problems with the X86 Back-end</a> - <li><a href="#sparc-be">Known problems with the Sparc Back-end</a> + <li><a href="#sparcv9-be">Known problems with the SparcV9 Back-end</a> <li><a href="#c-be">Known problems with the C back-end</a> </ul></li> <li><a href="#additionalinfo">Additional Information</a></li> @@ -278,7 +278,7 @@ missing external functions encountered</a></li> asssertion</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR332">[adce] Crash handling unreachable code that unwinds</a></li> -<li><a href="http://llvm.cs.uiuc.edu/PR333">[sparc] LLC can't emit 2 functions +<li><a href="http://llvm.cs.uiuc.edu/PR333">[sparcv9] LLC can't emit 2 functions of the same name, both having constant pools</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed physical register use of aliased definition</a></li> @@ -682,13 +682,14 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes</a>.</li> <!-- ======================================================================= --> <div class="doc_subsection"> - <a name="sparc-be">Known problems with the Sparc back-end</a> + <a name="sparcv9-be">Known problems with the SparcV9 back-end</a> </div> <div class="doc_text"> <ul> -<li>There are several programs in the LLVM testsuite that the Sparc code generator is known to miscompile.</li> +<li><a href="http://llvm.cs.uiuc.edu/PR60">[sparcv9] SparcV9 backend miscompiles +several programs in the LLVM test suite</a></li> </ul> </div> |