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-04-19
Remove special-cased edges when solving copies
Richard Biener
1
-11
/
+14
2023-04-19
Fix do_sd_constraint escape special casing
Richard Biener
1
-1
/
+1
2023-04-19
Remove senseless store in do_sd_constraint
Richard Biener
1
-4
/
+1
2023-04-19
Avoid non-unified nodes on the topological sorting for PTA solving
Richard Biener
1
-2
/
+3
2023-04-19
tree-optimization/44794 - avoid excessive RTL unrolling on epilogues
Richard Biener
1
-0
/
+6
2023-04-19
LoongArch: Improve cpymemsi expansion [PR109465]
Xi Ruoyao
7
-49
/
+91
2023-04-19
LoongArch: Improve GAR store for va_list
Xi Ruoyao
2
-1
/
+27
2023-04-19
Avoid unnecessary epilogues from tree_unroll_loop
Richard Biener
1
-1
/
+1
2023-04-19
Simplify gimple_assign_load
Richard Biener
2
-17
/
+21
2023-04-19
aarch64: Delete __builtin_aarch64_neg* builtins and their use
Kyrylo Tkachov
2
-4
/
+1
2023-04-19
tree-vect-patterns: Improve __builtin_{clz,ctz,ffs}ll vectorization [PR109011]
Jakub Jelinek
2
-25
/
+171
2023-04-19
dse: Use SUBREG_REG for copy_to_mode_reg in DSE replace_read for WORD_REGISTE...
Jakub Jelinek
1
-1
/
+13
2023-04-19
[aarch64] Use wzr/xzr for assigning 0 to vector element.
Prathamesh Kulkarni
2
-0
/
+54
2023-04-19
aarch64: PR target/108840 Simplify register shift RTX costs and eliminate shi...
Kyrylo Tkachov
2
-52
/
+49
2023-04-19
rtl-optimization/109237 - quadraticness in delete_trivially_dead_insns
Richard Biener
1
-15
/
+24
2023-04-19
rtl-optimization/109237 - speedup bb_is_just_return
Richard Biener
1
-2
/
+2
2023-04-19
testsuite: Fix up pr109524.C for -std=c++23 [PR109524]
Jakub Jelinek
1
-1
/
+1
2023-04-19
install.texi: Document --enable-decimal-float for AArch64
Christophe Lyon
1
-7
/
+8
2023-04-19
Check hard_regno_mode_ok before setting lowest memory move cost for the mode ...
liuhongt
1
-0
/
+4
2023-04-19
Daily bump.
GCC Administrator
4
-1
/
+339
2023-04-18
doc: remove stray @gol
Jason Merrill
1
-1
/
+1
2023-04-18
ifcvt.cc: Prevent excessive if-conversion for conditional moves
Takayuki 'January June' Suwa
1
-1
/
+1
2023-04-18
Add -gcodeview option
Mark Harmstone
4
-0
/
+18
2023-04-18
PHIOPT: Move tree_ssa_cs_elim into pass_cselim::execute.
Andrew Pinski
1
-61
/
+57
2023-04-18
gcc: Drop obsolete INCLUDE_PTHREAD_H
Sam James
1
-4
/
+0
2023-04-18
vect: Verify that GET_MODE_UNITS is greater than one for vect_grouped_store_s...
Kevin Lee
1
-0
/
+2
2023-04-18
Add TARGET_ZBKB to the condition of bswapsi2, bswapdi2 and rotr<mode>3 patterns
Sinan Lin
1
-3
/
+3
2023-04-18
i386: Improve permutations with INSERTPS instruction [PR94908]
Uros Bizjak
8
-9
/
+164
2023-04-18
Add GTY support for vrange.
Aldy Hernandez
2
-37
/
+99
2023-04-18
constraint: fix relaxed memory and repeated constraint handling
Victor L. Do Nascimento
2
-4
/
+38
2023-04-18
Docs: Add doc for RISC-V vector intrinsics
Kito Cheng
1
-0
/
+9
2023-04-18
middle-end/108786 - add bitmap_clear_first_set_bit
Richard Biener
9
-20
/
+48
2023-04-18
Shrink points-to analysis dumps when not dumping with -details
Richard Biener
19
-46
/
+53
2023-04-18
PHIOPT: add folding/simplification detail to the dump
Andrew Pinski
1
-0
/
+29
2023-04-18
PHIOPT: small cleanup in match_simplify_replacement
Andrew Pinski
1
-3
/
+2
2023-04-18
aarch64: Use standard RTL codes for __rev16 intrinsic expansion
Kyrylo Tkachov
1
-9
/
+17
2023-04-18
Declare dconstm0 to go along with dconst0 and friends.
Aldy Hernandez
5
-9
/
+11
2023-04-18
RAII auto_mpfr and autp_mpz
Richard Biener
4
-15
/
+41
2023-04-18
aarch64: Use intrinsic flags information rather than hardcoding FLAG_AUTO_FP
Kyrylo Tkachov
1
-1
/
+1
2023-04-18
Fixed typo.
Jin Ma
1
-1
/
+1
2023-04-18
Return true from operator== for two identical ranges containing NAN.
Aldy Hernandez
1
-10
/
+0
2023-04-18
Add inchash support for vrange.
Aldy Hernandez
4
-0
/
+95
2023-04-18
tree-optimization/109539 - restrict PHI handling in access diagnostics
Richard Biener
1
-11
/
+45
2023-04-18
amdgcn: HardFP divide
Andrew Stubbs
4
-97
/
+144
2023-04-18
aarch64: Give hint for -mcpu options that match -march instead
Kyrylo Tkachov
2
-0
/
+19
2023-04-18
aarch64: Add QI -> HI zero-extension for LDAPR
Kyrylo Tkachov
2
-3
/
+11
2023-04-18
RISC-V: Adjust the parsing order of extensions to be consistent with riscv-sp...
Jin Ma
2
-7
/
+7
2023-04-18
match.pd: Improve fneg/fadd optimization [PR109240]
Jakub Jelinek
3
-54
/
+175
2023-04-18
Abstract out REAL_VALUE_TYPE streaming.
Aldy Hernandez
4
-25
/
+38
2023-04-18
Abstract out calculation of max HWIs per wide int.
Aldy Hernandez
1
-5
/
+7
[prev]
[next]