1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/CodeGen
Sam Clegg eec63df6e5 [WebAssembly] Don't assume that strongly defined symbols are DSO-local
The current PIC model for WebAssembly is more like ELF in that it
allows symbol interposition.

This means that more functions end up being addressed via the GOT
and fewer directly added to the wasm table.

One effect is a reduction in the number of wasm table entries similar
to the previous attempt in https://reviews.llvm.org/D61539 which was
reverted.

Differential Revision: https://reviews.llvm.org/D61772

llvm-svn: 360402
2019-05-10 01:52:08 +00:00
..
AArch64 Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)" 2019-05-06 21:55:05 +00:00
AMDGPU [AMDGPU] Pattern for v_xor3_b32 2019-05-10 00:09:01 +00:00
ARC
ARM [ARM][CGP] Guard against signext args and sitofp 2019-05-09 11:56:16 +00:00
AVR
BPF [llvm-objdump] - Print relocation record in a GNU format. 2019-05-07 13:14:18 +00:00
Generic
Hexagon
Inputs
Lanai
Mips
MIR
MSP430
NVPTX
PowerPC [PowerPC][NFC] Add test for D60506 to show differences in code-gen 2019-05-09 12:26:39 +00:00
RISCV [SelectionDAG] Expand ADD/SUBCARRY 2019-05-09 01:17:48 +00:00
SPARC
SystemZ
Thumb
Thumb2
WebAssembly [WebAssembly] Don't assume that strongly defined symbols are DSO-local 2019-05-10 01:52:08 +00:00
WinCFGuard
WinEH
X86 [llvm] X86DiscriminateMemOps: insert debug info when missing 2019-05-10 00:12:51 +00:00
XCore