1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/CodeGen
Jinsong Ji ce930cb8c6 [AIX] Enable stackprotect feature
AIX use `__ssp_canary_word` instead of `__stack_chk_guard`.
This patch update the target hook to use correct symbol,
so that the basic stackprotect feature can work.

The traceback will be handled in follow up patch.

Reviewed By: #powerpc, shchenz

Differential Revision: https://reviews.llvm.org/D103100
2021-05-28 02:18:15 +00:00
..
AArch64 [GlobalISel] Implement splitting of G_SHUFFLE_VECTOR. 2021-05-27 00:28:38 -07:00
AMDGPU GlobalISel: Do not change register types in lowerLoad 2021-05-27 11:49:37 -04:00
ARC
ARM [ARM][NEON] Combine base address updates for vld1x intrinsics 2021-05-25 11:06:39 +02:00
AVR
BPF BPF: Add more relocation kinds 2021-05-25 08:19:13 -07:00
Generic [MC] Move elf-unique-sections-by-flags.ll to X86/ 2021-05-26 12:28:17 +01:00
Hexagon [Hexagon] Restore handling of expanding shuffles 2021-05-26 18:04:15 -05:00
Inputs
Lanai
M68k [M68k] Support for inline asm operands w/ simple constraints 2021-05-20 14:00:09 -07:00
Mips [MC][ELF] Emit unique sections for different flags 2021-05-26 11:51:29 +01:00
MIR [AMDGPU] Lower kernel LDS into a sorted structure 2021-05-25 11:29:29 -07:00
MSP430 Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
NVPTX Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
PowerPC [AIX] Enable stackprotect feature 2021-05-28 02:18:15 +00:00
RISCV [RISCV] Teach VSETVLI insertion to look through PHIs to prove we don't need to insert a vsetvli. 2021-05-27 15:34:08 -07:00
SPARC [TargetLowering] Only inspect attributes in the arguments for ArgListEntry 2021-05-18 14:30:22 -07:00
SystemZ [SystemZ] Support i128 inline asm operands. 2021-05-26 10:08:32 -05:00
Thumb Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
Thumb2 [ARM] Extra test for reverted WLS memset. NFC 2021-05-27 12:20:19 +01:00
VE
WebAssembly [WebAssembly] Add NullifyDebugValueLists pass 2021-05-24 11:36:01 -07:00
WinCFGuard Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
WinEH Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
X86 [NFC][X86][Codegen] Re-autogenerate a few tests to reduce noise in future changes 2021-05-28 00:58:01 +03:00
XCore