[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 10 22:11:07 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.282 -> 1.283
---
Log message:
New feature
---
Diffs of the changes: (+4 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.282 llvm/docs/ReleaseNotes.html:1.283
--- llvm/docs/ReleaseNotes.html:1.282 Fri Dec 10 10:27:34 2004
+++ llvm/docs/ReleaseNotes.html Sat Dec 11 00:10:52 2004
@@ -86,7 +86,9 @@
<div class="doc_text">
<ol>
- <li></li>
+ <li>LLVM now includes an <a href="http://llvm.cs.uiuc.edu/PR415">
+ Inter-Procedural Sparse Conditional Constant Propagation</a> pass, named
+ -ipsccp, which is run by default at link-time.</li>
</ol>
</div>
@@ -569,7 +571,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/12/10 16:27:34 $
+ Last modified: $Date: 2004/12/11 06:10:52 $
</address>
</body>
More information about the llvm-commits
mailing list