diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-09 19:44:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-09 19:44:07 +0000 |
commit | 11dde85095d320e59619cda421a67390244fecc7 (patch) | |
tree | a9f21a9bb508a180f30bb22b008455760819057d /docs | |
parent | d5b1245e8c8a0482ffa91601575743c6ec61ca19 (diff) | |
download | external_llvm-11dde85095d320e59619cda421a67390244fecc7.zip external_llvm-11dde85095d320e59619cda421a67390244fecc7.tar.gz external_llvm-11dde85095d320e59619cda421a67390244fecc7.tar.bz2 |
Bugz bugz bugz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ba95053..d7f6c6a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -121,8 +121,10 @@ In this release, the following bugs in the previous release were fixed:<p> <li><a href="http://llvm.cs.uiuc.edu/PR92">[bcreader] Cannot read shift constant expressions from bytecode file</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR93">[lowersetjmp] Lowersetjmp pass breaks dominance properties!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR94">llvm-gcc tries to add bools</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR95">SymbolTable::getUniqueName is very inefficient</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR98">[buildscripts] Building into objdir with .o in it fails</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR101">[setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR104">[c++] C++ Frontend lays out superclasses like anonymous bitfields!</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -429,6 +431,6 @@ via the mailing lists.<p> Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br> <!-- Created: Wed Oct 1 17:38:54 CDT 2003 --> <!-- hhmts start --> -Last modified: Fri Nov 7 22:26:24 CST 2003 +Last modified: Sun Nov 9 13:42:42 CST 2003 <!-- hhmts end --> </body></html> |