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/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
2023-08-02
Daily bump.
GCC Administrator
9
-1
/
+403
2023-08-02
PR modula2/110161 Comparing a typed procedure variable to 0 gives ICE or asse...
Gaius Mulley
3
-9
/
+43
2023-08-01
IBM Z: Handle unaligned symbols
Andreas Krebbel
4
-2
/
+54
2023-08-01
[PATCH] Add POLY_INT_CST support to fold_ctor_reference in gimple-fold.cc
Richard Ball
1
-2
/
+2
2023-08-01
MAINTAINERS: Add myself to write after approval
Richard Ball
1
-0
/
+1
2023-08-01
target/110220: Set JUMP_LABEL and LABEL_NUSES of new branch insn generated by
Georg-Johann Lay
1
-3
/
+5
2023-08-01
Fix profile update after prologue peeling in vectorizer
Jan Hubicka
133
-38
/
+271
2023-08-01
doc: Fix spelling in arm_v8_1m_main_cde_mve_fp
Christophe Lyon
1
-2
/
+2
2023-08-01
ada: Fix printing of numbers in JSON output for data representation
Yannick Moy
1
-2
/
+2
2023-08-01
ada: Disable inlining of subprograms with Skip(_Flow_And)_Proof in GNATprove
Yannick Moy
1
-0
/
+49
2023-08-01
ada: Bugbox compiling Constrained_Protected_Object'Image
Steve Baird
1
-0
/
+2
2023-08-01
ada: Incorrect optimization for unconstrained limited record component type
Steve Baird
1
-18
/
+0
2023-08-01
ada: Default Put_Image for composite derived types is missing information
Pascal Obry
5
-20
/
+76
2023-08-01
ada: Fix generation of JSON output for data representation
Yannick Moy
1
-3
/
+12
2023-08-01
ada: check Atree.Get/Set_Field_Value
Bob Duff
1
-0
/
+20
2023-08-01
ada: Emit SCOs for nested decisions in quantified expressions
Léo Creuse
1
-1
/
+8
2023-08-01
RISC-V: Support CALL for RVV floating-point dynamic rounding
Pan Li
54
-139
/
+1884
2023-08-01
RISC-V: Support RVV VFSUB and VFRSUB rounding mode intrinsic API
Pan Li
5
-0
/
+75
2023-08-01
Adjust testcase for more optimal codegen.
liuhongt
2
-6
/
+6
2023-07-31
c-family: Implement pragma_lex () for preprocess-only mode
Lewis Hyatt
7
-53
/
+113
2023-08-01
PR modula2/110865 Unable to access copied const array
Gaius Mulley
4
-14
/
+83
2023-08-01
Daily bump.
GCC Administrator
10
-1
/
+357
2023-08-01
Fix PR 93044: extra cast is not removed
Andrew Pinski
3
-0
/
+34
2023-07-31
libbacktrace: look for _pgmptr on Windows
Ian Lance Taylor
4
-6
/
+41
2023-07-31
c: add -Wmissing-variable-declarations [PR65213]
Hamza Mahfooz
4
-3
/
+55
2023-07-31
MATCH: Add `a == b | a cmp b` and `a != b & a cmp b` simplifications
Andrew Pinski
2
-2
/
+69
2023-07-31
MATCH: PR 106164 : Optimize `(X CMP1 Y) AND/IOR (X CMP2 Y)`
Andrew Pinski
2
-14
/
+90
2023-07-31
tree-optimization: [PR100864] `(a&!b) | b` is not opimized to `a | b` for com...
Andrew Pinski
4
-2
/
+183
2023-07-31
Re: [PATCH] gcc-ar: Handle response files properly [PR77576]
Costas Argyris
1
-0
/
+47
2023-07-31
fur_list should not use the range vector for non-ssa operands.
Andrew MacLeod
2
-1
/
+20
2023-07-31
Update gcc sv.po
Joseph Myers
1
-27
/
+17
2023-07-31
SARIF and -ftime-report's output [PR109361]
David Malcolm
9
-16
/
+326
2023-07-31
OpenACC 2.7: host_data must have use_device clause requirement
Chung-Lin Tang
6
-7
/
+37
2023-07-31
combine: Narrow comparison of memory and constant
Stefan Schulze Frielinghaus
8
-5
/
+200
2023-07-31
RISC-V: Drop unused variable
Kito Cheng
1
-2
/
+0
2023-07-31
AArch64: Do not increase the vect reduction latency by multiplying count [PR1...
Hao Liu
3
-4
/
+83
2023-07-31
internal-fn: Refine macro define of COND_* and COND_LEN_* internal functions
Ju-Zhe Zhong
1
-67
/
+56
2023-07-31
Use substituted GDCFLAGS
Andreas Schwab
3
-1
/
+3
2023-07-31
[Committed] PR target/110843: Check TARGET_AVX512VL for V2DI rotates in STV.
Roger Sayle
2
-3
/
+23
2023-07-31
RISC-V: Return machine_mode rather than opt_machine_mode for get_mask_mode, NFC
Kito Cheng
4
-40
/
+37
2023-07-31
RISC-V: Bugfix for RVV floating-point rm suffix sequence
Pan Li
3
-20
/
+20
2023-07-31
RISC-V: Enable basic VLS auto-vectorization
Juzhe-Zhong
13
-6
/
+1034
2023-07-31
MAINTAINERS: Add myself to write after approval
xuli
1
-0
/
+1
2023-07-31
Daily bump.
GCC Administrator
2
-1
/
+8
2023-07-30
libstdc++: Fix several preprocessor directives
François Dumont
3
-4
/
+4
2023-07-30
Daily bump.
GCC Administrator
5
-1
/
+68
2023-07-29
[Committed] Use QImode for offsets in zero_extract/sign_extract in i386.md
Roger Sayle
3
-109
/
+149
2023-07-29
libgomp: cuda.h and omp_target_memcpy_rect cleanup
Tobias Burnus
3
-42
/
+28
2023-07-29
Fix profile update after vectorize loop versioning
Jan Hubicka
1
-0
/
+9
2023-07-29
Fix profile update after vectorize loop versioning
Jan Hubicka
3
-3
/
+75
[prev]
[next]