diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-07 04:46:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-07 04:46:56 +0000 |
commit | 5b3fb034f902f52fac432bd15f0f0c153f8074ef (patch) | |
tree | 4db5f8f17cd0c2f6304421e6f6011212f308fb6a /docs/ReleaseNotes.html | |
parent | 94ed65f864d0ae6e827ce36507ccf0217d58bc51 (diff) | |
download | external_llvm-5b3fb034f902f52fac432bd15f0f0c153f8074ef.zip external_llvm-5b3fb034f902f52fac432bd15f0f0c153f8074ef.tar.gz external_llvm-5b3fb034f902f52fac432bd15f0f0c153f8074ef.tar.bz2 |
Add bugz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6d8b99f..1336c9d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -66,6 +66,7 @@ release implements the following new features:<p> <ol> <li><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000528.html">A new LLVM profiler, similar to gprof</a> is available</li> +<li>The LLVM C/C++ front-end now compiles on Mac OSX!</li> </ol><p> In this release, the following Quality of Implementation issues were fixed:<p> @@ -99,6 +100,10 @@ In this release, the following bugs in the previous release were fixed:<p> <li><a href="http://llvm.cs.uiuc.edu/PR89">[C++] Catch blocks make unparsable labels</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR90">[C++] Initializing array with constructable objects fail</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR91">[gccld] The -r (relinking) option does not work correctly</a></li> +<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/PR98">[buildscripts] Building into objdir with .o in it fails</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -405,6 +410,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: Wed Nov 5 00:07:20 CST 2003 +Last modified: Thu Nov 6 13:21:28 CST 2003 <!-- hhmts end --> </body></html> |