1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/CodeGen/BPF
Yonghong Song 36b96dd940 [BPF] put not-section-attribute externs into BTF ".extern" data section
Currently for extern variables with section attribute, those
BTF_KIND_VARs will not be placed in any DataSec. This is
inconvenient as any other generated BTF_KIND_VAR belongs to
one DataSec. This patch put these extern variables into
".extern" section so bpf loader can have a consistent
processing mechanism for all data sections and variables.
2019-12-10 11:45:17 -08:00
..
BTF [BPF] put not-section-attribute externs into BTF ".extern" data section 2019-12-10 11:45:17 -08:00
CORE [BPF] add "llvm." prefix to BPF internally created globals 2019-11-25 21:34:46 -08:00
32-bit-subreg-alu.ll [BPF] turn on -mattr=+alu32 for cpu version v3 and later 2019-11-07 22:08:46 -08:00
32-bit-subreg-cond-select.ll [BPF] Fix a bug in peephole optimization 2019-11-20 15:19:59 -08:00
32-bit-subreg-load-store.ll
32-bit-subreg-peephole-phi-1.ll [BPF] Fix a bug in peephole optimization 2019-11-20 15:19:59 -08:00
32-bit-subreg-peephole-phi-2.ll [BPF] Fix a bug in peephole optimization 2019-11-20 15:19:59 -08:00
32-bit-subreg-peephole-phi-3.ll [BPF] Fix a recursion bug in BPF Peephole ZEXT optimization 2019-11-22 08:05:43 -08:00
32-bit-subreg-peephole.ll [BPF] Fix a bug in peephole optimization 2019-11-20 15:19:59 -08:00
alu8.ll
atomics.ll
basictest.ll
byval.ll
callx.ll [BPF] fix indirect call assembly code 2019-10-21 03:22:03 +00:00
cc_args_be.ll
cc_args.ll
cc_ret.ll
cmp.ll
dwarfdump.ll
elf-symbol-information.ll
ex1.ll
fi_ri.ll
inline_asm.ll
inlineasm-output-template.ll
intrinsics.ll
lit.local.cfg
load.ll
loops.ll
many_args1.ll
many_args2.ll
mem_offset_be.ll
mem_offset.ll
memcpy-expand-in-order.ll
objdump_atomics.ll
objdump_cond_op_2.ll
objdump_cond_op.ll
objdump_imm_hex.ll
objdump_intrinsics.ll
objdump_static_var.ll
objdump_trivial.ll
objdump_two_funcs.ll [BPF] Fix bpf llvm-objdump issues. 2019-08-17 22:12:00 +00:00
reloc-btf-2.ll
reloc-btf.ll
reloc.ll
remove_truncate_1.ll
remove_truncate_2.ll
remove_truncate_3.ll
remove_truncate_4.ll
remove_truncate_5.ll
remove_truncate_6.ll bpf: fix wrong truncation elimination when there is back-edge/loop 2019-10-16 15:27:59 +00:00
rodata_1.ll
rodata_2.ll
rodata_3.ll
rodata_4.ll
sanity.ll
sdiv_error.ll
select_ri.ll
setcc.ll
shifts.ll
sockex2.ll
struct_ret1.ll
struct_ret2.ll
undef.ll
vararg1.ll
warn-call.ll
warn-stack.ll
xadd_legal.ll
xadd.ll