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
2025-04-30
tree-optimization/119960 - failed external SLP promotion
Richard Biener
2
-7
/
+71
2025-04-30
ipa/120006 - wrong code with IPA PTA
Richard Biener
2
-0
/
+67
2025-04-30
tree-optimization/120003 - missed jump threading
Richard Biener
3
-7
/
+24
2025-04-30
Fix GNAT build failure for x86/FreeBSD
Eric Botcazou
2
-0
/
+173
2025-04-30
AVR: target/119989 - Add missing clobbers to xload_<mode>_libgcc.
Georg-Johann Lay
10
-0
/
+97
2025-04-30
RISC-V: Allow different dynamic floating point mode to be merged [PR119832]
Kito Cheng
2
-0
/
+64
2025-04-30
RISC-V: Fix missing implied Zicsr from Zve32x
Jerry Zhang Jian
2
-27
/
+8
2025-04-30
AArch64: Fold LD1/ST1 with ptrue to LDR/STR for 128-bit VLS
Jennifer Schmitz
6
-96
/
+118
2025-04-30
RISC-V: Add intrinsics testcases for SiFive Xsfvcp extensions.
yulong
4
-0
/
+465
2025-04-30
RISC-V: Add intrinsics support for SiFive Xsfvcp extensions.
yulong
17
-8
/
+1562
2025-04-30
Fix compilation failure on FreeBSD
Eric Botcazou
1
-1
/
+1
2025-04-30
Daily bump.
GCC Administrator
5
-1
/
+202
2025-04-29
Fix cs_interesting_for_ipcp_p wrt flag_profile_partial_training.
Jan Hubicka
1
-6
/
+4
2025-04-29
analyzer: fix for older version of GCC
Marc Poulhiès
2
-7
/
+7
2025-04-29
d: Use __builtin_clear_padding for zeroing alignment holes after set
Iain Buclaw
4
-70
/
+30
2025-04-29
simplify-rtx: Combine bitwise operations in more cases
Pengfei Li
2
-0
/
+67
2025-04-29
i386: Disable string insn from non-default AS for Pmode != word_mode [PR111657]
Uros Bizjak
5
-25
/
+44
2025-04-29
RISC-V: Fix register move cost for SIBCALL_REGS/JALR_REGS
Zhijin Zeng
1
-4
/
+4
2025-04-29
tree-optimization/119997 - &ptr->field no longer subject to PRE
Richard Biener
5
-42
/
+93
2025-04-29
i386: Allow string instructions from non-default address space [PR111657]
Uros Bizjak
3
-52
/
+131
2025-04-29
target.def: Remove TARGET_PROMOTE_FUNCTION_RETURN reference
H.J. Lu
2
-8
/
+0
2025-04-29
Annotate empty bb with all debug_stmt with location of phi in the single_succ.
hongtao.liu
1
-3
/
+43
2025-04-29
debug/78685 - reword -Og documentation
Richard Biener
1
-7
/
+9
2025-04-29
i386: Skip sub-RTXes of memory operand in ix86_update_stack_alignment
Uros Bizjak
1
-5
/
+10
2025-04-29
x86: Add a pass to remove redundant all 0s/1s vector load
H.J. Lu
10
-41
/
+549
2025-04-29
i386: Add ix86_expand_unsigned_small_int_cst_argument
H.J. Lu
1
-5
/
+53
2025-04-29
Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GLC except GLC
liuhongt
1
-3
/
+1
2025-04-29
Daily bump.
GCC Administrator
9
-1
/
+1463
2025-04-28
analyzer: handle NRVO and DECL_BY_REFERENCE [PR111536]
David Malcolm
14
-28
/
+186
2025-04-28
analyzer: fix null deref false negative on std::unique_ptr [PR109366]
David Malcolm
3
-0
/
+36
2025-04-28
analyzer: initial implementation of exception handling [PR97111]
David Malcolm
103
-77
/
+2777
2025-04-28
analyzer,c++: add placeholder implementation of ana::translation_unit for C++
David Malcolm
1
-0
/
+40
2025-04-28
Eliminate make-unique.h and ::make_unique
David Malcolm
73
-1044
/
+1031
2025-04-28
analyzer: use unique_ptr for state_machine instances
David Malcolm
13
-101
/
+108
2025-04-28
analyzer: convert various call_summary * to call_summary &
David Malcolm
4
-16
/
+18
2025-04-28
analyzer: convert gcall * to gcall & in many places
David Malcolm
34
-383
/
+381
2025-04-28
analyzer: convert various enums to "enum class"
David Malcolm
19
-243
/
+243
2025-04-28
analyzer: use analyzer/common.h as a common header
David Malcolm
55
-892
/
+325
2025-04-28
analyzer: fail if we see unexpected gimple stmt codes
David Malcolm
1
-7
/
+16
2025-04-28
analyzer: add a call_details::dump (using text_art)
David Malcolm
2
-0
/
+63
2025-04-28
pass_manager: add m_ prefix to pass fields accessed via passes.def
David Malcolm
2
-27
/
+27
2025-04-28
c,c++: use unique_ptr in name_hint to reduce naked 'new'
David Malcolm
5
-37
/
+54
2025-04-28
diagnostics: use diagnostic_option_id for m_opt_permissive
David Malcolm
1
-3
/
+3
2025-04-28
diagnostics: make diagnostic_context::m_abort_on_error private
David Malcolm
2
-9
/
+9
2025-04-28
sarif output: introduce sarif_generation_options
David Malcolm
5
-86
/
+115
2025-04-28
Add a Relation iterator to the relation oracle.
Andrew MacLeod
2
-8
/
+117
2025-04-28
Add lhs_op1 relation to pointer_plus
Andrew MacLeod
3
-0
/
+67
2025-04-28
Do not overwrite relation in range_of_range_op.
Andrew MacLeod
1
-6
/
+8
2025-04-28
Use the current cache when creating inferred ranges.
Andrew MacLeod
1
-1
/
+1
2025-04-28
Infer non-zero for integral division RHS.
Andrew MacLeod
2
-0
/
+29
[prev]
[next]