From 39491a7e1362ee077300699f4aa3de8da6d0bdcd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 May 2004 04:45:52 +0000 Subject: [PATCH] Add some notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13709 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index daebd8d73d0..5e3eacad4f4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -101,6 +101,11 @@ constrained to be the same as the CFG for the LLVM input code.
  • LLVM now has new loop unrolling and loop unswitching passes.
  • The induction variable substitution pass performs linear function test replacement and exit value replacement optimizations.
  • +
  • LLVM now has first-class support for Accurate +Garbage Collection, enabling the use of aggressive copying and generational +collectors.
  • +
  • LLVM now includes an implementation of Andersen's interprocedural alias +analysis algorithm.