mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
add note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11876 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e7ac16926
commit
fd343b0bec
@ -115,6 +115,8 @@ that support it.</li>
|
||||
<li>The X86 backend now generates <b>substantially</b> better native code, and is faster.</li>
|
||||
<li>The C backend has been turned moved from the "llvm-dis" tool to the "llc"
|
||||
tool. You can activate it with "<tt>llc -march=c foo.bc -o foo.c</tt>".</li>
|
||||
<li>LLVM includes a new interprocedural optimization that marks global variables
|
||||
"constant" when they are provably never written to.</li>
|
||||
</ol>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user