aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor16-3/+601
2019-10-28re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)Mihailo Stojanovic4-3/+36
2019-10-28mips.c (DIRECT_BUILTIN_PURE): New macro.Mihailo Stojanovic4-642/+694
2019-10-28mips-msa.md (msa_insert_<msaftm_f>): Add an alternative which covers the floa...Mihailo Stojanovic4-3/+34
2019-10-28gcc/riscv: Add a mechanism to remove some calls to _riscv_save_0Andrew Burgess14-1/+636
2019-10-28re PR tree-optimization/92163 (ICE: Segmentation fault (in bitmap_set_bit))Prathamesh Kulkarni5-6/+40
2019-10-28re PR middle-end/91272 ([SVE] Use fully-masked loops for CLASTB reductions)Prathamesh Kulkarni11-57/+74
2019-10-28re PR tree-optimization/92252 (ICE: Segmentation fault (in vect_stmt_to_vecto...Richard Biener4-0/+38
2019-10-28re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-...Richard Biener5-8/+52
2019-10-28[C++ PATCH] simplify deferred parsing lexerNathan Sidwell3-56/+63
2019-10-28tree-vect-loop.c (vect_create_epilog_for_reduction): Use STMT_VINFO_REDUC_IDX...Richard Biener2-36/+26
2019-10-28re PR c/92249 (ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases)Richard Biener2-1/+10
2019-10-28re PR target/92225 (ice in gen_smaxv2di3, at config/i386/sse.md:12225)Uros Bizjak4-1/+31
2019-10-28sse.md (sse_cvtss2si<rex64namesuffix>_2): Remove %k operand modifier.Uros Bizjak2-114/+120
2019-10-28Fix unroll-and-jam.c on 32bitMichael Matz2-2/+7
2019-10-28Move jump threading before reloadIlya Leoshkevich6-11/+66
2019-10-28re PR ipa/92242 (LTO ICE in ipa_get_cs_argument_count ipa-prop.h:598)Jan Hubicka3-3/+10
2019-10-28Fortran] PR91863 - fix call to bind(C) with array descriptorTobias Burnus4-15/+62
2019-10-28rs6000: Enable limited unrolling at -O2Jiufu Guo13-6/+70
2019-10-28Daily bump.GCC Administrator1-1/+1
2019-10-27* locales.c (iso_3166): Add missing comma after "United-States".Jakub Jelinek2-1/+5
2019-10-27fprintf-2.c: Silence a Free/NetBSD libc warning.Andreas Tobler4-0/+9
2019-10-27re PR fortran/86248 (LEN_TRIM in specification expression causes link failure)Paul Thomas6-23/+76
2019-10-27ipa-prop.c (ipa_propagate_indirect_call_infos): Do not remove jump functions.Jan Hubicka2-1/+5
2019-10-27fix cgraph commentEric Botcazou3-2/+7
2019-10-27ipa-cp.c (propagate_constants_across_call): If args are not available just dr...Jan Hubicka5-16/+74
2019-10-27ipa-inline-transform.c (inline_call): update function summaries after expanid...Jan Hubicka2-0/+7
2019-10-27ipa-icf.c (sem_function::merge): Update function summaries.Jan Hubicka3-1/+8
2019-10-27Remove redudant <iptr> when operand already has scalar mode.Hongtao Liu2-6/+12
2019-10-27Daily bump.GCC Administrator1-1/+1
2019-10-26rs6000: Fix allocate_stack in a corner case (PR91289)Segher Boessenkool2-4/+15
2019-10-26Adjust predicates and constraints of scalar insns.Hongtao Liu3-56/+101
2019-10-26Fix false dependence of scalar operation vrcp/vsqrt/vrsqrt/vrndscaleHongtao Liu6-32/+193
2019-10-26Daily bump.GCC Administrator1-1/+1
2019-10-25PR c++/91581 - ICE in exception-specification of defaulted ctor.Marek Polacek2-0/+13
2019-10-25re PR target/85969 (avr/gen-avr-mmcu-specs.c:56: unused function ?)Georg-Johann Lay2-8/+6
2019-10-25[Fortran] OpenACC – permit common blocks in some clausesCesar Philippidis8-28/+254
2019-10-25pr70100.c: Add -mvsx.David Edelsohn2-2/+7
2019-10-25re PR tree-optimization/92222 (ice in useless_type_conversion_p, at gimple-ex...Richard Biener4-12/+42
2019-10-25tree-vect-slp.c (vect_get_and_check_slp_defs): Only fail swapping if we actua...Richard Biener2-33/+18
2019-10-25Fix failure in gcc.target/sve/reduc_strict_3.cRichard Sandiford2-0/+6
2019-10-25Update SVE tests for recent XPASSesRichard Sandiford9-58/+47
2019-10-25Fix typo in dump_tree_statistics.Martin Liska2-1/+5
2019-10-25Fix reductions for fully-masked loopsRichard Sandiford19-60/+144
2019-10-25tree-vect-loop.c (vectorizable_reduction): Verify STMT_VINFO_REDUC_IDX on the...Richard Biener3-1/+74
2019-10-25Daily bump.GCC Administrator1-1/+1
2019-10-25gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek16-194/+585
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek10-15/+32
2019-10-24symbols-summary.h (fast_function_summary<T *, [...]): Free m_vector.Jan Hubicka2-0/+9
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka13-123/+243