From 59d448f15e6969964832fe37e273bfd57471c86c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 15 Sep 2004 01:09:25 +0000 Subject: [PATCH] Bug fixed llvm-svn: 16349 --- llvm/docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index cef29001c528..f352c8cb8f3f 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -158,8 +158,10 @@ were fixed:

Bugs fixed in the LLVM Core:

    +
  1. [licm] LICM invalidates alias analysis info + and uses broken information (optimizer crash)
  2. [asmwriter] Asmwriter is really slow for - functions with lots of values
  3. + functions with lots of values
  4. [anders-aa] Andersen's AA is completely broken in LLVM 1.3
  5. [bcwriter] Empty compaction tables