llvm-project/llvm/test/CodeGen
Jay Foad 6e18266aa4 Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in SI_PC_ADD_REL_OFFSET is 0"
Summary:
D61491 caused us to use relocs when they're not strictly necessary, to
refer to symbols in the text section. This is a pessimization and it's a
problem for some loaders that don't support relocs yet.

Reviewers: nhaehnle, arsenm, tpr

Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, t-tye, hiraditya, llvm-commits

Tags: #llvm

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

llvm-svn: 370667
2019-09-02 14:40:57 +00:00
..
AArch64 [AArch64][GlobalISel] Fix zext narrowScalar to use the right type when creating 2019-09-02 08:18:55 +00:00
AMDGPU Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in SI_PC_ADD_REL_OFFSET is 0" 2019-09-02 14:40:57 +00:00
ARC
ARM [TargetLowering] Fix Bugzilla ID 43183 to avoid soften comparison broken with constant inputs 2019-09-01 04:52:54 +00:00
AVR
BPF [BPF] Fix bpf llvm-objdump issues. 2019-08-17 22:12:00 +00:00
Generic [GlobalISel] Handle multiple registers in dbg.value intrinsic 2019-08-20 16:28:37 +00:00
Hexagon Revert [MBP] Disable aggressive loop rotate in plain mode 2019-08-29 19:03:58 +00:00
Inputs [CodeGen] Add stack protector tests where the guard gets re-assigned 2019-07-17 20:46:16 +00:00
Lanai
MIR AMDGPU: Add amdgpu-32bit-address-high-bits to MIR serialization 2019-08-27 18:18:38 +00:00
MSP430
Mips [mips] Merge common checkings under the same check prefix. NFC 2019-08-30 12:15:12 +00:00
NVPTX [NVPTX] Fix PR41651 2019-07-30 19:52:01 +00:00
PowerPC [PowerPC][NFC] Avoid checking non-relevant .cfi instructions 2019-08-30 19:24:25 +00:00
RISCV [RISCV] Fix a couple of tests' CHECKs 2019-08-30 12:11:47 +00:00
SPARC [test] Fix tests when run on windows after SVN r369426. NFC. 2019-08-20 20:58:02 +00:00
SystemZ [SystemZ] Regenerate <8 x i31> store test 2019-07-29 09:49:23 +00:00
Thumb Revert [MBP] Disable aggressive loop rotate in plain mode 2019-08-29 19:03:58 +00:00
Thumb2 [DAGCombiner] improve throughput of shift+logic+shift 2019-09-01 18:38:15 +00:00
WebAssembly [WebAssembly] Add SIMD QFMA/QFMS 2019-08-31 00:12:29 +00:00
WinCFGuard
WinEH [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn 2019-08-30 20:46:39 +00:00
X86 [X86] Add initial support for unfolding broadcast loads from arithmetic instructions to enable LICM hoisting of the load 2019-09-01 22:14:36 +00:00
XCore