Now that's a new feature!

llvm-svn: 11786
This commit is contained in:
Chris Lattner 2004-02-24 03:50:24 +00:00
parent 101e704b0b
commit 7479e1ebd7
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ This release implements the following new features:
<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>
<li><a href="http://llvm.cs.uiuc.edu/PR253">LLVM now no longer depends on the boost library</a>.</li>
</ol>