llvm-6502/lib/Target/BPF
Alexei Starovoitov ac73683b10 [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239071 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-04 19:15:05 +00:00
..
InstPrinter
MCTargetDesc [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
TargetInfo [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPF.h
BPF.td
BPFAsmPrinter.cpp [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFCallingConv.td
BPFFrameLowering.cpp
BPFFrameLowering.h
BPFInstrFormats.td
BPFInstrInfo.cpp
BPFInstrInfo.h
BPFInstrInfo.td
BPFISelDAGToDAG.cpp
BPFISelLowering.cpp [bpf] fix build 2015-05-20 00:20:26 +00:00
BPFISelLowering.h Change getTargetNodeName() to produce compiler warnings for missing cases, fix them 2015-05-07 21:33:59 +00:00
BPFMCInstLower.cpp [bpf] fix build 2015-06-01 22:24:36 +00:00
BPFMCInstLower.h
BPFRegisterInfo.cpp
BPFRegisterInfo.h
BPFRegisterInfo.td
BPFSubtarget.cpp
BPFSubtarget.h
BPFTargetMachine.cpp [bpf] add big- and host- endian support 2015-06-04 19:15:05 +00:00
BPFTargetMachine.h
CMakeLists.txt
LLVMBuild.txt
Makefile