[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Nov 1 20:16:07 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.27 -> 1.28
---
Log message:
Bugz fixed
---
Diffs of the changes: (+5 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.27 llvm/docs/ReleaseNotes.html:1.28
--- llvm/docs/ReleaseNotes.html:1.27 Thu Oct 30 10:20:15 2003
+++ llvm/docs/ReleaseNotes.html Sat Nov 1 20:15:11 2003
@@ -93,6 +93,10 @@
<li><a href="http://llvm.cs.uiuc.edu/PR70">[instcombine] Resolving invoke inserts cast after terminator</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR71">llvm-as crashes when labels are used in phi nodes</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR72">[build problem] Callgraph.cpp not pulled in from libipa.a</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR79">llvm-gcc crashes compiling global union initializer</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR80">C front-end crash on empty structure</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li>
+
</ol><p>
At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden
@@ -389,6 +393,6 @@
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: Thu Oct 30 10:19:50 CST 2003
+Last modified: Sat Nov 1 20:14:25 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list