llvm-6502/lib/Target/BPF
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
..
InstPrinter [bpf] fix build and remove a compiler warning in Release mode 2015-04-26 01:58:08 +00:00
MCTargetDesc [bpf] emit jmp fixups in little endian 2015-05-22 18:47:33 +00:00
TargetInfo bpf: turn on HasJIT flag in BPF backend 2015-03-13 22:03:25 +00:00
BPF.h
BPF.td
BPFAsmPrinter.cpp [bpf] fix build and remove a compiler warning in Release mode 2015-04-26 01:58:08 +00:00
BPFCallingConv.td
BPFFrameLowering.cpp [ShrinkWrap] Add (a simplified version) of shrink-wrapping. 2015-05-05 17:38:16 +00:00
BPFFrameLowering.h [ShrinkWrap] Add (a simplified version) of shrink-wrapping. 2015-05-05 17:38:16 +00:00
BPFInstrFormats.td
BPFInstrInfo.cpp
BPFInstrInfo.h
BPFInstrInfo.td [bpf] mark mov instructions as ReMaterializable 2015-03-31 02:49:58 +00:00
BPFISelDAGToDAG.cpp [bpf] fix build 2015-04-28 20:38:56 +00:00
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 MC: Modernize MCOperand API naming. NFC. 2015-05-13 18:37:00 +00:00
BPFMCInstLower.h
BPFRegisterInfo.cpp
BPFRegisterInfo.h
BPFRegisterInfo.td
BPFSubtarget.cpp
BPFSubtarget.h
BPFTargetMachine.cpp
BPFTargetMachine.h Remove the target independent TargetMachine::getSubtarget and 2015-03-21 04:22:23 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile