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
2024-07-02
aarch64: Add vector popcount besides QImode [PR113859]
Pengxuan Zheng
3
-1
/
+167
2024-07-02
aarch64: Add testcase for vectorconvert lowering [PR110473]
Andrew Pinski
1
-0
/
+20
2024-07-02
Rename expand_powcabs pass to expand_pow
Andrew Pinski
5
-18
/
+17
2024-07-02
Add some optimizations to gimple_expand_builtin_cabs
Andrew Pinski
5
-11
/
+123
2024-07-02
Move cabs expansion from powcabs to complex lowering [PR115710]
Andrew Pinski
5
-70
/
+113
2024-07-02
Small optimization for complex addition, real/imag parts the same
Andrew Pinski
2
-1
/
+18
2024-07-02
c++: Fix ICE on constexpr placement new [PR115754]
Jakub Jelinek
2
-1
/
+40
2024-07-02
c++: Implement C++26 P3144R2 - Deleting a Pointer to an Incomplete Type Shoul...
Jakub Jelinek
8
-14
/
+160
2024-07-02
c++: Implement C++26 P0963R3 - Structured binding declaration as a condition ...
Jakub Jelinek
16
-27
/
+927
2024-07-02
Regenerate common.opt.urls
David Faust
1
-0
/
+3
2024-07-02
bpf,btf: enable BTF pruning by default for BPF
David Faust
6
-8
/
+100
2024-07-02
btf: add -gprune-btf option
David Faust
9
-7
/
+493
2024-07-02
btf: refactor and simplify implementation
David Faust
5
-742
/
+542
2024-07-02
ctf: use pointers instead of IDs internally
David Faust
7
-292
/
+285
2024-07-02
ctf, btf: restructure CTF/BTF emission
David Faust
4
-49
/
+50
2024-07-02
Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]
Wilco Dijkstra
4
-6
/
+21
2024-07-02
build: Fix "make install" for MinGW
Lewis Hyatt
1
-1
/
+1
2024-07-02
gcc: docs: Fix documentation of two hooks
Matthew Malcomson
2
-20
/
+16
2024-07-02
tree-optimization/115741 - ICE with VMAT_CONTIGUOUS_REVERSE and gap
Richard Biener
1
-1
/
+2
2024-07-02
ada: Use static allocation for small dynamic string concatenations in more cases
Eric Botcazou
1
-24
/
+67
2024-07-02
ada: Fix generic renaming table low bound on reset
Ronan Desplanques
1
-1
/
+1
2024-07-02
ada: Compiler accepts an illegal Unchecked_Access attribute reference
Steve Baird
1
-0
/
+7
2024-07-02
ada: Use clause (or use type clause) in a protected operation sometimes ignored.
Steve Baird
1
-0
/
+41
2024-07-02
ada: Put_Image aspect spec ignored for null extension.
Steve Baird
1
-1
/
+16
2024-07-02
ada: Allow mutably tagged types to work with qualified expressions
Justin Squirek
1
-0
/
+14
2024-07-02
ada: Bug box for expression function with list comprehension
Bob Duff
1
-0
/
+1
2024-07-02
ada: Call memcmp instead of Compare_Array_Unsigned_8 and...
Eric Botcazou
3
-36
/
+138
2024-07-02
ada: Fix analysis of Extensions_Visible
Yannick Moy
3
-19
/
+38
2024-07-02
ada: Fix bogus error on allocator in instantiation with private derived types
Eric Botcazou
1
-30
/
+21
2024-07-02
ada: Miscomputed bounds for inner null array aggregates
Javier Miranda
1
-31
/
+384
2024-07-02
ada: Fix crash on box-initialized component with No_Default_Initialization
Eric Botcazou
3
-22
/
+29
2024-07-02
ada: Document that -gnatdJ is unused
Eric Botcazou
1
-0
/
+1
2024-07-02
amdgcn: invent target feature flags
Andrew Stubbs
4
-87
/
+155
2024-07-02
c++: Relax too strict assert in stabilize_expr [PR111160]
Simon Martin
3
-1
/
+22
2024-07-02
i386: Support APX NF and NDD for imul/mul
Lingling Kong
2
-45
/
+61
2024-07-02
sparc: define SPARC_LONG_DOUBLE_TYPE_SIZE for vxworks [PR115739]
Kewen Lin
1
-0
/
+4
2024-07-02
LoongArch: Define loongarch_insn_cost and set the cost of movcf2gr and movgr2cf.
Lulu Cheng
1
-0
/
+29
2024-07-02
LoongArch: Fix explicit-relocs-{extreme-,}tls-desc.c tests.
Lulu Cheng
2
-2
/
+2
2024-07-02
isel: Fold more in gimple_expand_vec_cond_expr [PR115659]
Kewen Lin
1
-7
/
+41
2024-07-02
Daily bump.
GCC Administrator
5
-1
/
+321
2024-07-01
c++: ICE with computed gotos [PR115469]
Marek Polacek
2
-4
/
+34
2024-07-01
testsuite: fix spaceship-narrowing1.C
Marek Polacek
1
-1
/
+1
2024-07-01
c++: unresolved overload with comma op [PR115430]
Marek Polacek
3
-2
/
+28
2024-07-01
c++: DR2627, Bit-fields and narrowing conversions [PR94058]
Marek Polacek
5
-0
/
+134
2024-07-01
Preserve SSA info for more propagated copy
Richard Biener
2
-0
/
+12
2024-07-01
RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 4
Pan Li
9
-0
/
+270
2024-07-01
RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 3
Pan Li
9
-0
/
+270
2024-07-01
RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 2
Pan Li
9
-0
/
+269
2024-07-01
RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 1
Pan Li
9
-0
/
+269
2024-07-01
testsuite: Fix -m32 gcc.target/i386/pr102464-vrndscaleph.c on RedHat.
Roger Sayle
1
-0
/
+3
[prev]
[next]