aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
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>