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
2023-05-08
RISC-V: Handle multi-lib path correclty for linux
Kito Cheng
4
-41
/
+100
2023-05-08
Makefile.in: clean up match.pd-related dependencies
Alexander Monakov
1
-6
/
+3
2023-05-07
Move substitute_and_fold over to use simple_dce_from_worklist
Andrew Pinski
10
-51
/
+82
2023-05-08
fortran: Remove conditionals around free()
Bernhard Reutner-Fischer
1
-2
/
+1
2023-05-08
Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]
Bernhard Reutner-Fischer
2
-4
/
+9
2023-05-07
Fortran: Reject semicolon after namelist name.
Jerry DeLisle
1
-0
/
+15
2023-05-08
Daily bump.
GCC Administrator
4
-1
/
+146
2023-05-07
c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]
Patrick Palka
3
-5
/
+30
2023-05-07
c++: goto entering scope of obj w/ non-trivial dtor [PR103091]
Patrick Palka
3
-43
/
+42
2023-05-07
c++: satisfaction of non-dep member alias template-id
Patrick Palka
2
-3
/
+18
2023-05-07
c++: various code cleanups
Patrick Palka
4
-25
/
+20
2023-05-07
c++: parenthesized -> resolving to static data member [PR98283]
Patrick Palka
3
-3
/
+17
2023-05-07
c++: bound ttp in lambda function type [PR109651]
Patrick Palka
3
-8
/
+50
2023-05-07
Fix aarch64/109762: push_options/push_options does not work sometimes
Andrew Pinski
2
-3
/
+3
2023-05-07
c++: non-dep init folding and access checking [PR109480]
Patrick Palka
2
-1
/
+18
2023-05-07
c++: potentiality of templated memfn call [PR109480]
Patrick Palka
3
-27
/
+21
2023-05-07
rs6000: Load high and low part of 64bit constant independently
Jiufu Guo
2
-12
/
+54
2023-05-07
Don't call emit_clobber in lower-subreg.cc's resolve_simple_move.
Roger Sayle
2
-3
/
+11
2023-05-07
Daily bump.
GCC Administrator
3
-1
/
+209
2023-05-06
Delete duplicated riscv definition.
Jeff Law
1
-38
/
+0
2023-05-06
RISC-V: autovec: Verify that GET_MODE_NUNITS is a multiple of 2.
Michael Collison
1
-2
/
+5
2023-05-06
RISC-V:autovec: Add target vectorization hooks
Michael Collison
1
-0
/
+116
2023-05-06
Remove duplicated definition in risc-v vector support.
Jeff Law
1
-11
/
+0
2023-05-06
RISC-V:autovec: Add auto-vectorization support functions
Michael Collison
1
-8
/
+93
2023-05-06
RISC-V: autovec: Export policy functions to global scope
Michael Collison
2
-2
/
+5
2023-05-06
RISC-V: autovec: Add new predicates and function prototypes
Michael Collison
1
-0
/
+4
2023-05-07
LoongArch: Enable shrink wrapping
Xi Ruoyao
3
-3
/
+197
2023-05-07
build: Use -nostdinc generating macro_list [PR109522]
Xi Ruoyao
1
-1
/
+1
2023-05-06
RISC-V: Enable basic RVV auto-vectorization support.
Juzhe-Zhong
39
-2
/
+559
2023-05-06
Fortran: Namelist read with invalid input accepted.
Jerry DeLisle
1
-0
/
+15
2023-05-06
gimple-range-op: Improve handling of sin/cos ranges
Jakub Jelinek
4
-17
/
+178
2023-05-06
Remove type from vrange_storage::equal_p.
Aldy Hernandez
3
-21
/
+15
2023-05-06
RISC-V: Fix incorrect demand info merge in local vsetvli optimization [PR109748]
Juzhe-Zhong
2
-45
/
+93
2023-05-06
Canonicalize vec_merge when mask is constant.
liuhongt
2
-0
/
+29
2023-05-06
gimple-range-op: Improve handling of sqrt ranges
Jakub Jelinek
4
-16
/
+182
2023-05-06
build: Replace seq for portability with GNU Make variant
Jakub Jelinek
1
-10
/
+12
2023-05-06
Daily bump.
GCC Administrator
5
-1
/
+1200
2023-05-06
CRIS: peephole2 an add into two addq or subq
Hans-Peter Nilsson
3
-2
/
+81
2023-05-06
CRIS: peephole2 a move of constant followed by and of same register
Hans-Peter Nilsson
2
-0
/
+55
2023-05-06
CRIS: peephole2 a lsrq into a lslq+lsrq pair
Hans-Peter Nilsson
3
-0
/
+91
2023-05-06
doc: Document order of define_peephole2 scanning
Hans-Peter Nilsson
1
-0
/
+9
2023-05-05
Fortran: overloading of intrinsic binary operators [PR109641]
Harald Anlauf
4
-0
/
+162
2023-05-05
RISC-V: Legitimise the const0_rtx for RVV indexed load/store
Pan Li
2
-32
/
+33
2023-05-05
RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMSET
Pan Li
2
-5
/
+6
2023-05-05
arm: [MVE intrinsics] rework vshrq vrshrq
Christophe Lyon
4
-628
/
+6
2023-05-05
arm: [MVE intrinsics] factorize vsrhrq vrshrq
Christophe Lyon
2
-38
/
+22
2023-05-05
arm: [MVE intrinsics] add binary_rshift shape
Christophe Lyon
2
-0
/
+37
2023-05-05
arm: [MVE intrinsics] rework vqrshrunbq vqrshruntq vqshrunbq vqshruntq
Christophe Lyon
5
-320
/
+25
2023-05-05
arm: [MVE intrinsics] factorize vqrshrunb vqrshrunt vqshrunb vqshrunt
Christophe Lyon
2
-132
/
+40
2023-05-05
arm: [MVE intrinsics] add binary_rshift_narrow_unsigned shape
Christophe Lyon
2
-0
/
+49
[prev]
[next]