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

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 20 13:17:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.101 -> 1.102

---
Log message:

bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.101 llvm/docs/ReleaseNotes.html:1.102
--- llvm/docs/ReleaseNotes.html:1.101	Sun Jan 18 14:13:43 2004
+++ llvm/docs/ReleaseNotes.html	Tue Jan 20 13:16:50 2004
@@ -160,6 +160,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>
 
 </ol>
 
@@ -610,7 +611,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/01/18 20:13:43 $
+  Last modified: $Date: 2004/01/20 19:16:50 $
 </address>
 
 </body>





More information about the llvm-commits mailing list