[llvm-commits] CVS: llvm/docs/ReleaseNotes.html 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Fri Jan 28 16:44:36 PST 2005
    
    
  
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.290 -> 1.291
---
Log message:
noteworthy.
---
Diffs of the changes:  (+3 -1)
 ReleaseNotes.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.290 llvm/docs/ReleaseNotes.html:1.291
--- llvm/docs/ReleaseNotes.html:1.290	Fri Jan 28 00:13:52 2005
+++ llvm/docs/ReleaseNotes.html	Fri Jan 28 18:44:22 2005
@@ -78,6 +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>
 </ol>
 
 </div>
@@ -565,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/28 06:13:52 $
+  Last modified: $Date: 2005/01/29 00:44:22 $
 </address>
 
 </body>
    
    
More information about the llvm-commits
mailing list