Now that's a new feature!
authorChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 03:50:24 +0000 (03:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 03:50:24 +0000 (03:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11786 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 35f5f7802b6e2de3f592c43258b743c9d1712a8b..b0309ef120323072c22d600fa4da38306c1aaf69 100644 (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>