[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 18 19:09:05 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.51 -> 1.52

---
Log message:

More bugz


---
Diffs of the changes:  (+3 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.51 llvm/docs/ReleaseNotes.html:1.52
--- llvm/docs/ReleaseNotes.html:1.51	Tue Nov 18 17:04:02 2003
+++ llvm/docs/ReleaseNotes.html	Tue Nov 18 19:08:24 2003
@@ -155,6 +155,8 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR123">[X86] div and rem constant exprs invalidate iterators!</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR125">[llvmg++] Enum types are incorrectly shrunk to smaller than 'int' size</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR128">[llvmg++] Cannot use pointer to member to initialize global</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR130">[vmcore] Symbol table doesn't rename colliding variables during type resolution</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR131">[llvm-gcc] ?: operator as lvalue not implemented</a></li>
 </ol><p>
 
 At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden
@@ -457,6 +459,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: Tue Nov 18 14:56:05 CST 2003
+Last modified: Tue Nov 18 19:06:34 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list