aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka8-145/+153
2017-05-19re PR middle-end/80764 (ICE at -O3 in both 32-bit and 64-bit modes on x86_64-...Richard Biener4-1/+28
2017-05-19Daily bump.GCC Administrator1-1/+1
2017-05-19rs6000: Separate shrink-wrapping for FPRsSegher Boessenkool2-31/+146
2017-05-18re PR target/80510 (Optimize Power7/power8 Altivec load/stores)Michael Meissner6-0/+538
2017-05-18Add testcase to ensure that #pragma GCC diagnostic push/pop works with -Wtrad...Eric Gallager2-0/+13
2017-05-18cp-tree.h (OVL_ARG_DEPENDENT): Delete.Nathan Sidwell6-36/+111
2017-05-18compiler: ignore struct field tags for type conversionIan Lance Taylor3-57/+101
2017-05-18re PR target/80799 (x86-32 bits generates MMX without EMMS)Uros Bizjak5-11/+82
2017-05-18dumpfile.h (enum dump_kind): Remove stray comma.Paolo Carlini2-1/+5
2017-05-18Makefile.in: Add ipa-predicate.o and ipa-predicate.hJan Hubicka1-0/+21
2017-05-18c-format.c (local_tree_type_node): Add GTY attribute.Bernd Edlinger4-2/+12
2017-05-18Makefile.in: Add ipa-predicate.o and ipa-predicate.hJan Hubicka5-745/+828
2017-05-18Add an assert to leaf_function_p to ensure it is not called from a prolog or...Wilco Dijkstra2-0/+7
2017-05-18cp-tree.h (OVL_USED): Replace with ...Nathan Sidwell5-11/+18
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska9-88/+131
2017-05-18Define CONSTEXPR macro and use it in vec.h.Martin Liska2-4/+5
2017-05-18ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h (true_pred...Jan Hubicka3-557/+626
2017-05-18fold-vec-div-float.c: Update dg-requires and dg-options statements.Will Schmidt19-29/+52
2017-05-18Fix up dg-option to resolve problems reported by David Edelshon for AIX.Steven Munroe27-33/+67
2017-05-18More dump_flags_t conversionThomas Schwinge2-1/+6
2017-05-18* c-decl.c (pushdecl_top_level): Delete unused function.Nathan Sidwell2-28/+4
2017-05-18cp-tree.h (lookup_add): Swap args.Nathan Sidwell5-84/+41
2017-05-18c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.Marek Polacek6-25/+49
2017-05-18Move X==15-X to match.pdMarc Glisse3-24/+12
2017-05-18c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek7-39/+57
2017-05-18name-lookup.c (find_local_binding): New, broken out of ...Nathan Sidwell2-38/+44
2017-05-18re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...Fritz Reese3-12/+26
2017-05-18Minor SPARC T4 and M7 fixes and additions.Sheldon Lobo6-8/+36
2017-05-18re PR sanitizer/80797 (-fsanitize=null doesn't instrument &s->x)Marek Polacek4-1/+58
2017-05-18Daily bump.GCC Administrator1-1/+1
2017-05-17Fix comparison of decimal float zeroes (PR80692)Segher Boessenkool4-3/+27
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle1-1/+1
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle1-0/+5
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle3-1/+42
2017-05-17libgo: add "vendor" to pkgpath for vendored standard packagesIan Lance Taylor1-1/+1
2017-05-17pr78604.c: Fix typo in dg-options.Bill Schmidt2-1/+5
2017-05-17c-common.c: Use NULL_TREE instead of 0 where appropriate.Marek Polacek6-169/+184
2017-05-17cp-tree.h (default_hash_traits <lang_identifier *>): New specialization.Nathan Sidwell3-126/+102
2017-05-17re PR fortran/80668 (wrong error message with -finit-derived)Fritz Reese5-2/+49
2017-05-17* gcc.target/i386/pr80425-1.c: Add -mregparm=1 for 32bit targets.Uros Bizjak1-0/+1
2017-05-17md.texi (Canonicalization of Instructions): Describe the canonical form of in...Uros Bizjak2-0/+25
2017-05-17re PR middle-end/80775 (-O3 produces ice in group_case_labels_stmt)Peter Bergner4-11/+48
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen10-8/+111
2017-05-17cp-tree.h (ovl_iterator::using_p): New predicate.Nathan Sidwell4-42/+110
2017-05-17class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.Nathan Sidwell6-123/+108
2017-05-17re PR sanitizer/80659 (-fsanitize=address evokes ICE in in gimplify_switch_expr)Marek Polacek4-2/+26
2017-05-17Fix comment for cmse_nonsecure_call_clear_caller_savedThomas Preud'homme2-3/+10
2017-05-17compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.Eric Botcazou4-8/+14
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska47-194/+300