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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
analyzer: use known_function to simplify region_model::on_call_{pre,post}
David Malcolm
8
-99
/
+154
2022-11-16
analyzer: split out checker-path.cc into a new checker-event.cc
David Malcolm
3
-1149
/
+1215
2022-11-16
gcc: m68k: fix PR target/107645
Max Filippov
1
-0
/
+2
2022-11-16
doc: invoke: pru/riscv: Fix option list formatting
Christoph Müllner
1
-3
/
+3
2022-11-16
c++: Implement CWG 2654 - Un-deprecation of compound volatile assignments
Jakub Jelinek
6
-32
/
+19
2022-11-16
nvptx/mkoffload.cc: Fix "$nohost" check
Tobias Burnus
1
-2
/
+4
2022-11-16
c++: Allow attributes on concepts - DR 2428
Jakub Jelinek
10
-10
/
+44
2022-11-16
ragen-op-float: Fix up float_binary_op_range_finish [PR107668]
Jakub Jelinek
2
-1
/
+14
2022-11-15
rtl: Try to remove EH edges after {pro,epi}logue generation [PR90259]
Kewen Lin
2
-3
/
+113
2022-11-16
Daily bump.
GCC Administrator
9
-1
/
+407
2022-11-15
c++: Disable -Wignored-qualifiers for template args [PR107492]
Marek Polacek
2
-1
/
+29
2022-11-15
RISC-V: Zihintpause: add __builtin_riscv_pause
Philipp Tomsich
6
-3
/
+28
2022-11-15
Merge branch 'master' into devel/modula-2
Gaius Mulley
1748
-256499
/
+177366
2022-11-15
Revert autogenerated files before merge and doc files.
Gaius Mulley
3
-197
/
+115
2022-11-15
Bugfix -fm2-whole-program linking.
Gaius Mulley
28
-323
/
+749
2022-11-15
bpf: avoid possible use of uninitialized variable
David Faust
1
-2
/
+5
2022-11-15
analyzer: add warnings relating to sockets [PR106140]
David Malcolm
30
-60
/
+3007
2022-11-15
c, analyzer: support named constants in analyzer [PR106302]
David Malcolm
21
-10
/
+513
2022-11-15
diagnostics: Remove null-termination requirement for json::string
Lewis Hyatt
2
-4
/
+24
2022-11-15
diagnostics: Use an inline function rather than hardcoding <built-in> string
Lewis Hyatt
7
-8
/
+17
2022-11-15
diagnostics: Fix macro tracking for ad-hoc locations
Lewis Hyatt
2
-2
/
+9
2022-11-15
asan: update expected format based on ASAN
Martin Liska
10
-42
/
+42
2022-11-15
c++: remove i_c_e_p parm from tsubst_copy_and_build
Patrick Palka
8
-185
/
+94
2022-11-15
c++: remove function_p parm from tsubst_copy_and_build
Patrick Palka
6
-42
/
+19
2022-11-15
Bugfix for tiny modules importing from definition for "C".
Gaius Mulley
1
-2
/
+38
2022-11-15
Revert "docs: Fix expected diagnostics URL [PR107599]"
Martin Liska
5
-5
/
+5
2022-11-15
doc: Format region pragmas as separate items
Jonathan Wakely
1
-1
/
+2
2022-11-15
ira: Remove duplicate `memset' over `full_costs' from `assign_hard_reg'
Maciej W. Rozycki
1
-1
/
+0
2022-11-15
aarch64: Add support for widening LDAPR instructions
Andre Vieira
2
-0
/
+116
2022-11-15
aarch64: Enable the use of LDAPR for load-acquire semantics
Andre Vieira
5
-4
/
+74
2022-11-15
Daily bump.
GCC Administrator
10
-1
/
+4671
2022-11-15
c++: Fix a typo in function name
Jakub Jelinek
3
-4
/
+4
2022-11-15
c++: Add testcase for DR 2392
Jakub Jelinek
1
-0
/
+12
2022-11-15
c++: Implement C++23 P2589R1 - - static operator[]
Jakub Jelinek
6
-47
/
+97
2022-11-15
c++: Add testcase for DR 2604
Jakub Jelinek
1
-0
/
+53
2022-11-15
Optimize VEC_PERM_EXPR with same permutation index and operation
Hongyu Wang
2
-0
/
+98
2022-11-15
Remove Score documentation
Andrew Pinski
1
-52
/
+0
2022-11-15
Remove the picoChip documentation
Andrew Pinski
2
-90
/
+0
2022-11-15
Remove documentation for MeP
Andrew Pinski
2
-361
/
+0
2022-11-15
Fix @opindex for mcall-aixdesc and mcall-openbsd
Andrew Pinski
1
-2
/
+2
2022-11-14
c++: init_priority and SUPPORTS_INIT_PRIORITY [PR107638]
Patrick Palka
2
-4
/
+15
2022-11-14
c++: Disable -Wdangling-reference when initing T&
Marek Polacek
4
-6
/
+28
2022-11-15
Revert "RISC-V: Add basic support for the Ventana-VT1 core"
Philipp Tomsich
4
-21
/
+3
2022-11-15
Revert "RISC-V: Add instruction fusion (for ventana-vt1)"
Philipp Tomsich
1
-220
/
+0
2022-11-14
c++: only declare satisfied friends
Jason Merrill
2
-0
/
+24
2022-11-14
ira: Fix `create_insn_allocnos' `outer' parameter documentation
Maciej W. Rozycki
1
-1
/
+1
2022-11-14
middle-end: Fix addsub patch removing return statements
Tamar Christina
1
-39
/
+39
2022-11-14
riscv: bitmanip: add orc.b as an unspec
Philipp Tomsich
2
-0
/
+11
2022-11-14
middle-end: Fix can_special_div_by_const doc.
Tamar Christina
1
-1
/
+1
2022-11-14
RISC-V: Add instruction fusion (for ventana-vt1)
Philipp Tomsich
1
-0
/
+220
[prev]
[next]