[llvm-commits] CVS: llvm-www/releases/1.2/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Apr 4 20:44:20 PDT 2004
Changes in directory llvm-www/releases/1.2/docs:
ReleaseNotes.html updated: 1.6 -> 1.7
---
Log message:
PR82: http://llvm.cs.uiuc.edu/PR82 is finally fixed!
---
Diffs of the changes: (+3 -4)
Index: llvm-www/releases/1.2/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.2/docs/ReleaseNotes.html:1.6 llvm-www/releases/1.2/docs/ReleaseNotes.html:1.7
--- llvm-www/releases/1.2/docs/ReleaseNotes.html:1.6 Thu Apr 1 14:31:37 2004
+++ llvm-www/releases/1.2/docs/ReleaseNotes.html Sun Apr 4 20:43:27 2004
@@ -338,9 +338,6 @@
<li>Linking in static archive files (.a files) is very slow (there is no symbol
table in the archive).</li>
-<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
-more than 256 elements</a>.</li>
-
<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
@@ -350,6 +347,8 @@
</ul><b>Bugs in 1.2 fixed in 1.3:</b><ul>
+<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with more than 256 elements</a></li>
+
<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack breaks SSA form</a></li>
@@ -670,7 +669,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/04/01 20:31:37 $
+ Last modified: $Date: 2004/04/05 01:43:27 $
</address>
</body>
More information about the llvm-commits
mailing list