mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Move i128 on x86-64 from the codegen section to the x86-specific section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c399265cb
commit
4e16d4000b
@ -200,7 +200,6 @@ faster:</p>
|
|||||||
than 64 bits. Note that support for such types is also dependent on
|
than 64 bits. Note that support for such types is also dependent on
|
||||||
target-specific support. Use of APInt is also a step toward support for
|
target-specific support. Use of APInt is also a step toward support for
|
||||||
non-power-of-2 integer sizes.</li>
|
non-power-of-2 integer sizes.</li>
|
||||||
<li>Support for 128-bit integers on X86-64.</li>
|
|
||||||
<li>Several compile time speedups for code with large basic blocks.</li>
|
<li>Several compile time speedups for code with large basic blocks.</li>
|
||||||
<li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
|
<li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
|
||||||
visualization of scheduling dependency graphs easier to understand.</li>
|
visualization of scheduling dependency graphs easier to understand.</li>
|
||||||
@ -266,6 +265,8 @@ memset is now more aggressive.</li>
|
|||||||
<li><tt>__builtin_prefetch</tt> is now compiled into the appropriate prefetch
|
<li><tt>__builtin_prefetch</tt> is now compiled into the appropriate prefetch
|
||||||
instructions instead of being ignored.</li>
|
instructions instead of being ignored.</li>
|
||||||
|
|
||||||
|
<li>128-bit integers are now supported on x86-64 targets.</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user