llvm-project/llvm/test/CodeGen/BPF/CORE
Yonghong Song 4369223ea7 BPF: make __builtin_btf_type_id() return 64bit int
Linux kernel recently added support for kernel modules
  https://lore.kernel.org/bpf/20201110011932.3201430-5-andrii@kernel.org/

In such cases, a type id in the kernel needs to be presented
as (btf id for modules, btf type id for this module).
Change __builtin_btf_type_id() to return 64bit value
so libbpf can do the above encoding.

Differential Revision: https://reviews.llvm.org/D91489
2020-11-16 07:08:41 -08:00
..
btf-id-duplicate.ll BPF: make __builtin_btf_type_id() return 64bit int 2020-11-16 07:08:41 -08:00
field-reloc-alu32.ll
field-reloc-bitfield-1-bpfeb.ll
field-reloc-bitfield-1.ll BPF: explicitly specify bpfel triple for certain tests 2020-09-28 20:25:25 -07:00
field-reloc-bitfield-2-bpfeb.ll
field-reloc-bitfield-2.ll BPF: explicitly specify bpfel triple for certain tests 2020-09-28 20:25:25 -07:00
field-reloc-duplicate.ll BPF: avoid duplicated globals for CORE relocations 2020-10-06 22:37:49 -07:00
intrinsic-array-2.ll [BPF] intrinsic-array-2.ll - remove unused check prefixes 2020-11-11 18:38:21 +00:00
intrinsic-array.ll
intrinsic-fieldinfo-byte-size-1.ll
intrinsic-fieldinfo-byte-size-2.ll
intrinsic-fieldinfo-byte-size-3.ll
intrinsic-fieldinfo-byte-size-4.ll
intrinsic-fieldinfo-existence-1.ll
intrinsic-fieldinfo-existence-2.ll
intrinsic-fieldinfo-existence-3.ll
intrinsic-fieldinfo-lshift-1-bpfeb.ll
intrinsic-fieldinfo-lshift-1.ll BPF: explicitly specify bpfel triple for certain tests 2020-09-28 20:25:25 -07:00
intrinsic-fieldinfo-lshift-2.ll
intrinsic-fieldinfo-rshift-1.ll
intrinsic-fieldinfo-rshift-2.ll
intrinsic-fieldinfo-rshift-3.ll
intrinsic-fieldinfo-signedness-1.ll
intrinsic-fieldinfo-signedness-2.ll
intrinsic-fieldinfo-signedness-3.ll
intrinsic-struct.ll
intrinsic-typeinfo-enum-value.ll
intrinsic-typeinfo-type-exist.ll
intrinsic-typeinfo-type-size-1.ll
intrinsic-typeinfo-type-size-2.ll
intrinsic-union.ll
no-elf-ama-symbol.ll
no-narrow-load.ll
offset-reloc-access-str.ll
offset-reloc-basic.ll
offset-reloc-cast-array-1.ll
offset-reloc-cast-array-2.ll
offset-reloc-cast-struct-1.ll
offset-reloc-cast-struct-2.ll
offset-reloc-cast-struct-3.ll
offset-reloc-cast-union-1.ll
offset-reloc-cast-union-2.ll
offset-reloc-end-load.ll
offset-reloc-end-ret.ll
offset-reloc-fieldinfo-1.ll BPF: explicitly specify bpfel triple for certain tests 2020-09-28 20:25:25 -07:00
offset-reloc-fieldinfo-2-bpfeb.ll
offset-reloc-fieldinfo-2.ll BPF: explicitly specify bpfel triple for certain tests 2020-09-28 20:25:25 -07:00
offset-reloc-global-1.ll
offset-reloc-global-2.ll
offset-reloc-global-3.ll
offset-reloc-ignore.ll
offset-reloc-middle-chain.ll
offset-reloc-multi-array-1.ll
offset-reloc-multi-array-2.ll
offset-reloc-multilevel.ll
offset-reloc-pointer-1.ll
offset-reloc-pointer-2.ll
offset-reloc-struct-anonymous.ll
offset-reloc-struct-array.ll
offset-reloc-typedef-array.ll
offset-reloc-typedef-struct-2.ll
offset-reloc-typedef-struct.ll
offset-reloc-typedef-union-2.ll
offset-reloc-typedef-union.ll
offset-reloc-typedef.ll
offset-reloc-union.ll
store-addr.ll [BPF][NewPM] Make BPFTargetMachine properly adjust NPM optimizer pipeline 2020-10-06 07:42:32 -07:00