aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bpf/bpf.cc
AgeCommit message (Expand)AuthorFilesLines
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm1-0/+3
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-07-19bpf: create modifier for mem operand for xchg and cmpxchgCupertino Miranda1-4/+16
2024-07-02bpf,btf: enable BTF pruning by default for BPFDavid Faust1-0/+5
2024-05-10bpf: fix printing of memory operands in pseudoc asm dialectJose E. Marchesi1-7/+4
2024-04-25bpf: avoid issues with CO-RE and -gtoggleDavid Faust1-2/+5
2024-04-24bpf: define BPF feature pre-processor macrosJose E. Marchesi1-17/+0
2024-04-19bpf: support more instructions to match CO-RE relocationsCupertino Miranda1-2/+52
2024-03-08bpf: add size threshold for inlining mem builtinsDavid Faust1-1/+25
2024-03-04bpf: add inline memset expansionDavid Faust1-0/+66
2024-02-28bpf: implementation of func_info in .BTF.ext.Cupertino Miranda1-0/+12
2024-02-28bpf: Always emit .BTF.ext section if generating BTFCupertino Miranda1-11/+9
2024-02-21bpf: add inline memmove and memcpy expansionDavid Faust1-0/+115
2024-01-29bpf: emit empty epilogues in naked functionsJose E. Marchesi1-3/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
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-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 Miranda1-0/+16
2023-11-23gcc: Introduce -fhardenedMarek Polacek1-3/+5
2023-11-10bpf: fix pseudo-c asm emitted for *mulsidi3_zeroextendJose E. Marchesi1-7/+11
2023-10-31bpf: Improvements in CO-RE builtins implementation.Cupertino Miranda1-0/+12
2023-08-17bpf: support `naked' function attributes in BPF targetsJose E. Marchesi1-0/+25
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. Marchesi1-114/+14
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-03bpf: Implementation of BPF CO-RE builtinsCupertino Miranda1-757/+49
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 Faust1-0/+3
2023-07-26bpf: add v3 atomic instructionsDavid Faust1-0/+3
2023-07-25bpf: don't print () in bpf_print_operand_addressDavid Faust1-4/+7
2023-07-24bpf: sdiv/smod are now part of BPF V4Jose E. Marchesi1-0/+3
2023-07-24bpf: remove -mkernel option and BPF_KERNEL_VERSION_CODEJose E. Marchesi1-40/+0
2023-07-24bpf: make use of the bswap{16,32,64} V4 BPF instructionJose E. Marchesi1-0/+3
2023-07-21bpf: pseudo-c assembly dialect supportCupertino Miranda1-6/+40
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-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 Jelinek1-1/+1
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 Faust1-72/+330
2022-09-06bpf: remove unused variables from bpf_expand_{prologue,epilogue}Jose E. Marchesi1-10/+8
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