From 14cd539ce1ef1b8be8e9cd6e014d579dd244045b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 May 2004 05:34:32 +0000 Subject: [PATCH] new feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13714 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 ef56380d22d..4c3be015b35 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -112,6 +112,8 @@ Garbage Collection, enabling the use of aggressive copying and generational collectors.
  • LLVM now includes an implementation of Andersen's interprocedural alias analysis algorithm.
  • +
  • Bugpoint can extract individual +basic blocks to track down reduce miscompilation testcases.