[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Mon Jan 31 17:34:08 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.291 -> 1.292
---
Log message:

Update speedup and shrinkage info


---
Diffs of the changes:  (+3 -3)

 ReleaseNotes.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.291 llvm/docs/ReleaseNotes.html:1.292
--- llvm/docs/ReleaseNotes.html:1.291	Fri Jan 28 18:44:22 2005
+++ llvm/docs/ReleaseNotes.html	Mon Jan 31 19:33:52 2005
@@ -78,8 +78,8 @@
   <li>LLVM now includes an <a href="http://llvm.cs.uiuc.edu/PR415">
       Interprocedural Sparse Conditional Constant Propagation</a> pass, named
      -ipsccp, which is run by default at link-time.</li>
-  <li>LLVM is now about 10% faster than before due to its core data structures
-      using less memory.</li>
+  <li>LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures
+      use about 20% less memory.</li>
 </ol>
 
 </div>
@@ -567,7 +567,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/01/29 00:44:22 $
+  Last modified: $Date: 2005/02/01 01:33:52 $
 </address>
 
 </body>






More information about the llvm-commits mailing list