llvm-project/llvm/test/CodeGen
Rahman Lavaee 34cd06a9b3 [BasicBlockSections] Make sure that the labels for address-taken blocks are emitted after switching the seciton.
Currently, AsmPrinter code is organized in a way in which the labels of address-taken blocks are emitted in the previous section, which makes the relocation incorrect.
This patch reorganizes the code to switch to the basic block section before handling address-taken blocks.

Reviewed By: snehasish, MaskRay

Differential Revision: https://reviews.llvm.org/D88517
2020-10-07 13:22:38 -07:00
..
AArch64 [SVE] Add legalisation tests to sve-fixed-length-fp-reduce.ll 2020-10-07 15:22:18 -05:00
AMDGPU [AMDGPU] Support disassembly for AMDGPU kernel descriptors 2020-10-07 20:39:43 +05:30
ARC [ARC] Update brcc test. 2020-08-28 17:07:25 -07:00
ARM [llvm][mlir] Promote the experimental reduction intrinsics to be first class intrinsics. 2020-10-07 10:36:44 -07:00
AVR [AVR] fix interrupt stack pointer restoration 2020-10-01 18:52:13 +13:00
BPF BPF: add AdjustOpt IR pass to generate verifier friendly codes 2020-10-07 08:49:10 -07:00
Generic [llvm][mlir] Promote the experimental reduction intrinsics to be first class intrinsics. 2020-10-07 10:36:44 -07:00
Hexagon [Hexagon] Move selection of HVX multiply from lowering to patterns 2020-10-02 16:04:34 -05:00
Inputs
Lanai
MIR Revert "[AMDGPU] Reorganize GCN subtarget features for unaligned access" 2020-09-29 15:33:34 +02:00
MSP430
Mips Reapply "RegAllocFast: Rewrite and improve" 2020-09-30 10:35:25 -04:00
NVPTX
PowerPC [PowerPC] Add builtins for xvtdiv(dp|sp) and xvtsqrt(dp|sp). 2020-10-04 16:24:20 +00:00
RISCV [RISCV] Support Shadow Call Stack 2020-09-17 16:02:35 -07:00
SPARC [Sparc] Remove cast that truncates immediate operands to 32 bits. 2020-10-02 20:14:55 -04:00
SystemZ Reapply "RegAllocFast: Rewrite and improve" 2020-09-30 10:35:25 -04:00
Thumb
Thumb2 [llvm][mlir] Promote the experimental reduction intrinsics to be first class intrinsics. 2020-10-07 10:36:44 -07:00
VE [VE] Support register and frame-index pair correctly 2020-10-05 18:36:53 +09:00
WebAssembly [WebAssembly] Rename Emscripten EH functions 2020-10-07 09:42:49 -07:00
WinCFGuard Revert "[CFGuard] Add address-taken IAT tables and delay-load support" 2020-10-01 11:29:54 -07:00
WinEH
X86 [BasicBlockSections] Make sure that the labels for address-taken blocks are emitted after switching the seciton. 2020-10-07 13:22:38 -07:00
XCore