diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-24 03:50:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-24 03:50:24 +0000 |
commit | 1e1a78a899f059dfab43f2bde8beebb7d212470e (patch) | |
tree | 442a886a88165e8075687dfdbb28074ddce41501 /docs/ReleaseNotes.html | |
parent | 7b3d73b7ecbecf423c3766e596b6086767444363 (diff) | |
download | external_llvm-1e1a78a899f059dfab43f2bde8beebb7d212470e.zip external_llvm-1e1a78a899f059dfab43f2bde8beebb7d212470e.tar.gz external_llvm-1e1a78a899f059dfab43f2bde8beebb7d212470e.tar.bz2 |
Now that's a new feature!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 35f5f78..b0309ef 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |