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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
[ARC] Disable compact casesi patterns for arcv2
Claudiu Zissulescu
4
-3
/
+21
2016-10-10
decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...
Eric Botcazou
4
-14
/
+40
2016-10-10
utils2.c (find_common_type): Do not return the LHS type if it's an array with...
Eric Botcazou
7
-12
/
+82
2016-10-10
utils.c (convert): For a biased input type, convert the bias itself to the ba...
Eric Botcazou
4
-4
/
+41
2016-10-10
* config-lang.in (lang_requires_boot_languages): Delete.
Eric Botcazou
2
-4
/
+4
2016-10-09
rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED): Add macro to say we can ef...
Aaron Sawdey
3
-4
/
+33
2016-10-10
Daily bump.
GCC Administrator
1
-1
/
+1
2016-10-09
* gen-pass-instances.awk: Remove GNUism.
Eric Botcazou
2
-8
/
+11
2016-10-09
ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...
Prathamesh Kulkarni
2
-0
/
+8
2016-10-09
pa.h (BIGGEST_ALIGNMENT): Adjust comment.
John David Anglin
2
-1
/
+18
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
73
-392
/
+460
2016-10-09
re PR tree-optimization/77901 (ICE in tree-sse-reassoc,c:2881)
Jakub Jelinek
4
-1
/
+28
2016-10-09
ipa-cp.c (ipcp_alignment_lattice): Remove.
Prathamesh Kulkarni
12
-488
/
+131
2016-10-08
* cp-gimplify.c (cp_fold): Add variable name.
Jason Merrill
2
-1
/
+3
2016-10-09
Daily bump.
GCC Administrator
1
-1
/
+1
2016-10-08
Delay folding of bool conversion into COND_EXPR.
Jason Merrill
4
-15
/
+21
2016-10-08
sparc.h (FIXED_REGISTERS): Add %icc.
Eric Botcazou
3
-10
/
+14
2016-10-08
diagnostic-core.h (warning_at_rich_loc_n): Declare.
Prathamesh Kulkarni
3
-7
/
+48
2016-10-08
utils.c (convert): Add missing break.
Eric Botcazou
6
-34
/
+46
2016-10-08
Further P0135 refinement.
Jason Merrill
9
-59
/
+110
2016-10-08
gen-pass-instances.awk: Rewritten.
Jakub Jelinek
1
-0
/
+31
2016-10-08
gen-pass-instances.awk: Rewritten.
Jakub Jelinek
6
-81
/
+219
2016-10-08
invoke.texi: Document accepting Else, fallthrough.
Jakub Jelinek
4
-3
/
+19
2016-10-08
invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment style changes.
Jakub Jelinek
4
-5
/
+120
2016-10-08
c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...
Jakub Jelinek
7
-7
/
+178
2016-10-08
Daily bump.
GCC Administrator
1
-1
/
+1
2016-10-07
aarch64-arches.def (AARCH64_ARCH): #undef at the end.
Andrew Pinski
12
-17
/
+31
2016-10-07
Fix ICE due to map typespecs with different sized charlens being copied.
Fritz Reese
4
-0
/
+82
2016-10-07
re PR c++/64433 (Segmentation fault while compiling)
Nathan Sidwell
9
-12
/
+193
2016-10-07
Implement LWG2296 helper intrinsic c-family/
Jakub Jelinek
17
-13
/
+244
2016-10-07
rs6000-c.c (rs6000_cpu_cpp_builtins): Split -mfloat128 into -mfloat128-type t...
Michael Meissner
12
-94
/
+355
2016-10-07
re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123)
Steven G. Kargl
18
-50
/
+122
2016-10-07
re PR c++/77700 (suspicios code in cp/parser.c)
Bernd Edlinger
6
-1
/
+30
2016-10-07
[simplify-rtx] Zero-initialise local array in simplify_immed_subreg
Kyrylo Tkachov
2
-3
/
+6
2016-10-07
tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.
Richard Biener
7
-38
/
+69
2016-10-07
gimplify.c (should_warn_for_implicit_fallthrough): Check for FALLTHROUGH_LABE...
Marek Polacek
4
-1
/
+37
2016-10-07
re PR c++/69733 (-Wignored-qualifiers points to wrong const)
Bernd Schmidt
8
-5
/
+131
2016-10-07
re PR tree-optimization/77880 (out of memory building recent LLVM on ppc64le ...
Bernd Schmidt
2
-1
/
+7
2016-10-07
re PR c++/77803 (Bogus implicit-fallthrough warning)
Marek Polacek
4
-0
/
+45
2016-10-07
bitmap.h: Document constraints on bitmap modification while iterating over it.
Richard Biener
2
-0
/
+17
2016-10-07
bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
Richard Biener
5
-46
/
+94
2016-10-07
re PR tree-optimization/77664 (Missed optimization: signed int >= 0 && < unsi...
Jakub Jelinek
5
-5
/
+319
2016-10-07
Really set priority to 99 for __gcov_exit
Martin Liska
2
-1
/
+6
2016-10-07
Fix profiled bootstrap (part 2)
Martin Liska
2
-1
/
+5
2016-10-07
gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of vars in gimple_bind_var...
Richard Biener
2
-0
/
+22
2016-10-07
re PR tree-optimization/77879 (mpd gets miscompiled since r235622)
Richard Biener
2
-1
/
+43
2016-10-07
compiler: stack allocate storage for temp slices.
Ian Lance Taylor
3
-24
/
+144
2016-10-06
2016-10-06 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
Aaron Sawdey
2
-2
/
+8
2016-10-07
[multiple changes]
Louis Krupp
4
-3
/
+66
2016-10-07
2016_10-06 Louis Krupp <louis.krupp@zoho.com>
Louis Krupp
4
-0
/
+41
[next]