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
2015-12-11
nvptx.h (RETURN_ADDR_REGNO): Delete.
Nathan Sidwell
3
-41
/
+53
2015-12-11
re PR target/26427 (with -fsection-anchors with zero sized structs)
Jan-Benedict Glaw
2
-5
/
+15
2015-12-11
* gcc.dg/pr59605-1.c: Reduce iterations for nvptx.
Nathan Sidwell
2
-1
/
+5
2015-12-11
avoid alignment of static variables affecting stack's
Jan Beulich
4
-0
/
+38
2015-12-11
* ChangeLog: Remove confusign PR marker.
Uros Bizjak
1
-1
/
+0
2015-12-11
S/390: Wide int support.
Dominik Vogt
4
-14
/
+37
2015-12-11
Makefile.am (libmpx_la_LDFLAGS): Add -version-info option.
Tsvetkova Alexandra
3
-0
/
+162
2015-12-11
nvptx.h (TARGET_SUPPORTS_WIDE_INT): Define.
Nathan Sidwell
6
-20
/
+46
2015-12-11
Remove unpaired TERMINATE_PASS_LIST in passes.def
Tom de Vries
2
-1
/
+4
2015-12-11
hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...
Michael Matz
4
-5
/
+18
2015-12-11
Add an asssert and testcase for PR 68064
Martin Jambor
4
-0
/
+47
2015-12-11
S/390: Fix warnings in "*setmem_long..." patterns.
Dominik Vogt
5
-11
/
+115
2015-12-11
S/390: Fix warnings in "*setmem_long..." patterns.
Dominik Vogt
5
-9
/
+71
2015-12-11
re PR target/67484 (options-save.c sanitizer asan detects freed storage refer...
Martin Liska
2
-2
/
+12
2015-12-11
lto-streamer.h (lto_simple_header_with_strings): Remove main_size field alrea...
Richard Biener
2
-3
/
+5
2015-12-11
tree-vect-stmts.c (vectorizable_mask_load_store): Check mask vectype.
Ilya Enkovich
2
-1
/
+6
2015-12-11
i386.c (ix86_get_mask_mode): Use scalar modes for 32 and 16 byte boolean vect...
Ilya Enkovich
4
-1
/
+27
2015-12-11
Fix shrink-wrapping bug (PR67778, PR68634)
Segher Boessenkool
2
-5
/
+43
2015-12-11
Daily bump.
GCC Administrator
1
-1
/
+1
2015-12-10
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
4
-6
/
+90
2015-12-11
rtlanal: Fix bits/bytes confusion in set_noop_p (PR68814)
Segher Boessenkool
2
-1
/
+7
2015-12-10
nvptx.c (nvptx_function_arg, [...]): Move earlier.
Nathan Sidwell
2
-229
/
+250
2015-12-10
* lto-streamer-out.c (wrap_refs): Only wrap public decls.
Jan Hubicka
2
-1
/
+6
2015-12-10
ipa-cp.c (ipcp_cloning_candidate_p): Use node->optimize_for_size_p.
Jan Hubicka
4
-13
/
+36
2015-12-10
Add -Wmisleading-indentation to -Wall
David Malcolm
4
-3
/
+15
2015-12-10
re PR rtl-optimization/68691 (ICE at -O3 with -g enabled on x86_64-linux-gnu ...
Vladimir Makarov
4
-0
/
+77
2015-12-10
invoke.texi (Warning Options): Update -Wall options.
Martin Sebor
2
-11
/
+27
2015-12-10
re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)
Uros Bizjak
2
-4
/
+12
2015-12-10
testsuite/lib/multline.exp: show test name and line numbers
David Malcolm
2
-7
/
+30
2015-12-10
re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)
Jeff Law
23
-136
/
+740
2015-12-10
re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu)
Jakub Jelinek
6
-32
/
+69
2015-12-10
tree-chkp.c (chkp_call_returns_bounds_p): Return true for VA_ARG call.
Ilya Enkovich
4
-1
/
+85
2015-12-10
re PR c++/68348 (ICE: segfault in cxx_eval_constant_expression at cp/constexp...
Marek Polacek
2
-0
/
+23
2015-12-10
tree-inline.c (duplicate_remap_omp_clause_seq): New function.
Martin Jambor
2
-0
/
+51
2015-12-10
Fix -Wmisleading-indentation warning in graphite-optimize-isl.c
David Malcolm
2
-1
/
+5
2015-12-10
Fix -Wmisleading-indentation warning in ifcvt.c
David Malcolm
2
-6
/
+10
2015-12-10
Fix -Wmisleading-indentation warning in gcc/regrename.c
David Malcolm
2
-2
/
+6
2015-12-10
Fix misleading indentation in gcc/fortran/io.c
David Malcolm
2
-2
/
+6
2015-12-10
Fix -Wmisleading-indentation warning in function.c
David Malcolm
2
-8
/
+12
2015-12-10
re PR ada/48013 (generic instantiation breaks the No_Elaboration_Code restric...
Eric Botcazou
6
-4
/
+62
2015-12-10
tree-ssa-structalias.c (struct variable_info): Add is_ipa_escape_point flag.
Richard Biener
2
-8
/
+32
2015-12-10
trans.c (Call_to_gnu): Remove guard for NULL_EXPR.
Eric Botcazou
7
-4
/
+60
2015-12-10
gigi.h (create_var_decl): Adjust comment.
Eric Botcazou
3
-8
/
+27
2015-12-10
[ARC] Add support for atomic memory built-in. Add atomic.md file.
Claudiu Zissulescu
2
-0
/
+222
2015-12-10
[ARC] Add support for atomic memory built-in.
Claudiu Zissulescu
11
-2
/
+440
2015-12-10
re PR tree-optimization/68817 (internal compiler error: Segmentation fault (p...
Richard Biener
4
-0
/
+24
2015-12-10
Revert [testsuite][ARM target attributes] Fix effective_target tests
Christophe Lyon
7
-136
/
+48
2015-12-10
* alias.c (get_alias_set): Add cut-off for recursion.
Eric Botcazou
4
-0
/
+25
2015-12-10
fix typo in date format
Christian Bruel
1
-1
/
+1
2015-12-10
tree-vect-stmts.c (vectorizable_assignment): Support useless boolean conversion.
Ilya Enkovich
2
-1
/
+11
[next]