1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/test/CodeGen/BPF
Alexei Starovoitov 8cc8aba19c [bpf] add big- and host- endian support
Summary:
-march=bpf    -> host endian
-march=bpf_le -> little endian
-match=bpf_be -> big endian

Test Plan:
v1 was tested by IBM s390 guys and appears to be working there.
It bit rots too fast here.

Reviewers: chandlerc, tstellarAMD

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10177

llvm-svn: 239071
2015-06-04 19:15:05 +00:00
..
alu8.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
atomics.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
basictest.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
byval.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
cc_args_be.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
cc_args.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
cc_ret.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
cmp.ll
ex1.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
intrinsics.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
lit.local.cfg
load.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
loops.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
many_args1.ll
many_args2.ll
sanity.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
setcc.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
shifts.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
sockex2.ll [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
struct_ret1.ll [opaque pointer type] Add textual IR support for explicit type parameter to gep operator 2015-03-13 18:20:45 +00:00
struct_ret2.ll
vararg1.ll