]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/bpf
Update copyright years.
[thirdparty/gcc.git] / gcc / config / bpf /
2023-01-11  David Faustbpf: correct bpf_print_operand for floats [PR108293]
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-08  David Faustbpf: add define_insn for bswap
2022-11-15  David Faustbpf: avoid possible use of uninitialized variable
2022-11-08  David Faustbpf: Use enum for resolved overloaded builtins
2022-11-07  David Faustbpf: cleanup missed refactor
2022-10-26  David Faustbpf: add preserve_field_info builtin
2022-09-06  Jan-Benedict GlawNo actual regclasses for bpf
2022-09-06  Jose E. Marchesibpf: remove unused variables from bpf_expand_{prologue...
2022-08-29  David Faustbpf: handle anonymous members in CO-RE reloc [PR106745]
2022-08-29  Jose E. Marchesibpf: define __bpf__ as well as __BPF__ as a target...
2022-08-24  Jose E. Marchesibpf: facilitate constant propagation of function addresses
2022-01-18  David Faustbpf: ensure correct string offsets in BTF.ext
2022-01-18  David Faustbpf: write CO-RE relocation record size only once
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-08  David Faustbpf: avoid potential NULL pointer dereference
2021-12-06  Jose E. Marchesibpf: mark/remove unused arguments and remove an unused...
2021-09-10  David Faustbpf: add -mcpu and related feature options
2021-09-10  David Faustbpf: correct zero_extend output templates
2021-09-07  David Faustbpf: BPF CO-RE support
2021-09-07  Indu Bhagatbpf: Add new -mco-re option for BPF CO-RE
2021-06-28  Indu BhagatEnable BTF generation in the BPF backend
2021-06-17  H.J. LuAdd a target calls hook: TARGET_PUSH_ARGUMENT
2021-04-23  YiFei Zhubpf: allow BSS symbols to be global symbols
2021-04-23  YiFei Zhubpf: align function entry point to 64 bits
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-16  Martin Liskaopts: Remove all usages of Report keyword.
2020-09-22  David Faustbpf: use xBPF signed div, mod insns when available
2020-09-14  Jose E. Marchesibpf: use the expected instruction for NOPs
2020-09-04  David Faustbpf: generate indirect calls for xBPF
2020-09-02  Jose E. Marchesibpf: use the default asm_named_section target hook
2020-09-02  Jose E. Marchesibpf: use elfos.h
2020-08-07  Jose E. Marchesibpf: remove trailing whitespaces from source files
2020-08-06  Jose E. Marchesibpf: more flexible support for kernel helpers
2020-05-19  Jose E. Marchesibpf: do not save/restore callee-saved registers in...
2020-05-19  Jose E. Marchesibpf: add support for the -mxbpf option
2020-01-01  Jakub JelinekUpdate copyright years.
2019-09-10  Richard SandifordRemove redundant fixed_regs tests
2019-09-10  Richard SandifordAdd call_used_or_fixed_reg_p
2019-09-09  Jose E. MarchesiGCC port for eBPF