aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-08-11bpf: liberate R9 for general register allocationJose E. Marchesi3-124/+40
2023-08-11bpf: allow exceeding max num of args in BPF when always_inlineJose E. Marchesi1-1/+8
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-1/+2
2023-08-08bpf: Fixed GC mistakes in BPF builtins code.Cupertino Miranda2-48/+28
2023-08-03bpf: Implementation of BPF CO-RE builtinsCupertino Miranda9-803/+1542
2023-07-28bpf: disable tail call optimization in BPF targetsJose E. Marchesi1-0/+3
2023-07-27bpf: ISA V4 sign-extending move and load insns [PR110782,PR110784]David Faust3-0/+57
2023-07-27bpf: correct pseudo-C template for add3 and sub3David Faust1-2/+2
2023-07-26bpf: add v3 atomic instructionsDavid Faust6-18/+212
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 Faust2-10/+13
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. Marchesi3-8/+15
2023-07-24bpf: remove -mkernel option and BPF_KERNEL_VERSION_CODEJose E. Marchesi3-160/+0
2023-07-24bpf: make use of the bswap{16,32,64} V4 BPF instructionJose E. Marchesi4-7/+23
2023-07-21bpf: pseudo-c assembly dialect supportCupertino Miranda5-54/+114
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-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-02-15Fix an accidental double spaceJan-Benedict Glaw1-1/+1
2023-02-14bpf: fix memory constraint of ldx/stx instructions [PR108790]David Faust2-5/+16
2023-01-17bpf: disable -fstack-protector in BPFJose E. Marchesi1-0/+8
2023-01-11bpf: correct bpf_print_operand for floats [PR108293]David Faust1-6/+28
2023-01-02Update copyright years.Jakub Jelinek12-12/+12
2022-12-08bpf: add define_insn for bswapDavid Faust1-0/+17
2022-11-15bpf: avoid possible use of uninitialized variableDavid Faust1-2/+5
2022-11-08bpf: Use enum for resolved overloaded builtinsDavid Faust1-47/+59
2022-11-07bpf: cleanup missed refactorDavid Faust1-23/+1
2022-10-26bpf: add preserve_field_info builtinDavid Faust3-75/+334
2022-09-06No actual regclasses for bpfJan-Benedict Glaw1-1/+1
2022-09-06bpf: remove unused variables from bpf_expand_{prologue,epilogue}Jose E. Marchesi1-10/+8
2022-08-29bpf: handle anonymous members in CO-RE reloc [PR106745]David Faust1-6/+10
2022-08-29bpf: define __bpf__ as well as __BPF__ as a target macroJose E. Marchesi1-0/+1
2022-08-24bpf: facilitate constant propagation of function addressesJose E. Marchesi1-1/+20
2022-01-18bpf: ensure correct string offsets in BTF.extDavid Faust1-5/+9
2022-01-18bpf: write CO-RE relocation record size only onceDavid Faust2-6/+9
2022-01-17Change references of .c files to .cc filesMartin Liska3-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska2-0/+0
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-12-08bpf: avoid potential NULL pointer dereferenceDavid Faust1-1/+1
2021-12-06bpf: mark/remove unused arguments and remove an unused functionJose E. Marchesi1-20/+5
2021-09-10bpf: add -mcpu and related feature optionsDavid Faust5-20/+102
2021-09-10bpf: correct zero_extend output templatesDavid Faust1-6/+8
2021-09-07bpf: BPF CO-RE supportDavid Faust6-0/+1091
2021-09-07bpf: Add new -mco-re option for BPF CO-REIndu Bhagat2-0/+29
2021-06-28Enable BTF generation in the BPF backendIndu Bhagat2-14/+2
2021-06-17Add a target calls hook: TARGET_PUSH_ARGUMENTH.J. Lu1-3/+0
2021-04-23bpf: allow BSS symbols to be global symbolsYiFei Zhu1-3/+9
2021-04-23bpf: align function entry point to 64 bitsYiFei Zhu1-2/+2
2021-01-04Update copyright years.Jakub Jelinek9-9/+9