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
2019-01-17
GCN back-end code
Andrew Stubbs
15
-0
/
+9051
2019-01-17
GCN machine description
Andrew Stubbs
5
-0
/
+5256
2019-01-17
gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace flag_no...
Eric Botcazou
3
-3
/
+10
2019-01-17
Rename stack-clash protection CFA register to avoid clash
Tamar Christina
5
-12
/
+40
2019-01-17
[PR c++/86610] lambda captures in templates
Nathan Sidwell
4
-3
/
+44
2019-01-17
[AArch64] Initial -mcpu=ares tuning
Kyrylo Tkachov
3
-1
/
+32
2019-01-17
avx512f-vfixupimmpd-2.c: Fix the test cases for VFIXUPIMM* intrinsics.
Wei Xiao
6
-18
/
+25
2019-01-17
re PR target/88794 (fixupimm intrinsics are unusable)
Wei Xiao
26
-479
/
+547
2019-01-17
re PR target/88794 (fixupimm intrinsics are unusable)
Wei Xiao
2
-6
/
+50
2019-01-17
re PR target/88794 (fixupimm intrinsics are unusable)
Wei Xiao
5
-42
/
+22
2019-01-17
re PR lto/86736 (g++.dg/asan/pr81021.C -O2 -flto -flto-partition=none ICE a...
Richard Biener
2
-1
/
+9
2019-01-17
re PR tree-optimization/86214 (Strongly increased stack usage)
Jakub Jelinek
2
-0
/
+6
2019-01-17
re PR rtl-optimization/88870 (ICE: Segmentation fault (in df_worklist_propaga...
Jakub Jelinek
4
-2
/
+42
2019-01-17
[rs6000] Support more prototypes for vec_ld and vec_st.
Kewen Lin
5
-0
/
+300
2019-01-17
[PR87768] reset location wrapper suppression when reentering top level
Alexandre Oliva
5
-0
/
+26
2019-01-17
[PR86648] use auto identifier for class placeholder templates
Alexandre Oliva
6
-4
/
+31
2019-01-17
[PR88146] avoid diagnostics diffs if cdtor_returns_this
Alexandre Oliva
2
-0
/
+16
2019-01-17
[PATCH, rs6000, testsuite] Fix PR87306
Kewen Lin
2
-1
/
+11
2019-01-17
runtime: dropg before CAS g status to _Grunnable/_Gwaiting
Ian Lance Taylor
1
-1
/
+1
2019-01-17
Daily bump.
GCC Administrator
1
-1
/
+1
2019-01-16
syscall: mark C syscall functions noescape
Ian Lance Taylor
1
-1
/
+1
2019-01-16
[D] Fix failing EH execution test on i386.
Iain Buclaw
2
-0
/
+12
2019-01-16
Fix ICE due to "combine" creating unreachable EH blocks (PR target/88861)
David Malcolm
4
-6
/
+35
2019-01-16
aarch64-builtins.c (aarch64_simd_expand_args): Use correct max nunits for end...
Tamar Christina
3
-12
/
+40
2019-01-16
Fix PR88046 on AArch64 and Arm bare metal targets.
Tamar Christina
2
-0
/
+7
2019-01-16
decl.c (grokdeclarator): Use locations[ds_storage_class] in error messages ab...
Paolo Carlini
9
-18
/
+39
2019-01-16
PR c++/78244 - narrowing conversion in template not detected.
Marek Polacek
7
-0
/
+49
2019-01-16
alpha.c (alpha_gimplify_va_arg): Handle split indirect COMPLEX_TYPE arguments.
Uros Bizjak
2
-1
/
+38
2019-01-16
__builtin_<add/sub>_overflow issues on AArch64 (redux) (cont)
Richard Earnshaw
1
-0
/
+29
2019-01-16
__builtin_<add/sub>_overflow issues on AArch64 (redux)
Richard Earnshaw
4
-113
/
+126
2019-01-16
re PR c/51628 (__attribute__((packed)) is unsafe in some cases (i.e. add -Wad...
Jakub Jelinek
2
-1
/
+8
2019-01-16
Fix Arm big-endian regressions.
Tamar Christina
4
-8
/
+14
2019-01-16
Extend locations where to seach for Fortran pre-include.
Martin Liska
4
-22
/
+98
2019-01-16
Daily bump.
GCC Administrator
1
-1
/
+1
2019-01-15
godump.c (go_output_typedef): When outputting a typedef...
Nikhil Benesch
4
-1
/
+16
2019-01-15
Fix ICE on class-template argument deduction (PR c++/88795)
David Malcolm
6
-0
/
+44
2019-01-15
runtime: add padding to FFI type of struct ending with zero-sized field
Ian Lance Taylor
1
-1
/
+1
2019-01-15
[D] Move building of typeof(null) values to a common function.
Iain Buclaw
5
-38
/
+50
2019-01-15
re PR fortran/43136 (Excess copy-in/copy-out with character argument)
Thomas Koenig
2
-2
/
+2
2019-01-15
re PR fortran/43072 (unneeded temporary (s=s+f(a)))
Thomas Koenig
4
-4
/
+49
2019-01-15
compiler, runtime: panic on uncomparable map key, even if map is empty
Ian Lance Taylor
3
-25
/
+61
2019-01-15
re PR fortran/81849 (Size of automatic array argument specified by host-assoc...
Steven G. Kargl
4
-1
/
+28
2019-01-15
trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Deal with exprs that are indire...
Paul Thomas
4
-2
/
+21
2019-01-15
re PR c++/88866 (g++.dg/cpp0x/variadic126.C fails with -std=c++2a)
Marek Polacek
2
-2
/
+7
2019-01-15
* g++.dg/ext/utf-cvt-char8_t.C: Pass -fsigned-char.
Jason Merrill
1
-1
/
+1
2019-01-15
PR inline-asm/52813 revisited
Richard Sandiford
10
-10
/
+54
2019-01-15
re PR debug/88046 (ICE in add_data_member_location_attribute at gcc/dwarf2out...
Richard Biener
4
-1
/
+26
2019-01-15
re PR tree-optimization/88855 (ICE: verify_ssa failed (error: SSA_NAME_OCCURS...
Richard Biener
4
-0
/
+36
2019-01-15
[nvptx] Handle assignment to gang-level reduction variable
Tom de Vries
2
-1
/
+8
2019-01-15
re PR ipa/88788 (Infinite loop in malloc_candidate_p_1 since r264838)
Richard Biener
2
-3
/
+15
[prev]
[next]