diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-09 21:22:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-09 21:22:51 +0000 |
commit | 56e670557f62f82a201126082fa1663fe781b5bc (patch) | |
tree | ab70e826a4878ff9107520314a67287f81170eac /docs/ReleaseNotes.html | |
parent | a50c4ba86f81c10bebfd70d90d196ea996e66940 (diff) | |
download | external_llvm-56e670557f62f82a201126082fa1663fe781b5bc.zip external_llvm-56e670557f62f82a201126082fa1663fe781b5bc.tar.gz external_llvm-56e670557f62f82a201126082fa1663fe781b5bc.tar.bz2 |
Many things have been fixed, so move them out of the "known problems" section
Also, PR137 is a code quality PR, not a bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 071dd0a..3eee0e7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -158,6 +158,7 @@ canonicalization always makes 32-bit indvars</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR193">[constantmerge] Merging globals can cause use of invalid pointers!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR212">[bcreader] Bytecode reader misreads 'long -9223372036854775808'!</a></li> +<li><a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=174">Tail duplication does not update SSA form correctly.</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR218">VMCore mishandles double -0.0</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR223">[loopsimplify] Loopsimplify incorrectly updates dominator information</a></li> @@ -165,6 +166,7 @@ cause use of invalid pointers!</a></li> </ol> + <p>Bugs in the C/C++ front-end:</p> <ol> @@ -250,18 +252,7 @@ The gccld program does not link objects/archives in the order specified on the command line. </a> </li> - -<li> -<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=174"> -Tail duplication does not update SSA form correctly. -</a> -</li> - -<li><a href="http://llvm.cs.uiuc.edu/PR16">[lowerinvoke] The -lowerinvoke pass -does not insert calls to setjmp/longjmp</a>.</li> - </ul> - </div> <!-- ======================================================================= --> @@ -288,21 +279,6 @@ Initialization of global union variables can only be done <a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=162">with the largest union member</a>. </li> - -<li> -<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=182"> -Functions marked "extern inline" are not compiled into LLVM with linkonce -linkage. -</a> -</li> - - -<li> -The memory management functions in the libc runtime -<a href="http://llvm.cs.uiuc.edu/PR186">need weak linkage so that they can be -overridden. -</a> -</li> </ul> </div> @@ -471,12 +447,6 @@ Please report any bugs or problems.</p> <ul> <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C front-end</a>.</li> - -<li> -<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=137"> -Code is generated for empty classes. -</a> -</li> </ul> </div> |