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-06-28
RISC-V: Support floating-point vfwadd/vfwsub vv/wv combine lowering
Juzhe-Zhong
16
-26
/
+187
2023-06-28
i386: Fix mvc17.c test for default target clone under --with-arch
Hongyu Wang
1
-1
/
+1
2023-06-28
Issue a warning for conversion between short and __bf16 under TARGET_AVX512BF16.
liuhongt
2
-0
/
+49
2023-06-28
Daily bump.
GCC Administrator
4
-1
/
+303
2023-06-27
RISC-V: Add autovect widening/narrowing Integer/FP conversions.
Robin Dapp
22
-0
/
+737
2023-06-27
RISC-V: Add autovec FP widening/narrowing.
Robin Dapp
12
-2
/
+292
2023-06-27
RISC-V: Add autovec FP int->float conversion.
Robin Dapp
15
-15
/
+378
2023-06-27
RISC-V: Implement autovec copysign.
Robin Dapp
9
-9
/
+377
2023-06-27
RISC-V: Split VF iterators for Zvfh(min).
Robin Dapp
3
-111
/
+128
2023-06-27
match.pd: Use element_mode instead of TYPE_MODE.
Robin Dapp
1
-2
/
+4
2023-06-28
[SVE] Fold svdupq to VEC_PERM_EXPR if elements are not constant.
Prathamesh Kulkarni
2
-1
/
+78
2023-06-27
Mark asm goto with outputs as volatile
Andrew Pinski
2
-1
/
+32
2023-06-27
ada: Fix build of GNAT tools
Eric Botcazou
1
-3
/
+6
2023-06-27
ada: Fix bad interaction between inlining and thunk generation
Eric Botcazou
1
-3
/
+6
2023-06-27
ada: Make the identification of case expressions more robust
Eric Botcazou
1
-5
/
+3
2023-06-27
ada: Fix double finalization of case expression in concatenation
Eric Botcazou
4
-72
/
+23
2023-06-27
ada: Fix incorrect handling of iterator specifications in recent change
Eric Botcazou
1
-7
/
+11
2023-06-27
ada: Correct the contract of Ada.Text_IO.Get_Line
Claire Dross
1
-9
/
+13
2023-06-27
ada: Fix too late finalization and secondary stack release in iterator loops
Eric Botcazou
2
-31
/
+14
2023-06-27
ada: Plug small loophole in the handling of private views in instances
Eric Botcazou
1
-7
/
+39
2023-06-27
ada: Plug another loophole in the handling of private views in instances
Eric Botcazou
1
-0
/
+17
2023-06-27
ada: Update printing container aggregates for debugging
Viljar Indus
1
-2
/
+4
2023-06-27
ada: Fix expanding container aggregates
Viljar Indus
1
-0
/
+1
2023-06-27
Convert remaining uses of value_range in ipa-*.cc to Value_Range.
Aldy Hernandez
3
-15
/
+19
2023-06-27
Implement ipa_vr hashing.
Aldy Hernandez
2
-46
/
+45
2023-06-27
Convert ipa_jump_func to use ipa_vr instead of a value_range.
Aldy Hernandez
3
-46
/
+44
2023-06-27
gengtype: Handle braced initialisers in structs
Richard Sandiford
1
-0
/
+6
2023-06-27
tree-optimization/96208 - SLP of non-grouped loads
Richard Biener
4
-70
/
+127
2023-06-27
Refine maskstore patterns with UNSPEC_MASKMOV.
liuhongt
1
-12
/
+57
2023-06-27
Make option mvzeroupper independent of optimization level.
liuhongt
3
-3
/
+18
2023-06-27
Don't issue vzeroupper for vzeroupper call_insn.
liuhongt
2
-2
/
+18
2023-06-27
Fix __builtin_alloca_with_align_and_max defbuiltin usage
Andrew Pinski
1
-1
/
+1
2023-06-27
Daily bump.
GCC Administrator
6
-1
/
+219
2023-06-27
RISC-V: Support const vector expansion with step vector with base != 0
Juzhe-Zhong
7
-2
/
+320
2023-06-26
docs: Add @cindex for some attributes
Andrew Pinski
1
-0
/
+3
2023-06-26
compiler: support -fgo-importcfg
Ian Lance Taylor
10
-7
/
+182
2023-06-26
aarch64: Use <DWI> instead of <V2XWIDE> in scalar SQRSHRUN pattern
Kyrylo Tkachov
1
-10
/
+10
2023-06-26
aarch64: Clean up some rounding immediate predicates
Kyrylo Tkachov
4
-24
/
+20
2023-06-26
IBM zSystems: Assume symbols without explicit alignment to be ok
Andreas Krebbel
2
-2
/
+36
2023-06-26
Fix profile of forwarders produced by cd-dce
Jan Hubicka
1
-0
/
+3
2023-06-26
docs: Fix typo
Andrew Carlotti
1
-1
/
+1
2023-06-26
DSE: Add LEN_MASK_STORE analysis into DSE and fix LEN_STORE
Ju-Zhe Zhong
1
-16
/
+31
2023-06-26
GIMPLE_FOLD: Fix gimple fold for LEN_{MASK}_{LOAD,STORE}
Ju-Zhe Zhong
2
-2
/
+47
2023-06-26
Avoid redundant GORI calcuations.
Andrew MacLeod
1
-4
/
+17
2023-06-26
vect: Cost intermediate conversions
Richard Sandiford
1
-2
/
+3
2023-06-26
tree-optimization/110381 - preserve SLP permutation with in-order reductions
Richard Biener
2
-2
/
+56
2023-06-26
RISC-V: Remove duplicated extern function_base decl
Pan Li
1
-5
/
+0
2023-06-26
narrowing initializers and initializer_constant_valid_p_1
Richard Biener
1
-0
/
+2
2023-06-26
Avoid shorten_binary_op on VECTOR_TYPE
Richard Biener
1
-0
/
+4
2023-06-26
Fix TYPE_PRECISION use in hashable_expr_equal_p
Richard Biener
1
-1
/
+1
[prev]
[next]