From: Chris Lattner Date: Tue, 24 Feb 2004 03:50:24 +0000 (+0000) Subject: Now that's a new feature! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1e1a78a899f059dfab43f2bde8beebb7d212470e;p=oota-llvm.git Now that's a new feature! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 35f5f7802b6..b0309ef1203 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -91,6 +91,7 @@ This release implements the following new features:
  • LLVM can now feed profile information back into optimizers for Profile Guided Optimization, and includes a simple basic block reordering pass.
  • The LLVM JIT lazily initializes global variables, reducing startup time for programs with lots of globals (like C++ programs).
  • The "tblgen" tool is now documented.
  • +
  • LLVM now no longer depends on the boost library.