Age | Commit message (Expand) | Author | Files | Lines |
2023-07-21 | DesCGENization of the BPF binutils port | Jose E. Marchesi | 1 | -855/+0 |
2023-02-03 | bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove... | Guillermo E. Martinez | 1 | -1/+1 |
2020-09-18 | bpf: xBPF SDIV, SMOD instructions | David Faust | 1 | -17/+21 |
2020-09-08 | bpf: simulator: correct div, mod insn semantics | David Faust | 1 | -2/+2 |
2020-08-26 | bpf: add xBPF ISA | David Faust | 1 | -35/+83 |
2020-06-25 | cpu: fix offset16 type, update c-calls in bpf.cpu | David Faust | 1 | -14/+6 |
2020-06-04 | cpu,gas,opcodes: remove no longer needed workaround from the BPF port | Jose E. Marchesi | 1 | -7/+3 |
2020-05-28 | cpu,opcodes: add instruction semantics to bpf.cpu and minor fixes | Jose E. Marchesi | 1 | -91/+241 |
2020-04-16 | cpu,gas,opcodes: support for eBPF JMP32 instruction class | David Faust | 1 | -12/+17 |
2020-01-30 | cpu,opcodes,gas: fix neg and neg32 instructions in BPF | Jose E. Marchesi | 1 | -1/+1 |
2019-12-17 | ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long') | Alan Modra | 1 | -2/+2 |
2019-11-20 | cpu: fix comment in bpf.cpu | Jose E. Marchesi | 1 | -1/+1 |
2019-07-19 | cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassembler | Jose E. Marchesi | 1 | -2/+2 |
2019-07-15 | cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructions | Jose E. Marchesi | 1 | -25/+38 |
2019-07-14 | cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructions | Jose E. Marchesi | 1 | -2/+2 |
2019-05-23 | cpu: add eBPF cpu description | Jose E. Marchesi | 1 | -0/+647 |