Update the 'new features' section
authorChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 03:51:34 +0000 (03:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 03:51:34 +0000 (03:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11731 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index c1eb2d985b95f4a1973f60d0b0aa97c705f2f9b1..35f5f7802b6e2de3f592c43258b743c9d1712a8b 100644 (file)
@@ -87,7 +87,10 @@ This release implements the following new features:
 
 <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>