From fd343b0bec773c611e468a9e42d991a0ff26d68d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Feb 2004 08:02:57 +0000 Subject: [PATCH] add note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11876 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6d286cd4b10..fc6f15b9ed9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -115,6 +115,8 @@ that support it.
  • The X86 backend now generates substantially better native code, and is faster.
  • The C backend has been turned moved from the "llvm-dis" tool to the "llc" tool. You can activate it with "llc -march=c foo.bc -o foo.c".
  • +
  • LLVM includes a new interprocedural optimization that marks global variables +"constant" when they are provably never written to.