mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Move this to the proper section.
I misread Optimizer Improvements as Other Improvements for some reason. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ca93d004b
commit
1494bccef7
@ -175,6 +175,9 @@ Common linkage?
|
|||||||
Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize"
|
Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize"
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>The C and Ocaml bindings have received additional improvements. The
|
||||||
|
bindings now cover pass managers, several transformation passes, iteration
|
||||||
|
over the LLVM IR, target data, and parameter attribute lists.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -215,9 +218,6 @@ LLVM 2.3 optimizers support a few major enhancements:</p>
|
|||||||
memcpy calls, unneeded copies of aggregates, and handles the return slot
|
memcpy calls, unneeded copies of aggregates, and handles the return slot
|
||||||
optimization. The LLVM optimizer now notices long sequences of consequtive
|
optimization. The LLVM optimizer now notices long sequences of consequtive
|
||||||
stores and merges them into memcpy's where profitable.</li>
|
stores and merges them into memcpy's where profitable.</li>
|
||||||
<li>The C and Ocaml bindings have received additional improvements. The
|
|
||||||
bindings now cover pass managers, several transformation passes, iteration
|
|
||||||
over the LLVM IR, target data, and parameter attribute lists.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user