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
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
bpf: change ASM_COMMENT_START to '#'
David Faust
1
-1
/
+1
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
2
-0
/
+21
2023-11-28
bpf: Corrected condition in core_mark_as_access_index.
Cupertino Miranda
1
-1
/
+1
2023-11-28
bpf: Delayed the removal of the parser enum plugin handler.
Cupertino Miranda
1
-2
/
+1
2023-11-27
bpf: remove bpf-helpers.h
Jose E. Marchesi
1
-427
/
+0
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
2
-8
/
+12
2023-10-31
bpf: Improvements in CO-RE builtins implementation.
Cupertino Miranda
7
-328
/
+763
2023-08-21
bpf: neg instruction does not accept an immediate
David Faust
1
-2
/
+2
2023-08-18
bpf: bump maximum frame size limit to 32767 bytes
Jose E. Marchesi
1
-1
/
+1
2023-08-17
bpf: support `naked' function attributes in BPF targets
Jose E. Marchesi
1
-0
/
+25
2023-08-15
bpf: remove useless define_insn for extendsisi2
David Faust
1
-7
/
+0
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
3
-124
/
+40
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-08
bpf: Fixed GC mistakes in BPF builtins code.
Cupertino Miranda
2
-48
/
+28
2023-08-03
bpf: Implementation of BPF CO-RE builtins
Cupertino Miranda
9
-803
/
+1542
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
3
-0
/
+57
2023-07-27
bpf: correct pseudo-C template for add3 and sub3
David Faust
1
-2
/
+2
2023-07-26
bpf: add v3 atomic instructions
David Faust
6
-18
/
+212
2023-07-26
bpf: fix generation of neg and neg32 BPF instructions
Jose E. Marchesi
1
-2
/
+2
2023-07-25
bpf: don't print () in bpf_print_operand_address
David Faust
2
-10
/
+13
2023-07-24
bpf: add pseudo-c asm dialect for "nop"
David Faust
1
-1
/
+1
2023-07-24
bpf: sdiv/smod are now part of BPF V4
Jose E. Marchesi
3
-8
/
+15
2023-07-24
bpf: remove -mkernel option and BPF_KERNEL_VERSION_CODE
Jose E. Marchesi
3
-160
/
+0
2023-07-24
bpf: make use of the bswap{16,32,64} V4 BPF instruction
Jose E. Marchesi
4
-7
/
+23
2023-07-21
bpf: pseudo-c assembly dialect support
Cupertino Miranda
5
-54
/
+114
2023-07-21
bpf: fixed template for neg (added second operand)
Cupertino Miranda
1
-3
/
+3
2023-07-14
bpf: enable instruction scheduling
Jose E. Marchesi
1
-0
/
+11
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-02-14
bpf: fix memory constraint of ldx/stx instructions [PR108790]
David Faust
2
-5
/
+16
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
12
-12
/
+12
2022-12-08
bpf: add define_insn for bswap
David Faust
1
-0
/
+17
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
3
-75
/
+334
2022-09-06
No actual regclasses for bpf
Jan-Benedict Glaw
1
-1
/
+1
2022-09-06
bpf: remove unused variables from bpf_expand_{prologue,epilogue}
Jose E. Marchesi
1
-10
/
+8
2022-08-29
bpf: handle anonymous members in CO-RE reloc [PR106745]
David Faust
1
-6
/
+10
2022-08-29
bpf: define __bpf__ as well as __BPF__ as a target macro
Jose E. Marchesi
1
-0
/
+1
[next]