[llvm-commits] CVS: llvm-www/releases/1.5/docs/ReleaseNotes.html
John Criswell
criswell at cs.uiuc.edu
Wed Jun 29 09:22:43 PDT 2005
Changes in directory llvm-www/releases/1.5/docs:
ReleaseNotes.html updated: 1.2 -> 1.3
---
Log message:
Bug found.
---
Diffs of the changes: (+2 -1)
ReleaseNotes.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-www/releases/1.5/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.5/docs/ReleaseNotes.html:1.2 llvm-www/releases/1.5/docs/ReleaseNotes.html:1.3
--- llvm-www/releases/1.5/docs/ReleaseNotes.html:1.2 Wed May 18 11:04:43 2005
+++ llvm-www/releases/1.5/docs/ReleaseNotes.html Wed Jun 29 11:22:25 2005
@@ -430,6 +430,7 @@
mark values live across a setjmp as volatile</a>. This missing feature
only affects targets whose setjmp/longjmp libraries do not save and restore
the entire register file.</li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR591">The simplify-libcalls pass generates ill-formed LLVM code</a>.</li>
</ul>
</div>
@@ -826,7 +827,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: 2005/05/18 16:04:43 $
+ Last modified: $Date: 2005/06/29 16:22:25 $
</address>
</body>
More information about the llvm-commits
mailing list