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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-05
analyzer: fix false leaks when writing through unknown ptrs [PR97072]
David Malcolm
2
-9
/
+36
2021-01-05
analyzer: add regression test for PR 98073
David Malcolm
1
-0
/
+13
2021-01-05
analyzer: remove xfail [PR98223]
David Malcolm
1
-2
/
+1
2021-01-06
Daily bump.
GCC Administrator
29
-1
/
+498
2021-01-06
doc: Re-add HSAIL to Language Standards
Gerald Pfeifer
1
-0
/
+8
2021-01-05
Update GNU/Hurd configure support
Samuel Thibault
23
-253
/
+23
2021-01-05
IBM Z: Fix check_effective_target_s390_z14_hw
Ilya Leoshkevich
1
-1
/
+1
2021-01-05
xfail test that will never pass on i?86 FreeBSD
Steve Kargl
1
-1
/
+1
2021-01-05
syscall: don't define sys_SETREUID and friends
Ian Lance Taylor
3
-13
/
+1
2021-01-05
internal/cpu: more build fixes for Go1.16beta1 release
Ian Lance Taylor
10
-1
/
+64
2021-01-05
doc: reflect the publication of C++20 in invoke.texi and standards.texi
Jakub Jelinek
2
-10
/
+20
2021-01-05
d: Merge upstream dmd a5c86f5b9
Iain Buclaw
47
-431
/
+1886
2021-01-05
Add <source_location> to the precompiled header.
Ed Smith-Rowland
1
-0
/
+1
2021-01-05
x86: Use unsigned short to compute pextrw result
H.J. Lu
1
-1
/
+1
2021-01-05
c++: Fix deduction from the type of an NTTP
Patrick Palka
5
-2
/
+37
2021-01-05
expand: Fold x - y < 0 to x < y during expansion [PR94802]
Jakub Jelinek
5
-1
/
+110
2021-01-05
nvptx: Cache stacks block for OpenMP kernel launch
Julian Brown
1
-18
/
+96
2021-01-05
A couple of comment tweaks
Richard Sandiford
2
-7
/
+9
2021-01-05
Don't link cc1 etc. against libcody.a
Jakub Jelinek
2
-6
/
+6
2021-01-05
tree-optimization/98516 - fix SLP permute opt materialization
Richard Biener
3
-5
/
+70
2021-01-05
c++: Fix ICE with __builtin_bit_cast [PR98469]
Jakub Jelinek
4
-0
/
+39
2021-01-05
c++: ICE with deferred noexcept when deducing targs [PR82099]
Marek Polacek
3
-1
/
+20
2021-01-05
move SLP debug counter
Richard Biener
1
-2
/
+4
2021-01-05
tree-optimization/98428 - avoid pre-existing vectors for loop SLP
Richard Biener
1
-3
/
+2
2021-01-05
reassoc: Fix reassociation on 32-bit hosts with > 32767 bbs [PR98514]
Jakub Jelinek
1
-17
/
+17
2021-01-05
phiopt: Optimize x < 0 ? ~y : y to (x >> 31) ^ y [PR96928]
Jakub Jelinek
3
-2
/
+148
2021-01-05
match.pd: Improve (A / (1 << B)) -> (A >> B) optimization [PR96930]
Jakub Jelinek
2
-2
/
+16
2021-01-05
store-merging: Handle vector CONSTRUCTORs using bswap [PR96239]
Jakub Jelinek
2
-3
/
+115
2021-01-05
go: Fix -fgo-embedcfg= option description.
Jakub Jelinek
1
-1
/
+1
2021-01-05
tree-optimization/98381 - fix live bool vector extract
Richard Biener
2
-5
/
+9
2021-01-05
i386: Prevent spurious FP exceptions with _mm_cvt{,t}ps_pi32 [PR98522]
Uros Bizjak
2
-8
/
+81
2021-01-05
i386: Add _mm256_cmov_si256 [PR98521]
Uros Bizjak
1
-0
/
+6
2021-01-05
[c++]: Improve module-decl diagnostics [PR 98327]
Nathan Sidwell
4
-9
/
+12
2021-01-05
x86: Cast to unsigned short first for _mm_extract_pi16
H.J. Lu
6
-2
/
+48
2021-01-05
arc: fix accumulator first register.
Claudiu Zissulescu
1
-4
/
+4
2021-01-05
i386: Optimize pmovskb on zero_extend of subreg HI of pmovskb result [PR98461]
liuhongt
2
-0
/
+53
2021-01-05
explow, aarch64: Fix force-Pmode-to-mem for ILP32 [PR97269]
Richard Sandiford
2
-1
/
+24
2021-01-05
recog: Fix a constrain_operands corner case [PR97144]
Richard Sandiford
3
-4
/
+54
2021-01-05
rtl-ssa: Fix updates to call clobbers [PR98403]
Richard Sandiford
2
-4
/
+200
2021-01-05
vect: Fix missing alias checks for 128-bit SVE [PR98371]
Richard Sandiford
1
-3
/
+58
2021-01-05
build: libcody: Link with -lsocket -lnsl if necessary [PR98316]
Rainer Orth
10
-6
/
+446
2021-01-05
simplify-rtx: Optimize (x - 1) * y + y [PR98334]
Jakub Jelinek
2
-0
/
+92
2021-01-05
Restore input_location after recursive expand_call_inline
Bernd Edlinger
1
-2
/
+4
2021-01-05
Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure...
Jerome Lambourg
1
-1
/
+1
2021-01-04
Go frontend: add -fgo-embedcfg option
Ian Lance Taylor
4
-0
/
+20
2021-01-04
analyzer: fix ICE with -fsanitize=undefined [PR98293]
David Malcolm
2
-1
/
+20
2021-01-05
Daily bump.
GCC Administrator
9
-1
/
+257
2021-01-04
C: Add test for incorrect warning for assignment of certain volatile expressi...
Martin Uecker
1
-0
/
+21
2021-01-04
MAINTAINERS: Update my email address.
Philipp Tomsich
1
-1
/
+1
2021-01-04
c++: Add stdlib module test cases
Nathan Sidwell
57
-0
/
+704
[next]