aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek7-8/+54
2019-11-29Check for TYPE_NAME in type_with_linkage_p.Martin Liska4-0/+41
2019-11-29re PR tree-optimization/92704 (ICE: Segmentation fault (in process_bb))Richard Biener4-0/+44
2019-11-29Handle C2x attributes in Objective-C.Joseph Myers4-13/+167
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown7-21/+16
2019-11-29Daily bump.GCC Administrator1-1/+1
2019-11-29rs6000: Fix formatting of *mov{si,di}_internal.*Segher Boessenkool2-96/+102
2019-11-28rs6000: Use memory_operand for all simple {l,st}*brx instructionsSegher Boessenkool2-4/+13
2019-11-28Translate header for -fdbg-cnt-list.Martin Liska2-1/+8
2019-11-28Properly use TYPE_MAIN_VARIANT in warn_types_mismatch.Martin Liska5-12/+171
2019-11-28[Darwin, X86, testsuite] Update tests for common section use.Iain Sandoe2-5/+9
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle4-11/+38
2019-11-28Remove leftover optimize checks.Jan Hubicka2-14/+12
2019-11-28profile-count.c (profile_count::combine_with_ipa_count): Return uninitialized...Jan Hubicka2-0/+7
2019-11-28Prevent inconsistent profiles to be created in inlin_transformJan Hubicka2-25/+31
2019-11-28profile-count.h (profile_count::max): Work on profiles of different type.Jan Hubicka2-4/+29
2019-11-28cgraph: ifunc resolvers cannot be made local (PR 92697)Martin Jambor5-1/+68
2019-11-28Fix previous commit (that included unrelated changes)Jan Hubicka3-100/+5
2019-11-28Fix profile adjusments while cloningJan Hubicka4-8/+141
2019-11-28ipa-utils.c (ipa_merge_profiles): Be sure that all type transtions of counter...Jan Hubicka2-17/+52
2019-11-28* ipa-cp.c (update_profiling_info): Fix scaling.Jan Hubicka2-2/+12
2019-11-28re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener4-1/+37
2019-11-28re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener4-13/+154
2019-11-28Must use push insn to pass varargs arguments of DFmode because otherwise the ...Georg-Johann Lay2-1/+9
2019-11-28[testsuite][arm] Force use of -mfloat-abi=softfp in asm-flag-4.cChristophe Lyon2-1/+7
2019-11-28re PR tree-optimization/92691 (ICE in strlen_dom_walker::before_dom_children ...Jakub Jelinek4-36/+59
2019-11-28re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)Jakub Jelinek4-2/+36
2019-11-28Handle correctly global0 and global counters in profile_count::to_sreal_scaleJan Hubicka2-0/+19
2019-11-28[rs6000] Fix PR92566 by checking VECTOR_UNIT_NONE_PKewen Lin2-24/+11
2019-11-28sse.md (avx512f_maskcmp<mode>3): Refine VF to VF_AVX512VL.Hongtao Liu2-2/+7
2019-11-28Daily bump.GCC Administrator1-1/+1
2019-11-28Reformat movdi_internal64.Michael Meissner2-30/+49
2019-11-27Reformat movsi_internal.Michael Meissner2-30/+53
2019-11-27Implement P1814R0, CTAD for alias templates.Jason Merrill14-113/+473
2019-11-27Fix constrained alias template transparency.Jason Merrill9-28/+97
2019-11-27PR c++/92206 - ICE with typedef to dependent alias.Jason Merrill8-39/+89
2019-11-27Do not define DFP builtin functions, if DFP has been disabled.Peter Bergner2-0/+22
2019-11-27re PR rtl-optimization/92510 (ICE in native_encode_rtx, at simplify-rtx.c:6272)Jakub Jelinek4-1/+31
2019-11-27re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)Andrew Sutton10-37/+99
2019-11-27re PR c++/92439 ([concepts] trunk crashes on constraint satisfaction failure)Andrew Sutton4-100/+275
2019-11-27re PR c++/88395 (ICE: Segmentation fault signal terminated program cc1plus, w...Andrew Sutton7-0/+84
2019-11-27re PR rtl-optimization/90007 (ICE in extract_constrain_insn_cached, at recog....Vladimir Makarov4-3/+28
2019-11-27Diagnose certain constraint errors as hard errors, but otherwise treat them t...Andrew Sutton10-116/+145
2019-11-27m68k.c (m68k_output_compare_fp): Restore differences between Coldfire and reg...Bernd Schmidt3-3/+17
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener11-162/+58
2019-11-27re PR tree-optimization/92690 (vector CTOR optimization performs invalid conv...Richard Biener5-43/+102
2019-11-27re PR fortran/91944 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Jakub Jelinek4-1/+21
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus10-64/+83
2019-11-27[PATCH] Fix PR91790 by considering different first_stmt_info for realignKewen Lin2-5/+28
2019-11-27re PR c++/92524 (ICE in short program with constexpr and std::array)Jakub Jelinek4-0/+28