diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-04 08:00:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-04 08:00:45 +0000 |
commit | a834fe24d568d7bf431fb35c53bed0b7f8ab6c0c (patch) | |
tree | 9a1dd09e5fbc78cf5078fb36441421340c5ae6a3 | |
parent | 5a837defff581accc09048bea1cd839009e374a7 (diff) |
Add note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15481 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 016204cae9..aa7c73dc55 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -206,6 +206,7 @@ Bytecode Reader</a></li> class cleanup, Type should not derive from Value, eliminate ConstantPointerRef class</a>.</li> <li>The memory footprint of the LLVM IR has been reduced substantially.</li> +<li>The LLVM linker and many core classes have been sped up substantially.</li> </ol> </div> |