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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-18
OpenMP: Add declare variant's 'append_args' clause in C/C++
Tobias Burnus
15
-265
/
+1197
2024-12-18
c++: Use type_id_in_expr_sentinel in 6 further spots in the parser
Jakub Jelinek
1
-25
/
+17
2024-12-18
c++: Fix up pedantic handling of alignas [PR110345]
Jakub Jelinek
13
-8
/
+223
2024-12-18
c++: Add {,un}likely attribute further test coverage [PR110345]
Jakub Jelinek
2
-0
/
+298
2024-12-18
c++: Add fallthrough attribute further test coverage [PR110345]
Jakub Jelinek
2
-0
/
+179
2024-12-18
c++: Add carries_dependency further test coverage [PR110345]
Jakub Jelinek
1
-0
/
+152
2024-12-18
c++: Handle attributes on exception declarations [PR110345]
Jakub Jelinek
2
-4
/
+175
2024-12-18
c++: Diagnose attributes on class/enum declarations [PR110345]
Jakub Jelinek
2
-0
/
+19
2024-12-18
c++: Handle enum attributes like class attributes [PR110345]
Jakub Jelinek
2
-6
/
+13
2024-12-18
inline-asm: Add - constraint modifier support for toplevel extended asm [PR41...
Jakub Jelinek
10
-7
/
+100
2024-12-18
inline-asm: Add support for cc operand modifier
Jakub Jelinek
5
-4
/
+27
2024-12-18
inline asm: Add new constraint for symbol definitions
Jakub Jelinek
8
-2
/
+101
2024-12-18
LoongArch: Add crc tests
Xi Ruoyao
2
-0
/
+133
2024-12-18
LoongArch: Combine xor and crc instructions
Xi Ruoyao
1
-0
/
+25
2024-12-18
LoongArch: Add CRC expander to generate faster CRC
Xi Ruoyao
1
-0
/
+57
2024-12-18
LoongArch: Add bit reverse operations
Xi Ruoyao
1
-0
/
+51
2024-12-18
LoongArch: Remove QHSD and use QHWD instead
Xi Ruoyao
1
-3
/
+2
2024-12-18
Documentation: Fix paste-o in recent OpenMP/OpenACC patch
Sandra Loosemore
1
-1
/
+1
2024-12-17
c++: modules: Fix 32-bit overflow with 64-bit location_t [PR117970]
Lewis Hyatt
1
-2
/
+3
2024-12-18
Daily bump.
GCC Administrator
6
-1
/
+224
2024-12-17
c++: print NONTYPE_ARGUMENT_PACK [PR118073]
Marek Polacek
2
-0
/
+25
2024-12-17
Documentation: Make OpenMP/OpenACC docs easier to find [PR26154]
Sandra Loosemore
6
-150
/
+227
2024-12-17
middle-end/118062 - bogus lowering of vector compares
Richard Biener
1
-1
/
+2
2024-12-17
c++: ICE initializing array of aggrs [PR117985]
Marek Polacek
3
-0
/
+64
2024-12-17
[PATCH] RISC-V: optimization on checking certain bits set ((x & mask) == val)
Oliver Kozul
2
-0
/
+44
2024-12-17
RISC-V: Remove svvptc from riscv-ext-bitmask.def
Yangyu Chen
1
-1
/
+0
2024-12-17
testsuite: arm: Mark pr81812.C as xfail for thumb1
Torbjörn SVENSSON
1
-0
/
+2
2024-12-17
[PATCH v2 2/2] RISC-V: Add Tenstorrent Ascalon 8 wide architecture
Anton Blanchard
4
-1
/
+108
2024-12-17
[PATCH v2 1/2] RISC-V: Document thead-c906, xiangshan-nanhu, and generic-ooo
Anton Blanchard
1
-5
/
+6
2024-12-17
testsuite: arm: Add -mtune to all arm_cpu_* effective targets
Torbjörn SVENSSON
1
-12
/
+15
2024-12-17
RISC-V: Add new constraint R for register even-odd pairs
Kito Cheng
3
-0
/
+30
2024-12-17
RISC-V: Implment N modifier for printing the register number rather than the ...
Kito Cheng
5
-0
/
+74
2024-12-17
RISC-V: Rename internal operand modifier N to n
Kito Cheng
3
-5
/
+5
2024-12-17
RISC-V: Add cr and cf constraint
Kito Cheng
7
-11
/
+77
2024-12-17
RISC-V: Rename constraint c0* to k0*
Kito Cheng
4
-233
/
+233
2024-12-17
ipa: Improve how we derive value ranges from IPA invariants
Martin Jambor
6
-26
/
+67
2024-12-17
ipa: Better value ranges for pointer integer constants
Martin Jambor
1
-19
/
+16
2024-12-17
ipa: Skip widening type conversions in jump function constructions
Martin Jambor
2
-0
/
+88
2024-12-17
c++: Diagnose earlier non-static data members with cv containing class type [...
Jakub Jelinek
2
-1
/
+9
2024-12-17
Fortran: Fix associate with derived type array construtor [PR117347]
Andre Vehreschild
2
-0
/
+40
2024-12-17
Daily bump.
GCC Administrator
6
-1
/
+274
2024-12-16
i386: Fix tabs vs. spaces in mmx.md
Uros Bizjak
1
-140
/
+140
2024-12-16
i386: Add HImode to VALID_SSE2_REG_MODE
Uros Bizjak
2
-5
/
+1
2024-12-16
testsuite: Force max-completely-peeled-insns=300 for CRIS, PR118055
Hans-Peter Nilsson
2
-2
/
+2
2024-12-16
sarif-replay: handle embedded links (§3.11.6)
David Malcolm
4
-6
/
+117
2024-12-16
libgdiagnostics: consolidate logical locations
David Malcolm
7
-43
/
+497
2024-12-16
sarif-replay: quote source from artifact contents [PR117943]
David Malcolm
12
-37
/
+510
2024-12-16
diagnostics: move libgdiagnostics dc from sinks into diagnostic_manager
David Malcolm
14
-172
/
+207
2024-12-16
diagnostics: implement file_cache::dump
David Malcolm
3
-0
/
+54
2024-12-16
testsuite: Require int32plus target for gcc.dg/pr117816.c
Dimitar Dimitrov
1
-1
/
+1
[next]