aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bpf/bpf.md
AgeCommit message (Expand)AuthorFilesLines
2023-08-21bpf: neg instruction does not accept an immediateDavid Faust1-2/+2
2023-08-15bpf: remove useless define_insn for extendsisi2David Faust1-7/+0
2023-08-11bpf: liberate R9 for general register allocationJose E. Marchesi1-0/+13
2023-08-03bpf: Implementation of BPF CO-RE builtinsCupertino Miranda1-0/+17
2023-07-27bpf: ISA V4 sign-extending move and load insns [PR110782,PR110784]David Faust1-0/+50
2023-07-27bpf: correct pseudo-C template for add3 and sub3David Faust1-2/+2
2023-07-26bpf: add v3 atomic instructionsDavid Faust1-17/+12
2023-07-26bpf: fix generation of neg and neg32 BPF instructionsJose E. Marchesi1-2/+2
2023-07-25bpf: don't print () in bpf_print_operand_addressDavid Faust1-6/+6
2023-07-24bpf: add pseudo-c asm dialect for "nop"David Faust1-1/+1
2023-07-24bpf: sdiv/smod are now part of BPF V4Jose E. Marchesi1-8/+8
2023-07-24bpf: make use of the bswap{16,32,64} V4 BPF instructionJose E. Marchesi1-6/+11
2023-07-21bpf: pseudo-c assembly dialect supportCupertino Miranda1-47/+50
2023-07-21bpf: fixed template for neg (added second operand)Cupertino Miranda1-3/+3
2023-07-14bpf: enable instruction schedulingJose E. Marchesi1-0/+11
2023-02-14bpf: fix memory constraint of ldx/stx instructions [PR108790]David Faust1-5/+5
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-08bpf: add define_insn for bswapDavid Faust1-0/+17
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-10bpf: add -mcpu and related feature optionsDavid Faust1-20/+24
2021-09-10bpf: correct zero_extend output templatesDavid Faust1-6/+8
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-22bpf: use xBPF signed div, mod insns when availableDavid Faust1-0/+20
2020-09-14bpf: use the expected instruction for NOPsJose E. Marchesi1-1/+6
2020-08-07bpf: remove trailing whitespaces from source filesJose E. Marchesi1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-09GCC port for eBPFJose E. Marchesi1-0/+497