llvm-mirror/lib/Target/BPF/MCTargetDesc
Alexei Starovoitov 788af8858b [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.

llvm-svn: 238038
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