aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+35
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-6/+3
2023-12-01bpf: quote section names whenever necessary in assembly outputJose E. Marchesi1-0/+55
2023-11-29bpf: change ASM_COMMENT_START to '#'David Faust1-1/+1
2023-11-28Revert "This patch enables errors when external calls are created."Cupertino Miranda1-21/+0
2023-11-28This patch enables errors when external calls are created.Cupertino Miranda1-0/+21
2023-11-28bpf: Forces __buildin_memcmp not to generate a call upto 1024 bytes.Cupertino Miranda2-0/+21
2023-11-28bpf: Corrected condition in core_mark_as_access_index.Cupertino Miranda1-1/+1
2023-11-28bpf: Delayed the removal of the parser enum plugin handler.Cupertino Miranda1-2/+1
2023-11-27bpf: remove bpf-helpers.hJose E. Marchesi1-427/+0
2023-11-23gcc: Introduce -fhardenedMarek Polacek1-3/+5
2023-11-10bpf: fix pseudo-c asm emitted for *mulsidi3_zeroextendJose E. Marchesi2-8/+12
2023-10-31bpf: Improvements in CO-RE builtins implementation.Cupertino Miranda7-328/+763
2023-08-21bpf: neg instruction does not accept an immediateDavid Faust1-2/+2
2023-08-18bpf: bump maximum frame size limit to 32767 bytesJose E. Marchesi1-1/+1
2023-08-17bpf: support `naked' function attributes in BPF targetsJose E. Marchesi1-0/+25
2023-08-15bpf: remove useless define_insn for extendsisi2David Faust1-7/+0
2023-08-15bpf: fix pseudoc w regs for small modes [PR111029]David Faust1-1/+1
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