aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-23 03:51:34 +0000
committerChris Lattner <sabre@nondot.org>2004-02-23 03:51:34 +0000
commita118ae1c9d00cfc553b45d265e71e14a41037c02 (patch)
treef2c1c5d9acc5d9389e963ab0c68149a89ebc8439 /docs/ReleaseNotes.html
parent3fd8259c9b070454094ab25b32e379643da23d6b (diff)
downloadexternal_llvm-a118ae1c9d00cfc553b45d265e71e14a41037c02.zip
external_llvm-a118ae1c9d00cfc553b45d265e71e14a41037c02.tar.gz
external_llvm-a118ae1c9d00cfc553b45d265e71e14a41037c02.tar.bz2
Update the 'new features' section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c1eb2d9..35f5f78 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>