From a834fe24d568d7bf431fb35c53bed0b7f8ab6c0c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 4 Aug 2004 08:00:45 +0000 Subject: [PATCH] Add note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15481 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 016204cae9c..aa7c73dc558 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -206,6 +206,7 @@ Bytecode Reader class cleanup, Type should not derive from Value, eliminate ConstantPointerRef class.
  • The memory footprint of the LLVM IR has been reduced substantially.
  • +
  • The LLVM linker and many core classes have been sped up substantially.