mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
linkify, this requires pulling CodeGenerator.html into 2.3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d10e467ad9
commit
f3a4fea145
@ -425,9 +425,10 @@ faster:</p>
|
||||
'i' form when possible instead of always loading the value in a register.
|
||||
This saves an instruction and reduces register use.</li>
|
||||
|
||||
<li>Added support for PIC/GOT style tail calls on x86/32 and initial support
|
||||
for tail calls on PowerPC 32 (it may also work on ppc64 but not
|
||||
thoroughly tested).</li>
|
||||
<li>Added support for PIC/GOT style <a
|
||||
href="CodeGenerator.html#tailcallopt">tail calls</a> on X86/32 and initial
|
||||
support for tail calls on PowerPC 32 (it may also work on PowerPC 64 but is
|
||||
not thoroughly tested).</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user