From 8c1237e63cfc03e0b5a1d1cb4b21a068b509ef28 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 12 Dec 2003 05:52:39 +0000 Subject: [PATCH] Note about bytecode format git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10427 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c22eac530ee..2456a1b6746 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -140,11 +140,13 @@ object tree as subdirectories are built. This means that:
  • The -licm pass can now sink instructions out the bottom of loops in addition to being able to hoist them out the top.
  • -
  • The -basicaa pass (the default alias analysis) has been upgraded to be significantly more precise.
  • +
  • LLVM 1.1 implements a simple size optimization for LLVM bytecode files. + This means that the 1.1 files are smaller than 1.0, but that 1.0 won't + read 1.1 bytecode files.
  • -- 2.34.1