From 1e1a78a899f059dfab43f2bde8beebb7d212470e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Feb 2004 03:50:24 +0000 Subject: Now that's a new feature! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11786 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/ReleaseNotes.html') 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:
  • 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.
  • -- cgit v1.1