aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-15i386: Emulate MMX mmx_eq/mmx_gt<mode>3 with SSEH.J. Lu2-17/+35
2019-05-15i386: Emulate MMX mmx_andnot<mode>3 with SSEH.J. Lu2-7/+17
2019-05-15i386: Emulate MMX <any_logic><mode>3 with SSEH.J. Lu2-10/+32
2019-05-15i386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 with SSEH.J. Lu2-14/+45
2019-05-15i386: Emulate MMX mmx_pmaddwd with SSEH.J. Lu2-10/+21
2019-05-15i386: Emulate MMX smulv4hi3_highpart with SSEH.J. Lu2-10/+23
2019-05-15i386: Emulate MMX mulv4hi3 with SSEH.J. Lu2-10/+31
2019-05-15i386: Emulate MMX plusminus/sat_plusminus with SSEH.J. Lu2-21/+49
2019-05-15i386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXXH.J. Lu4-48/+182
2019-05-15i386: Emulate MMX packsswb/packssdw/packuswb with SSE2H.J. Lu6-30/+136
2019-05-15i386: Allow MMX register modes in SSE registersH.J. Lu4-2/+17
2019-05-15lto-plugin, removed unused variableIain Sandoe2-1/+4
2019-05-15call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP...Paolo Carlini8-29/+23
2019-05-15Check for overflow in tree-switch-conversion (PR middle-end/90478).Martin Liska5-1/+52
2019-05-15tree-into-ssa.c (pass_build_ssa::execute): Run update_address_taken before go...Richard Biener2-0/+11
2019-05-15gimple-parser.c (c_parser_gimple_postfix_expression): Handle __BIT_FIELD_REF.Richard Biener6-10/+93
2019-05-15tree-ssa-uninit: clean up is_value_included_inVladislav Ivanishin2-25/+11
2019-05-15re PR tree-optimization/90474 (ICE: verify_gimple failed (error: DECL_GIMPLE_...Richard Biener2-0/+9
2019-05-15darwin, testsuite, powerpc - handle tests for new processors.Iain Sandoe4-12/+41
2019-05-15re PR tree-optimization/88828 (Inefficient update of the first element of vec...Richard Biener2-1/+7
2019-05-15gimple-parser.c (c_parser_gimple_statement): Remove questionable auto-promoti...Richard Biener2-1/+9
2019-05-15lto-plugin - support -save-temps, -v, --version.Iain Sandoe2-21/+88
2019-05-15add missing Changelog for last commit.Iain Sandoe1-0/+5
2019-05-15darwin, testsuite, ppc FIX PR87600Iain Sandoe1-1/+1
2019-05-15darwin, testsuite, laste piece to fix PR82920Iain Sandoe11-12/+29
2019-05-15Daily bump.GCC Administrator1-1/+1
2019-05-14re PR c++/68918 (spurious "invalid use of incomplete type" in trailing return...Marek Polacek2-0/+28
2019-05-14re PR c++/70156 (incorrect "incomplete type" error initializing a static cons...Marek Polacek2-0/+14
2019-05-14darwin, testsuite, fix more PR 82920Iain Sandoe18-1/+42
2019-05-14Fix NullablePointer test utilityJonathan Wakely2-1/+6
2019-05-14rs6000: Make eh_set_lr_<mode> a define_insn_and_splitSegher Boessenkool2-8/+8
2019-05-14rs6000: New enum epilogue_typeSegher Boessenkool4-4/+16
2019-05-14Remove obsolete Solaris 10 supportRainer Orth45-23328/+145
2019-05-14Add __raw_visit and __raw_idx_visit, use INVOKE<R>Jonathan Wakely2-123/+139
2019-05-14i386.md (any_div): New code iterator.Uros Bizjak2-373/+279
2019-05-14nonesuch is insufficiently useless (lwg2996)Nina Dinka Ranns7-17/+108
2019-05-14Use INVOKE<R> in std::function, std::bind and std::packaged_taskJonathan Wakely4-128/+32
2019-05-14Define std::__invoke_r for INVOKE<R>Jonathan Wakely4-2/+146
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor11-93/+360
2019-05-14Add __is_nothrow_convertible to fix std::is_nothrow_invocable_rJonathan Wakely7-14/+100
2019-05-14gimple-parser.c (c_parser_gimple_statement): Remove questionable auto-promoti...Richard Biener4-28/+80
2019-05-14Reduce header dependencies in <iterator>Jonathan Wakely2-2/+4
2019-05-14Removing unused, non-standard function in _Rb_treeJonathan Wakely2-12/+4
2019-05-14Make std::match_results::_M_resize more usefulJonathan Wakely3-10/+23
2019-05-14PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely3-8/+90
2019-05-14Inconsistency wrt Allocators in basic_string assignment (LWG2579)Nina Dinka Ranns4-29/+113
2019-05-14Reapply r270597.Paolo Carlini4-2/+18
2019-05-14Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska2-2/+13
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska3-30/+50
2019-05-14Fix indentation in testsuite utility headerJonathan Wakely2-133/+136