llvm-6502/lib/Target/BPF/MCTargetDesc
Alexei Starovoitov 1fd101c86d [bpf] emit jmp fixups in little endian
The 'off' field of 'struct bpf_insn' is in cpu-endianness,
since the rest is emitted as little endian, make sure
that 'off' field is little endian as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238038 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-22 18:47:33 +00:00
..
BPFAsmBackend.cpp [bpf] emit jmp fixups in little endian 2015-05-22 18:47:33 +00:00
BPFELFObjectWriter.cpp [bpf] fix build 2015-04-15 02:48:57 +00:00
BPFMCAsmInfo.h
BPFMCCodeEmitter.cpp MC: Update MCCodeEmitter naming. NFC. 2015-05-15 19:13:16 +00:00
BPFMCTargetDesc.cpp MC: MCCodeGenInfo naming update. NFC. 2015-05-15 19:13:31 +00:00
BPFMCTargetDesc.h [bpf] fix build 2015-04-15 02:48:57 +00:00
CMakeLists.txt
LLVMBuild.txt [bpf] support BPF backend as shared library 2015-04-08 03:46:51 +00:00
Makefile