[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Misha Brukman
brukman at cs.uiuc.edu
Sun Apr 18 22:01:01 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.164 -> 1.165
---
Log message:
Add notes about PRs 38 and 290 being fixed.
---
Diffs of the changes: (+5 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.164 llvm/docs/ReleaseNotes.html:1.165
--- llvm/docs/ReleaseNotes.html:1.164 Sun Apr 18 21:56:49 2004
+++ llvm/docs/ReleaseNotes.html Sun Apr 18 22:01:01 2004
@@ -102,6 +102,10 @@
<ol>
<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/PR38">[bugpoint] External functions used in
+non-instruction entities, such as global constant initializer</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR290">Bugpoint doesn't support
+uses of external fns by immediate constant exprs</a></li>
</ol>
@@ -596,7 +600,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/19 02:56:49 $
+ Last modified: $Date: 2004/04/19 03:01:01 $
</address>
</body>
More information about the llvm-commits
mailing list