1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/CodeGen
Reid Kleckner 42ded7f3da Win64: Put a REX_W prefix on all TAILJMP* instructions
MSDN's x64 software conventions page says that this is one of the fixed
list of legal epilogues:
https://msdn.microsoft.com/en-us/library/tawsa7cb.aspx

Presumably this is how the unwinder distinguishes epilogue jumps from
in-function control flow.

Also normalize the way we place "## TAILCALL" comments on such jumps.

llvm-svn: 227611
2015-01-30 21:03:31 +00:00
..
AArch64 [AArch64]Fix PR21675, a bug about lowering llvm.ctpop.i32. We should noot use "DAG.getUNDEF(MVT::v8i8)" to get all zero vector. 2015-01-30 02:13:53 +00:00
ARM Add a missing Tag_DIV_use test for Cortex-M7. 2015-01-29 11:19:54 +00:00
BPF bpf: add missing lit.local.cfg 2015-01-24 18:20:52 +00:00
CPP
Generic overloaded-intrinsic-name: exercise anyptr on struct 2015-01-27 20:03:08 +00:00
Hexagon [Hexagon] Deleting old variants of intrinsics and adding missing tests. 2015-01-29 17:26:56 +00:00
Inputs
Mips Move the Mips target to storing the ABI in the TargetMachine rather 2015-01-26 17:33:46 +00:00
MSP430
NVPTX [NVPTX] Generate a more optimal sequence for select of i1 2015-01-26 19:52:20 +00:00
PowerPC [PowerPC] Complete setting the baseline for ppc64le 2015-01-29 15:59:09 +00:00
R600 R600/SI: Implement enableAggressiveFMAFusion 2015-01-29 19:34:32 +00:00
SPARC
SystemZ
Thumb
Thumb2
X86 Win64: Put a REX_W prefix on all TAILJMP* instructions 2015-01-30 21:03:31 +00:00
XCore