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/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
2017-05-19
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
8
-145
/
+153
2017-05-19
re PR middle-end/80764 (ICE at -O3 in both 32-bit and 64-bit modes on x86_64-...
Richard Biener
4
-1
/
+28
2017-05-19
Daily bump.
GCC Administrator
1
-1
/
+1
2017-05-19
rs6000: Separate shrink-wrapping for FPRs
Segher Boessenkool
2
-31
/
+146
2017-05-18
re PR target/80510 (Optimize Power7/power8 Altivec load/stores)
Michael Meissner
6
-0
/
+538
2017-05-18
Add testcase to ensure that #pragma GCC diagnostic push/pop works with -Wtrad...
Eric Gallager
2
-0
/
+13
2017-05-18
cp-tree.h (OVL_ARG_DEPENDENT): Delete.
Nathan Sidwell
6
-36
/
+111
2017-05-18
compiler: ignore struct field tags for type conversion
Ian Lance Taylor
3
-57
/
+101
2017-05-18
re PR target/80799 (x86-32 bits generates MMX without EMMS)
Uros Bizjak
5
-11
/
+82
2017-05-18
dumpfile.h (enum dump_kind): Remove stray comma.
Paolo Carlini
2
-1
/
+5
2017-05-18
Makefile.in: Add ipa-predicate.o and ipa-predicate.h
Jan Hubicka
1
-0
/
+21
2017-05-18
c-format.c (local_tree_type_node): Add GTY attribute.
Bernd Edlinger
4
-2
/
+12
2017-05-18
Makefile.in: Add ipa-predicate.o and ipa-predicate.h
Jan Hubicka
5
-745
/
+828
2017-05-18
Add an assert to leaf_function_p to ensure it is not called from a prolog or...
Wilco Dijkstra
2
-0
/
+7
2017-05-18
cp-tree.h (OVL_USED): Replace with ...
Nathan Sidwell
5
-11
/
+18
2017-05-18
Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.
Martin Liska
9
-88
/
+131
2017-05-18
Define CONSTEXPR macro and use it in vec.h.
Martin Liska
2
-4
/
+5
2017-05-18
ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h (true_pred...
Jan Hubicka
3
-557
/
+626
2017-05-18
fold-vec-div-float.c: Update dg-requires and dg-options statements.
Will Schmidt
19
-29
/
+52
2017-05-18
Fix up dg-option to resolve problems reported by David Edelshon for AIX.
Steven Munroe
27
-33
/
+67
2017-05-18
More dump_flags_t conversion
Thomas Schwinge
2
-1
/
+6
2017-05-18
* c-decl.c (pushdecl_top_level): Delete unused function.
Nathan Sidwell
2
-28
/
+4
2017-05-18
cp-tree.h (lookup_add): Swap args.
Nathan Sidwell
5
-84
/
+41
2017-05-18
c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.
Marek Polacek
6
-25
/
+49
2017-05-18
Move X==15-X to match.pd
Marc Glisse
3
-24
/
+12
2017-05-18
c-common.c (self_promoting_args_p): Change the return type to bool.
Marek Polacek
7
-39
/
+57
2017-05-18
name-lookup.c (find_local_binding): New, broken out of ...
Nathan Sidwell
2
-38
/
+44
2017-05-18
re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...
Fritz Reese
3
-12
/
+26
2017-05-18
Minor SPARC T4 and M7 fixes and additions.
Sheldon Lobo
6
-8
/
+36
2017-05-18
re PR sanitizer/80797 (-fsanitize=null doesn't instrument &s->x)
Marek Polacek
4
-1
/
+58
2017-05-18
Daily bump.
GCC Administrator
1
-1
/
+1
2017-05-17
Fix comparison of decimal float zeroes (PR80692)
Segher Boessenkool
4
-3
/
+27
2017-05-17
re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...
Jerry DeLisle
1
-1
/
+1
2017-05-17
re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...
Jerry DeLisle
1
-0
/
+5
2017-05-17
re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...
Jerry DeLisle
3
-1
/
+42
2017-05-17
libgo: add "vendor" to pkgpath for vendored standard packages
Ian Lance Taylor
1
-1
/
+1
2017-05-17
pr78604.c: Fix typo in dg-options.
Bill Schmidt
2
-1
/
+5
2017-05-17
c-common.c: Use NULL_TREE instead of 0 where appropriate.
Marek Polacek
6
-169
/
+184
2017-05-17
cp-tree.h (default_hash_traits <lang_identifier *>): New specialization.
Nathan Sidwell
3
-126
/
+102
2017-05-17
re PR fortran/80668 (wrong error message with -finit-derived)
Fritz Reese
5
-2
/
+49
2017-05-17
* gcc.target/i386/pr80425-1.c: Add -mregparm=1 for 32bit targets.
Uros Bizjak
1
-0
/
+1
2017-05-17
md.texi (Canonicalization of Instructions): Describe the canonical form of in...
Uros Bizjak
2
-0
/
+25
2017-05-17
re PR middle-end/80775 (-O3 produces ice in group_case_labels_stmt)
Peter Bergner
4
-11
/
+48
2017-05-17
Implement new C++ intrinsics __is_assignable and __is_constructible.
Ville Voutilainen
10
-8
/
+111
2017-05-17
cp-tree.h (ovl_iterator::using_p): New predicate.
Nathan Sidwell
4
-42
/
+110
2017-05-17
class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
Nathan Sidwell
6
-123
/
+108
2017-05-17
re PR sanitizer/80659 (-fsanitize=address evokes ICE in in gimplify_switch_expr)
Marek Polacek
4
-2
/
+26
2017-05-17
Fix comment for cmse_nonsecure_call_clear_caller_saved
Thomas Preud'homme
2
-3
/
+10
2017-05-17
compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
Eric Botcazou
4
-8
/
+14
2017-05-17
Introduce dump_flags_t type and use it instead of int type.
Martin Liska
47
-194
/
+300
[next]