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

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 21 22:07:11 PST 2003


Changes in directory llvm-www/releases/1.1/docs:

ReleaseNotes.html updated: 1.5 -> 1.6

---
Log message:

bug found


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

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.5 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.6
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.5	Thu Dec 18 02:20:31 2003
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Sun Dec 21 22:06:38 2003
@@ -375,12 +375,14 @@
 </a>
 </li>
 
-</ul><b>Bugs in 1.0 fixed in 1.1:</b><ul>
+</ul><b>Bugs in 1.1 fixed in 1.2:</b><ul>
 
 <li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory
 locations to registers</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR191">[licm] Memory read after free causes 
 infrequent crash</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR194">[indvars] Induction variable 
+canonicalization always makes 32-bit indvars</a></li>
 
 </ul>
 
@@ -739,7 +741,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: 2003/12/18 08:20:31 $
+  Last modified: $Date: 2003/12/22 04:06:38 $
 </address>
 
 </body>





More information about the llvm-commits mailing list