index
:
rocket-tools/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
5 hours
forwprop: change optimize_aggr_zeroprop and optimize_agr_copyprop to take stm...
HEAD
trunk
master
Andrew Pinski
1
-8
/
+6
5 hours
forwprop: Don't loop on the stmt when optimize_aggr_zeroprop or optimize_agr_...
Andrew Pinski
1
-55
/
+36
7 hours
[MicroBlaze][PR target/118280] Fix __atomic_test_and_set
Michael Eager
5
-19
/
+149
7 hours
Improve costing of speculative calls in ipa-fnsummary
Jan Hubicka
1
-8
/
+24
7 hours
Improve ipa-cp devirtualization costing
Jan Hubicka
3
-14
/
+39
7 hours
Fortran: Intrinsic functions in PDT specification exprs. [PR83746]
Paul Thomas
2
-0
/
+59
8 hours
PR modula2/121856: New wideset implementation
Gaius Mulley
99
-3492
/
+12504
9 hours
[RISC-V][PR target/121983] Fix unprotected REGNO invocation
Jeff Law
2
-2
/
+24
10 hours
RISC-V: Improve slide patterns recognition
Raphael Moreira Zinsly
11
-21
/
+751
11 hours
RISC-V: Only Save/Restore required registers for ILP32E/LP64E
Jim Lin
3
-8
/
+59
11 hours
[RISC-V] Optimize clear-lowest-set-bit sequence when ctz is nearby
Jeff Law
6
-1
/
+442
14 hours
Remove accidentially left if (0) block
Richard Biener
1
-14
/
+0
15 hours
ada: Implement support for Is_Link_Once flag on entities
Eric Botcazou
4
-71
/
+101
15 hours
ada: Initial support for Extended Access types
Marc Poulhiès
7
-184
/
+691
15 hours
ada: Make error recovery for structural generic instantiation more robust
Eric Botcazou
1
-0
/
+4
15 hours
ada: Remove unnecessary declare block
Piotr Trojanek
1
-41
/
+38
15 hours
ada: Preliminary implementation of structural generic instantiation
Eric Botcazou
26
-131
/
+1658
15 hours
ada: Fix comment about operational aspects
Ronan Desplanques
1
-1
/
+1
15 hours
ada: Remove comment
Ronan Desplanques
1
-3
/
+1
15 hours
ada: Add procedure to write an extended access as a String
Marc Poulhiès
4
-2
/
+27
15 hours
ada: Add C binding for Is_Extended_Access_Type
Marc Poulhiès
2
-0
/
+4
15 hours
ada: Do not set Esize for Extended Accesses
Marc Poulhiès
1
-9
/
+21
15 hours
ada: Remove superfluous statements
Ronan Desplanques
1
-2
/
+0
15 hours
ada: Compiler crashes on subunits with Streaming/Put_Image attribute references
Steve Baird
1
-15
/
+40
15 hours
ada: Incorrect expansion of VADS Size attribute applied to an array type
Gary Dismukes
1
-3
/
+3
15 hours
Remove DR_GROUP_STORE_COUNT
Richard Biener
2
-20
/
+3
17 hours
Cleanup vect_get_num_copies API
Richard Biener
3
-32
/
+13
17 hours
Remove SLP_TREE_NUMBER_OF_VEC_STMTS
Richard Biener
4
-89
/
+63
24 hours
Daily bump.
GCC Administrator
5
-1
/
+275
26 hours
c: Add more C2Y tests
Joseph Myers
7
-0
/
+121
26 hours
c++: tweak constexpr union diagnostic
Jason Merrill
3
-2
/
+19
26 hours
c++: clobber class new-expressions
Jason Merrill
3
-8
/
+5
26 hours
c++: improve constexpr clobber handling
Jason Merrill
6
-19
/
+105
26 hours
c++: -Wmismatched-new-delete, -O0, new (nothrow)
Jason Merrill
2
-2
/
+6
28 hours
diagnostics: add dump methods to client_data_hooks and logical_location_manager
David Malcolm
8
-0
/
+49
28 hours
diagnostics/libcpp: convert enum location_aspect to enum class
David Malcolm
4
-25
/
+26
28 hours
diagnostics: use diagnostic.h in fewer places
David Malcolm
16
-12
/
+10
30 hours
Fix SRA issue with -ftrivial-auto-var-init= [PR121894]
Qing Zhao
2
-1
/
+29
30 hours
Fortran: Implement PDT constructors with syntax variants [PR114815]
Paul Thomas
6
-16
/
+99
33 hours
RISC-V: Correct lmul estimation
Zhongyao Chen
2
-1
/
+35
33 hours
openmp: Fix up ICE in lower_omp_regimplify_operands_p [PR121977]
Jakub Jelinek
2
-0
/
+19
34 hours
AArch64: Add SME LUTv2 intrinsics
Karl Meakin
13
-4
/
+1398
34 hours
AArch64: Add SME LUTv2 architecture extension
Karl Meakin
4
-1
/
+11
34 hours
RISC-V: Add test case of unsigned scalar SAT_MUL form 5 for widen-mul
Pan Li
9
-0
/
+123
34 hours
Match: Add form 5 of unsigned SAT_MUL for widen-mul
Pan Li
2
-0
/
+26
36 hours
Fix verification ICE after ipa-cp
Jan Hubicka
1
-1
/
+8
37 hours
tree-optimization/87615 - VN predication is expensive
Richard Biener
1
-23
/
+45
39 hours
OpenMP: Unshare expr in context-selector condition [PR121922]
Tobias Burnus
1
-1
/
+1
40 hours
tree-optimization/121720 - missed PRE hoisting
Richard Biener
2
-39
/
+56
47 hours
Remove SPR/GNR/DMR from avx512_{move,store}_by pieces tune.
hongtao.liu
5
-8
/
+8
[next]