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
2021-03-24
i386: fix -march=amd crash
Martin Liska
3
-1
/
+9
2021-03-24
ipa: Check that scalar types that IPA-CP comes up with are sane (PR99122)
Martin Jambor
2
-8
/
+31
2021-03-24
arm: Fix MVE constraints for movmisalign [PR target/99727]
Christophe Lyon
2
-2
/
+15
2021-03-24
Fix installation of the jit header files
Matthias Klose
1
-3
/
+3
2021-03-24
arm: Fix some more vec-common.md patterns for iwmmxt [PR99724]
Jakub Jelinek
2
-3
/
+35
2021-03-24
run sysconf-requiring test on systems that support it
Alexandre Oliva
6
-4
/
+13
2021-03-24
require et feature pie for PIE tests
Alexandre Oliva
2
-0
/
+2
2021-03-24
tighten funcspec regexps
Alexandre Oliva
2
-11
/
+11
2021-03-24
fix ssse3_pshufbv8qi3 post-reload const pool load
Alexandre Oliva
3
-7
/
+28
2021-03-24
Fortran: Extend buffer, use snprintf to avoid overflows [PR99369]
Tobias Burnus
2
-37
/
+137
2021-03-24
Daily bump.
GCC Administrator
6
-1
/
+288
2021-03-23
[PR99581] Use relaxed memory for more aarch64 memory constraints
Vladimir N. Makarov
1
-6
/
+6
2021-03-23
Update gcc .po files.
Joseph Myers
19
-129791
/
+143783
2021-03-23
Darwin : Address a translation comment.
Iain Sandoe
1
-1
/
+1
2021-03-23
c++: Note duplicates in symbol table [PR 99283]
Nathan Sidwell
3
-9
/
+40
2021-03-23
fwprop: Fix single_use_p calculation
Ilya Leoshkevich
4
-41
/
+107
2021-03-23
Add forgotten attribution on PR target/99593 testcase.
Jakub Jelinek
1
-0
/
+1
2021-03-23
testsuite/arm: Add arm_dsp_ok effective target and use it in arm/acle/dsp_ari...
Christophe Lyon
3
-2
/
+53
2021-03-23
testsuite/arm: Fix -mfloat-abi order in arm_v8_1m_mve_ok_nocache and arm_v8_1...
Christophe Lyon
13
-9
/
+26
2021-03-23
testsuite/arm: Fix -mfloat-abi order in arm_v8_2a_bf16_neon_ok_nocache and ar...
Christophe Lyon
7
-8
/
+14
2021-03-23
testsuite/arm: Add arm_hard_ok check in armv8_2-fp16-scalar-2.c
Christophe Lyon
1
-0
/
+2
2021-03-23
testsuite/arm: Add arm_softfp_ok or arm_hard_ok as needed.
Christophe Lyon
8
-1
/
+9
2021-03-23
testsuite/arm: Remove useless -mfloat-abi option
Christophe Lyon
5
-5
/
+5
2021-03-23
testsuite/arm: Add arm_v8_2a_i8mm options in gcc.target/arm/simd/vmmla_1.c
Christophe Lyon
1
-1
/
+2
2021-03-23
testsuite/arm: Add arm_v8_2a_fp16_neon and arm_v8_2a_bf16_neon options
Christophe Lyon
3
-2
/
+8
2021-03-23
c++: Fix bogus warning in deprecated namespace [PR99318]
Marek Polacek
3
-1
/
+43
2021-03-23
Fortran: Fix func decl mismatch [PR93660]
Tobias Burnus
3
-2
/
+37
2021-03-23
aarch64: Make aarch64_add_offset work with -ftrapv [PR99540]
Richard Sandiford
2
-1
/
+21
2021-03-23
x86: Add __volatile__ to __cpuid and __cpuid_count
H.J. Lu
1
-18
/
+18
2021-03-23
c++: Over-zealous assert [PR 99239]
Nathan Sidwell
3
-2
/
+25
2021-03-23
tree-optimization/99721 - avoid SLP nodes we cannot schedule
Richard Biener
2
-1
/
+25
2021-03-23
RISC-V: Fix riscv_subword() for big endian
Marcus Comstedt
1
-1
/
+1
2021-03-23
RISC-V: Fix matches against subreg with a bytenum of 0 in riscv.md
Marcus Comstedt
2
-35
/
+40
2021-03-23
RISC-V: Update shift-shift-5.c testcase for big endian
Marcus Comstedt
1
-0
/
+4
2021-03-23
RISC-V: Fix trampoline generation on big endian
Marcus Comstedt
1
-4
/
+15
2021-03-23
RISC-V: Add riscv{32,64}be with big endian as default
Marcus Comstedt
7
-3
/
+34
2021-03-23
RISC-V: Support -mlittle-endian and -mbig-endian
Marcus Comstedt
6
-2
/
+30
2021-03-23
c++: Diagnose references to void in structured bindings [PR99650]
Jakub Jelinek
2
-0
/
+25
2021-03-23
cprop_hardreg: Ensure replacement reg has compatible mode [PR99221]
Stefan Schulze Frielinghaus
1
-1
/
+2
2021-03-23
Handle setting of 1-bit anti-ranges uniformly.
Aldy Hernandez
3
-0
/
+40
2021-03-23
Update gcc sv.po.
Joseph Myers
1
-773
/
+240
2021-03-23
Daily bump.
GCC Administrator
5
-1
/
+172
2021-03-22
c++: Cross-module partial specialiations [PR 99480]
Nathan Sidwell
3
-6
/
+37
2021-03-22
[PR99581] Define relaxed memory and use it for aarch64
Vladimir N. Makarov
14
-39
/
+102
2021-03-22
ubsan: Don't test for NaNs if those do not exist (PR97926)
Segher Boessenkool
1
-2
/
+10
2021-03-22
c++: duplicate alias templates with decltype [PR 99425]
Nathan Sidwell
10
-69
/
+159
2021-03-22
arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]
Alex Coplan
5
-13
/
+35
2021-03-22
Warn to not add debug hook targets
Richard Biener
1
-0
/
+4
2021-03-22
tree-optimization/99694 - fix value-numbering PHIs
Richard Biener
2
-0
/
+29
2021-03-22
C++ modules: fix alloc-dealloc-mismatch ASAN issue
Martin Liska
1
-1
/
+1
[prev]
[next]