[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 22 21:52:00 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.131 -> 1.132
---
Log message:
Update the 'new features' section
---
Diffs of the changes: (+5 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.131 llvm/docs/ReleaseNotes.html:1.132
--- llvm/docs/ReleaseNotes.html:1.131 Sun Feb 22 21:36:36 2004
+++ llvm/docs/ReleaseNotes.html Sun Feb 22 21:51:34 2004
@@ -87,7 +87,10 @@
<ol>
<li><a href="SourceLevelDebugging.html">A new LLVM source-level debugger has been started.</a></li>
-<li></li>
+<li>LLVM 1.2 encodes bytecode files for large programs in 10-30% less space.</li>
+<li>LLVM can now feed profile information back into optimizers for Profile Guided Optimization, and includes a simple basic block reordering pass.</li>
+<li>The LLVM JIT lazily initializes global variables, reducing startup time for programs with lots of globals (like C++ programs).</li>
+<li>The "tblgen" tool is <a href="TableGenFundamentals.html">now documented</a>.</li>
</ol>
@@ -585,7 +588,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/23 03:36:36 $
+ Last modified: $Date: 2004/02/23 03:51:34 $
</address>
</body>
More information about the llvm-commits
mailing list