1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/Target/BPF/MCTargetDesc
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
..
BPFAsmBackend.cpp [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFELFObjectWriter.cpp [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFMCAsmInfo.h [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFMCCodeEmitter.cpp [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFMCTargetDesc.cpp [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFMCTargetDesc.h [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
CMakeLists.txt
LLVMBuild.txt [bpf] support BPF backend as shared library 2015-04-08 03:46:51 +00:00
Makefile