[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jun 10 21:21:00 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.197 -> 1.198
---
Log message:
Bug fixed.
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.197 llvm/docs/ReleaseNotes.html:1.198
--- llvm/docs/ReleaseNotes.html:1.197 Tue Jun 8 20:09:16 2004
+++ llvm/docs/ReleaseNotes.html Thu Jun 10 21:15:39 2004
@@ -233,6 +233,9 @@
<li>The C backend now emits <a href="http://llvm.cs.uiuc.edu/PR334">Syntactic
loops</a> in the code to help C compilers whose optimizers do not recognize
loops formed from gotos (like GCC).</li>
+
+<li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR368">[sparcv9] null
+often spilled to constant pool</a>.</li>
</ol>
</div>
@@ -712,7 +715,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/06/09 01:09:16 $
+ Last modified: $Date: 2004/06/11 02:15:39 $
</address>
</body>
More information about the llvm-commits
mailing list