diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-12 05:52:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-12 05:52:39 +0000 |
commit | 4b34b35549bc52a07c4f857fbc927a5defbbd392 (patch) | |
tree | 1546a3eeda97dc40ccdeee25388dd671878fb68b /llvm | |
parent | 8657acc07e614b5fa7300a2a8e623c2fe36872f5 (diff) | |
download | llvm-4b34b35549bc52a07c4f857fbc927a5defbbd392.zip llvm-4b34b35549bc52a07c4f857fbc927a5defbbd392.tar.gz llvm-4b34b35549bc52a07c4f857fbc927a5defbbd392.tar.bz2 |
Note about bytecode format
llvm-svn: 10427
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c22eac5..2456a1b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -140,11 +140,13 @@ object tree as subdirectories are built. This means that: <li>The <tt>-licm</tt> pass can now sink instructions out the bottom of loops in addition to being able to hoist them out the top.</li> - <li>The <tt>-basicaa</tt> pass (the default alias analysis) has been upgraded to be <a href="http://llvm.cs.uiuc.edu/PR86">significantly more precise</a>.</li> +<li>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.</li> </ol> |