mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Note about bytecode format
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2798cd077a
commit
8c1237e63c
@ -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
|
<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>
|
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
|
<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
|
to be <a href="http://llvm.cs.uiuc.edu/PR86">significantly more
|
||||||
precise</a>.</li>
|
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>
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user