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