summaryrefslogtreecommitdiff
path: root/opcodes/bpf-opc.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez2023-02-031-25/+29
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* bpf: xBPF SDIV, SMOD instructionsDavid Faust2020-09-181-0/+96
* bpf: add xBPF ISADavid Faust2020-08-261-0/+12
* cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi2020-06-041-24/+24
* cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi2020-05-281-54/+66
* cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust2020-04-161-0/+264
* cpu,opcodes,gas: fix neg and neg32 instructions in BPFJose E. Marchesi2020-01-301-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi2019-07-151-46/+26
* cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi2019-07-141-32/+32
* opcodes: add support for eBPFJose E. Marchesi2019-05-231-0/+1495