index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
config
/
bpf
/
bpf.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
diagnostics: UX: add doc URLs for attributes (v2)
David Malcolm
1
-0
/
+3
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-07-19
bpf: create modifier for mem operand for xchg and cmpxchg
Cupertino Miranda
1
-4
/
+16
2024-07-02
bpf,btf: enable BTF pruning by default for BPF
David Faust
1
-0
/
+5
2024-05-10
bpf: fix printing of memory operands in pseudoc asm dialect
Jose E. Marchesi
1
-7
/
+4
2024-04-25
bpf: avoid issues with CO-RE and -gtoggle
David Faust
1
-2
/
+5
2024-04-24
bpf: define BPF feature pre-processor macros
Jose E. Marchesi
1
-17
/
+0
2024-04-19
bpf: support more instructions to match CO-RE relocations
Cupertino Miranda
1
-2
/
+52
2024-03-08
bpf: add size threshold for inlining mem builtins
David Faust
1
-1
/
+25
2024-03-04
bpf: add inline memset expansion
David Faust
1
-0
/
+66
2024-02-28
bpf: implementation of func_info in .BTF.ext.
Cupertino Miranda
1
-0
/
+12
2024-02-28
bpf: Always emit .BTF.ext section if generating BTF
Cupertino Miranda
1
-11
/
+9
2024-02-21
bpf: add inline memmove and memcpy expansion
David Faust
1
-0
/
+115
2024-01-29
bpf: emit empty epilogues in naked functions
Jose E. Marchesi
1
-3
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-02
Allow target attributes in non-gnu namespaces
Richard Sandiford
1
-6
/
+3
2023-12-01
bpf: quote section names whenever necessary in assembly output
Jose E. Marchesi
1
-0
/
+55
2023-11-28
Revert "This patch enables errors when external calls are created."
Cupertino Miranda
1
-21
/
+0
2023-11-28
This patch enables errors when external calls are created.
Cupertino Miranda
1
-0
/
+21
2023-11-28
bpf: Forces __buildin_memcmp not to generate a call upto 1024 bytes.
Cupertino Miranda
1
-0
/
+16
2023-11-23
gcc: Introduce -fhardened
Marek Polacek
1
-3
/
+5
2023-11-10
bpf: fix pseudo-c asm emitted for *mulsidi3_zeroextend
Jose E. Marchesi
1
-7
/
+11
2023-10-31
bpf: Improvements in CO-RE builtins implementation.
Cupertino Miranda
1
-0
/
+12
2023-08-17
bpf: support `naked' function attributes in BPF targets
Jose E. Marchesi
1
-0
/
+25
2023-08-15
bpf: fix pseudoc w regs for small modes [PR111029]
David Faust
1
-1
/
+1
2023-08-11
bpf: liberate R9 for general register allocation
Jose E. Marchesi
1
-114
/
+14
2023-08-11
bpf: allow exceeding max num of args in BPF when always_inline
Jose E. Marchesi
1
-1
/
+8
2023-08-09
targhooks: Extend legitimate_address_p with code_helper [PR110248]
Kewen Lin
1
-1
/
+2
2023-08-03
bpf: Implementation of BPF CO-RE builtins
Cupertino Miranda
1
-757
/
+49
2023-07-28
bpf: disable tail call optimization in BPF targets
Jose E. Marchesi
1
-0
/
+3
2023-07-27
bpf: ISA V4 sign-extending move and load insns [PR110782,PR110784]
David Faust
1
-0
/
+3
2023-07-26
bpf: add v3 atomic instructions
David Faust
1
-0
/
+3
2023-07-25
bpf: don't print () in bpf_print_operand_address
David Faust
1
-4
/
+7
2023-07-24
bpf: sdiv/smod are now part of BPF V4
Jose E. Marchesi
1
-0
/
+3
2023-07-24
bpf: remove -mkernel option and BPF_KERNEL_VERSION_CODE
Jose E. Marchesi
1
-40
/
+0
2023-07-24
bpf: make use of the bswap{16,32,64} V4 BPF instruction
Jose E. Marchesi
1
-0
/
+3
2023-07-21
bpf: pseudo-c assembly dialect support
Cupertino Miranda
1
-6
/
+40
2023-05-18
gcc/config/*: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-1
/
+1
2023-02-15
Fix an accidental double space
Jan-Benedict Glaw
1
-1
/
+1
2023-01-17
bpf: disable -fstack-protector in BPF
Jose E. Marchesi
1
-0
/
+8
2023-01-11
bpf: correct bpf_print_operand for floats [PR108293]
David Faust
1
-6
/
+28
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-15
bpf: avoid possible use of uninitialized variable
David Faust
1
-2
/
+5
2022-11-08
bpf: Use enum for resolved overloaded builtins
David Faust
1
-47
/
+59
2022-11-07
bpf: cleanup missed refactor
David Faust
1
-23
/
+1
2022-10-26
bpf: add preserve_field_info builtin
David Faust
1
-72
/
+330
2022-09-06
bpf: remove unused variables from bpf_expand_{prologue,epilogue}
Jose E. Marchesi
1
-10
/
+8
2022-08-29
bpf: define __bpf__ as well as __BPF__ as a target macro
Jose E. Marchesi
1
-0
/
+1
2022-08-24
bpf: facilitate constant propagation of function addresses
Jose E. Marchesi
1
-1
/
+20
[next]