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

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 5 15:18:01 PST 2004


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

ReleaseNotes.html updated: 1.17 -> 1.18

---
Log message:

Bug fixed.  Also, move another bug from into the 'fixed in 1.2' section


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

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.17 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.18
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.17	Tue Feb  3 17:00:20 2004
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Thu Feb  5 15:17:11 2004
@@ -376,12 +376,6 @@
 </a>
 </li>
 
-<li>
-<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=174">
-Tail duplication does not update SSA form correctly.
-</a>
-</li>
-
 </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
@@ -396,8 +390,10 @@
 frontend target string has unexpected value</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR212">[bcreader] Bytecode reader misreads
 'long -9223372036854775808'!</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=174">Tail duplication does not update SSA form correctly.</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR218">VMCore mishandles double -0.0</a></li>
 <li><A href="http://llvm.cs.uiuc.edu/PR222">make tools-only doesn't make lib/Support</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR223">[loopsimplify] Loopsimplify incorrectly updates dominator information</a></li>
 </ul>
 
 </div>
@@ -767,7 +763,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/02/03 23:00:20 $
+  Last modified: $Date: 2004/02/05 21:17:11 $
 </address>
 
 </body>





More information about the llvm-commits mailing list