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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-07
Daily bump.
GCC Administrator
10
-1
/
+909
2024-12-06
Support for 64-bit location_t: libgdiagnostics parts
Lewis Hyatt
1
-2
/
+2
2024-12-06
Support for 64-bit location_t: RTL parts
Lewis Hyatt
30
-57
/
+170
2024-12-06
final: Fix call to INSN_LOCATION on a NOTE rtl
Lewis Hyatt
1
-1
/
+3
2024-12-06
middle-end: Handle resized PHI nodes in loop_version()
Lewis Hyatt
5
-15
/
+64
2024-12-06
Only add inferred ranges if they change the value.
Andrew MacLeod
1
-1
/
+8
2024-12-06
Add a range query to inferred ranges.
Andrew MacLeod
5
-17
/
+74
2024-12-06
Do not calculate an entry range for invariant names.
Andrew MacLeod
1
-0
/
+7
2024-12-06
[PR117248][LRA]: Rewriting reg notes update and fix calculation of conflict h...
Vladimir N. Makarov
1
-107
/
+177
2024-12-06
[PR tree-optimization/117895] Fix sparc libgo build failure with CRC opts ena...
Jeff Law
1
-11
/
+14
2024-12-06
c++: use diagnostic nesting [PR116253]
David Malcolm
6
-45
/
+257
2024-12-06
i386: Add missing part from my previous commit.
Uros Bizjak
1
-0
/
+3
2024-12-06
i386: Fix gcc.target/i386/pr101716.c (and some related cleanups)
Uros Bizjak
2
-32
/
+21
2024-12-06
arm,testsuite: Add -mtune=cortex-m55 to dlstp-int8x16.c
Christophe Lyon
1
-1
/
+1
2024-12-06
i386: Fix unwanted fwprop to 3dNOW! insn [PR117926]
Uros Bizjak
2
-36
/
+76
2024-12-06
arm: testsuite: fix some legacy C tests
Richard Earnshaw
6
-6
/
+6
2024-12-06
clang-format BraceWrapping.AfterCaseLabel to true
Matthew Malcomson
1
-0
/
+1
2024-12-06
diagnostics: UX: add doc URLs for attributes (v2)
David Malcolm
61
-40
/
+1140
2024-12-06
c++: handle misspelled concepts and missing #include <concepts>
David Malcolm
6
-1046
/
+1231
2024-12-06
c++: consolidate location printing in error.cc [PR116253]
David Malcolm
1
-47
/
+24
2024-12-06
avr.opt.urls: Rebuild.
Georg-Johann Lay
1
-0
/
+3
2024-12-06
AVR: Disable generation of CRC lookup tables.
Georg-Johann Lay
1
-0
/
+2
2024-12-06
avoid-store-forwarding: bail when an instruction may throw [PR117816]
kelefth
2
-1
/
+12
2024-12-06
nvptx: Support '-march=sm_89'
Thomas Schwinge
14
-27
/
+116
2024-12-06
nvptx: Support '-mptx=7.8'
Thomas Schwinge
6
-2
/
+30
2024-12-06
nvptx: Support '-march=sm_52'
Thomas Schwinge
12
-11
/
+81
2024-12-06
nvptx: Support '-march=sm_37'
Thomas Schwinge
14
-17
/
+97
2024-12-06
nvptx: Support '-mptx=4.1'
Thomas Schwinge
6
-1
/
+29
2024-12-06
nvptx: Expose '-mptx=4.2'
Thomas Schwinge
4
-3
/
+30
2024-12-06
nvptx: Clarify that our baseline is PTX ISA Version 3.1
Thomas Schwinge
3
-9
/
+6
2024-12-06
nvptx: Support '--with-multilib-list'
Thomas Schwinge
7
-35
/
+242
2024-12-06
arm,testsuite: Add -mtune=cortex-m55 to dlstp-compile-asm-1.c test.
Christophe Lyon
1
-1
/
+1
2024-12-06
nvptx: Enhance '-march-map=[...]' test cases
Thomas Schwinge
21
-12
/
+361
2024-12-06
nvptx: Enhance '-march=[...]' test cases
Thomas Schwinge
13
-41
/
+114
2024-12-06
nvptx: Enhance '-mptx=[...]' test cases
Thomas Schwinge
9
-40
/
+95
2024-12-06
Use new RAW_DATA_{U,S}CHAR_ELT macros in the middle-end and C FE
Jakub Jelinek
6
-42
/
+22
2024-12-06
More duplicates reported by genmatch
Richard Biener
1
-8
/
+8
2024-12-06
Remove some duplicates reported by genmatch
Richard Biener
1
-5
/
+5
2024-12-06
RISC-V: Add --with-cmodel configure option
Hau Hsu
4
-6
/
+29
2024-12-06
'gcc/config/nvptx/gen-multilib-matches.sh': Support '--selftest'
Thomas Schwinge
3
-2
/
+159
2024-12-06
'gcc/config/nvptx/gen-*.sh': Simplify interface
Thomas Schwinge
6
-11
/
+26
2024-12-06
'gcc/config/nvptx/gen-multilib-matches.sh': Encapsulate main logic
Thomas Schwinge
1
-24
/
+47
2024-12-06
'gcc/config/nvptx/t-nvptx': Don't use the 'shell' function of 'make'
Thomas Schwinge
2
-3
/
+20
2024-12-06
nvptx: Tag '-misa=[...]', '-mptx=[...]' as 'Negative' of themselves [PR117916]
Thomas Schwinge
1
-2
/
+2
2024-12-06
Clarify libgomp nvptx 'omp_low_lat_mem_space' documentation
Thomas Schwinge
1
-2
/
+4
2024-12-06
Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...
Thomas Schwinge
2
-2
/
+3
2024-12-06
testsuite/117714 - gcc.dg/vect/slp-reduc-4.c FAILs on 32-bit SPARC
Richard Biener
1
-1
/
+1
2024-12-06
libcpp, c++: Optimize initializers using #embed in C++
Jakub Jelinek
21
-40
/
+920
2024-12-06
SVE intrinsics: Fold calls with pfalse predicate.
Jennifer Schmitz
68
-14
/
+2472
2024-12-06
rtl-optimization/117922 - add timevar for fold-mem-offsets
Richard Biener
2
-1
/
+2
[next]