[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Jan 16 15:56:03 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.99 -> 1.100
---
Log message:
Add a fixed bug
---
Diffs of the changes: (+10 -4)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.99 llvm/docs/ReleaseNotes.html:1.100
--- llvm/docs/ReleaseNotes.html:1.99 Thu Jan 15 11:59:29 2004
+++ llvm/docs/ReleaseNotes.html Fri Jan 16 15:55:04 2004
@@ -127,14 +127,20 @@
<!--=========================================================================-->
<div class="doc_subsubsection">
-In this release, the following Code Quality issues were fixed:
+In this release, the following build problems were fixed:
</div>
<ol>
+<li><a href="http://llvm.cs.uiuc.edu/PR210">[build] Makefiles break if C frontend target string has unexpected value</a></li>
+</ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
+<!--=========================================================================-->
+<div class="doc_subsubsection">
+In this release, the following Code Quality issues were fixed:
+</div>
-<li></li>
+<ol>
+<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
</ol>
@@ -600,7 +606,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/15 17:59:29 $
+ Last modified: $Date: 2004/01/16 21:55:04 $
</address>
</body>
More information about the llvm-commits
mailing list