[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 26 02:05:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.135 -> 1.136
---
Log message:
add note
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.135 llvm/docs/ReleaseNotes.html:1.136
--- llvm/docs/ReleaseNotes.html:1.135 Wed Feb 25 18:08:25 2004
+++ llvm/docs/ReleaseNotes.html Thu Feb 26 02:02:57 2004
@@ -115,6 +115,8 @@
<li>The X86 backend now generates <b>substantially</b> better native code, and is faster.</li>
<li>The C backend has been turned moved from the "llvm-dis" tool to the "llc"
tool. You can activate it with "<tt>llc -march=c foo.bc -o foo.c</tt>".</li>
+<li>LLVM includes a new interprocedural optimization that marks global variables
+"constant" when they are provably never written to.</li>
</ol>
@@ -607,7 +609,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/02/26 00:08:25 $
+ Last modified: $Date: 2004/02/26 08:02:57 $
</address>
</body>
More information about the llvm-commits
mailing list