aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-10-23pr70010.c: Add -Wno-psabi.David Edelsohn5-2/+10
2019-10-24Daily bump.GCC Administrator1-1/+1
2019-10-232019-10-23 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl2-0/+14
2019-10-23Rework how prefixed instruction length is calculated.Michael Meissner6-21/+121
2019-10-23Implement P1286R2, Contra CWG1778Jason Merrill7-87/+32
2019-10-23Reformat some code; Add support for generating PLWA with offsets whose bottom...Michael Meissner3-7/+49
2019-10-23lto-streamer-out.c (cmp_symbol_files): Watch for overflow.Jan Hubicka2-1/+10
2019-10-23ipa-reference.c (varpool_removal_hook, [...]): Fix previous patch.Jan Hubicka2-4/+7
2019-10-23lto-streamer-out.c (output_constructor): Push CTORS_OUT timevar.Jan Hubicka5-45/+91
2019-10-23ipa-reference.h (ipa_reference_var_uid): Move offline.Jan Hubicka3-36/+104
2019-10-23re PR gcov-profile/91971 (Profile directory concatenated with object file path)Qing Zhao2-0/+14
2019-10-23msp430-protos.h (msp430_has_hwmult): New.Jozef Lawrynowicz4-14/+29
2019-10-23re PR ipa/92074 (26% performance regression on Spec2017 548.exchange2_r)Jan Hubicka2-1/+6
2019-10-23Fix a bug with type constraints in constructors.Andrew Sutton4-2/+44
2019-10-23re PR tree-optimization/65930 (Reduction with sign-change not handled)Richard Biener8-26/+28
2019-10-23re PR debug/90231 (ivopts causes <optimized away> iterator in the loop)Jakub Jelinek2-8/+107
2019-10-23constexpr.c (cxx_eval_constant_expression): Temporarily change input_location...Jakub Jelinek5-10/+27
2019-10-23re PR tree-optimization/92131 (incorrect assumption that (ao >= 0) is always ...Eric Botcazou4-7/+92
2019-10-23Initialize a field in fibonacci_node.Martin Liska2-1/+7
2019-10-23[AArch64] Don't apply mode_for_int_vector to scalarsRichard Sandiford2-1/+8
2019-10-23re PR tree-optimization/92179 (r277288 causes ICEs compiling several test cases)Richard Biener2-20/+37
2019-10-23Do not ICE in IPA inliner.Martin Liska4-1/+50
2019-10-23tree-vect-slp.c (vect_build_slp_tree_2): Do not build op from scalars in case...Richard Biener2-2/+8
2019-10-23[Darwin, PPC] Check for out of range asm values.Iain Sandoe2-2/+7
2019-10-23Daily bump.GCC Administrator1-1/+1
2019-10-22Fix incorrect merge of conflictant names in `dump_graphviz`Giuliano Belinassi2-1/+5
2019-10-22re PR fortran/92174 (runtime error: index 15 out of bounds for type 'gfc_expr...Steven G. Kargl3-9/+20
2019-10-22re PR tree-optimization/85887 (Missing DW_TAG_lexical_block PC range)Jakub Jelinek2-2/+8
2019-10-22PR c++/85746: Don't fold __builtin_constant_p prematurelyMarc Glisse4-1/+22
2019-10-22[arm] Match subtraction from carry_operationRichard Earnshaw3-0/+26
2019-10-22[arm] make arm_carry_operation and arm_borrow_operation dualsRichard Earnshaw2-1/+5
2019-10-22re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81)Richard Biener5-9/+106
2019-10-22re PR middle-end/90796 (GCC: O2 vs O3 output differs on simple test)Michael Matz4-11/+104
2019-10-22re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81)Richard Biener4-24/+55
2019-10-22Come up with json::integer_number and use it in GCOV.Martin Liska6-32/+107
2019-10-22Fix PR reference in ChangeLog.Martin Liska1-1/+1
2019-10-22Fix use after free in vector_size changeRichard Sandiford3-9/+18
2019-10-22[C++] Avoid exposing internal details in aka typesRichard Sandiford9-38/+372
2019-10-22[testsuite] Make the Wnonnull independent of system headers.Iain Sandoe2-11/+10
2019-10-21* lock-and-run.sh: Tweak command order.Jason Merrill1-1/+2
2019-10-21lock-and-run.sh: Check for process existence rather than timeout.Jason Merrill2-12/+32
2019-10-22Daily bump.GCC Administrator1-1/+1
2019-10-21expr.c (expand_expr_real_2): Don't widen constant op1 when expanding widening...Jozef Lawrynowicz2-3/+5
2019-10-21PR c++/83434 - typeinfo for noexcept function lacks noexcept informationKamlesh Kumar3-4/+25
2019-10-21parser.c (cp_parser_class_head): Improve error recovery upon extra qualificat...Paolo Carlini5-11/+16
2019-10-21re PR c++/92015 (internal compiler error: in cxx_eval_array_reference, at cp/...Jakub Jelinek4-1/+23
2019-10-21PR c++/92062 - ODR-use ignored for static member of class template.Marek Polacek5-0/+51
2019-10-21PR c++/92106 - ICE with structured bindings and -Wreturn-local-addr.Marek Polacek4-2/+66
2019-10-21[arm] clean up alu+shift patternsRichard Earnshaw4-115/+105
2019-10-21re PR tree-optimization/92162 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener5-3/+25