Daily bump.
[gcc.git] / gcc /
2019-05-17 GCC AdministratorDaily bump.
2019-05-16 Ian Lance Taylorcompiler: add intrinsics for runtime/internal/sys functions
2019-05-16 Jakub Jelinekre PR c++/90484 (ICE in equal_mem_array_ref_p at gcc...
2019-05-16 Jakub Jelinekomp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF...
2019-05-16 Richard Bienertree-affine.c (expr_to_aff_combination): New function...
2019-05-16 Max Filippovgcc: move assemble_start_function / assemble_end_functi...
2019-05-16 Jan Hubickatree-ssa-alias.c (alias_stats): Add aliasing_component_...
2019-05-16 Martin LiskaDo not allow target_clones with alias attr (PR lto...
2019-05-16 Vladislav Ivanishintree-ssa-uninit: avoid ICE with BIT_AND_EXPR (PR 90394)
2019-05-16 Jakub Jelinekre PR fortran/90329 (Incompatibility between gfortran...
2019-05-16 Jakub Jelinek* lto-streamer.h (LTO_major_version): Bump to 9.
2019-05-16 Richard Bienerre PR testsuite/90502 (gcc.dg/tree-ssa/vector-6.c FAILs)
2019-05-16 Iain Sandoetestsuite - improve check_effective_target_cet.
2019-05-16 Jun Mare PR tree-optimization/90106 (builtin sqrt() ignoring...
2019-05-16 Sebastian Huber[RTEMS] Change multilibs for ARM
2019-05-16 Richard Bienerre PR target/90424 (memcpy into vector builtin not...
2019-05-16 Richard Bienergimple-parser.c (c_parser_gimple_statement): Handle...
2019-05-16 Cherry Zhangcompiler: improve escape analysis on interface conversions
2019-05-16 GCC AdministratorDaily bump.
2019-05-15 Jakub Jelinekre PR middle-end/90478 (ICE in emit_case_dispatch_table...
2019-05-15 Jakub Jelinekomp-low.c (lower_rec_input_clauses): For if (0) or...
2019-05-15 Jakub Jelinekre PR debug/90197 (Cannot step through simple loop...
2019-05-15 Marek PolacekCWG 2096 - constraints on literal unions.
2019-05-15 Janne BlomqvistRemove translation string markers
2019-05-15 Janne BlomqvistAllow opening file on multiple units
2019-05-15 Uros Bizjaki386-expand.c (ix86_split_idivmod): Rename signed_p...
2019-05-15 Paolo Carlinicp-tree.h (REFERENCE_VLA_OK): Remove.
2019-05-15 H.J. Lui386: Add tests for MMX intrinsic emulations with SSE
2019-05-15 H.J. Lui386: Enable TM MMX intrinsics with SSE2
2019-05-15 H.J. Lui386: Allow MMX intrinsic emulation with SSE
2019-05-15 H.J. Lui386: Allow MMX vector expanders with TARGET_MMX_WITH_SSE
2019-05-15 H.J. Lui386: Allow MMXMODE moves with TARGET_MMX_WITH_SSE
2019-05-15 Uros BizjakPrevent allocation of MMX registers with TARGET_MMX_WIT...
2019-05-15 H.J. Lui386: Emulate MMX abs<mode>2 with SSE
2019-05-15 H.J. Lui386: Emulate MMX ssse3_palignrdi with SSE
2019-05-15 H.J. Lui386: Emulate MMX ssse3_psign<mode>3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX pshufb with SSE version
2019-05-15 H.J. Lui386: Emulate MMX ssse3_pmulhrswv4hi3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX ssse3_pmaddubsw with SSE
2019-05-15 H.J. Lui386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3...
2019-05-15 H.J. Lui386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3...
2019-05-15 H.J. Lui386: Make _mm_empty () as NOP without MMX
2019-05-15 H.J. Lui386: Emulate MMX umulv1siv1di3 with SSE2
2019-05-15 H.J. Lui386: Emulate MMX movntq with SSE2 movntidi
2019-05-15 H.J. Lui386: Emulate MMX mmx_psadbw with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_uavgv4hi3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_uavgv8qi3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX maskmovq with SSE2 maskmovdqu
2019-05-15 H.J. Lui386: Emulate MMX mmx_umulv4hi3_highpart with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_pmovmskb with SSE
2019-05-15 H.J. Lui386: Emulate MMX V4HI smaxmin/V8QI umaxmin with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_pinsrw with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_pextrw with SSE
2019-05-15 H.J. Lui386: Emulate MMX sse_cvtpi2ps with SSE
2019-05-15 H.J. Lui386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi with SSE
2019-05-15 H.J. Lui386: Emulate MMX pshufw with SSE
2019-05-15 H.J. Lui386: Emulate MMX vec_dupv2si with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_eq/mmx_gt<mode>3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_andnot<mode>3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX <any_logic><mode>3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX mmx_pmaddwd with SSE
2019-05-15 H.J. Lui386: Emulate MMX smulv4hi3_highpart with SSE
2019-05-15 H.J. Lui386: Emulate MMX mulv4hi3 with SSE
2019-05-15 H.J. Lui386: Emulate MMX plusminus/sat_plusminus with SSE
2019-05-15 H.J. Lui386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXX
2019-05-15 H.J. Lui386: Emulate MMX packsswb/packssdw/packuswb with SSE2
2019-05-15 H.J. Lui386: Allow MMX register modes in SSE registers
2019-05-15 Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-05-15 Martin LiskaCheck for overflow in tree-switch-conversion (PR middle...
2019-05-15 Richard Bienertree-into-ssa.c (pass_build_ssa::execute): Run update_a...
2019-05-15 Richard Bienergimple-parser.c (c_parser_gimple_postfix_expression...
2019-05-15 Vladislav Ivanishintree-ssa-uninit: clean up is_value_included_in
2019-05-15 Richard Bienerre PR tree-optimization/90474 (ICE: verify_gimple faile...
2019-05-15 Iain Sandoedarwin, testsuite, powerpc - handle tests for new proce...
2019-05-15 Richard Bienerre PR tree-optimization/88828 (Inefficient update of...
2019-05-15 Richard Bienergimple-parser.c (c_parser_gimple_statement): Remove...
2019-05-15 Iain Sandoeadd missing Changelog for last commit.
2019-05-15 Iain Sandoedarwin, testsuite, ppc FIX PR87600
2019-05-15 Iain Sandoedarwin, testsuite, laste piece to fix PR82920
2019-05-15 GCC AdministratorDaily bump.
2019-05-14 Marek Polacekre PR c++/68918 (spurious "invalid use of incomplete...
2019-05-14 Marek Polacekre PR c++/70156 (incorrect "incomplete type" error...
2019-05-14 Iain Sandoedarwin, testsuite, fix more PR 82920
2019-05-14 Segher Boessenkoolrs6000: Make eh_set_lr_<mode> a define_insn_and_split
2019-05-14 Segher Boessenkoolrs6000: New enum epilogue_type
2019-05-14 Rainer OrthRemove obsolete Solaris 10 support
2019-05-14 Uros Bizjaki386.md (any_div): New code iterator.
2019-05-14 Ian Lance Taylorlibgo: reduce overhead for memory/block/mutex profiling
2019-05-14 Richard Bienergimple-parser.c (c_parser_gimple_statement): Remove...
2019-05-14 Paolo CarliniReapply r270597.
2019-05-14 Martin LiskaFix a test-case in PR middle-end/90340.
2019-05-14 Richard Bienerre PR tree-optimization/88828 (Inefficient update of...
2019-05-14 Przemyslaw Wirkus2019-05-14 Przemyslaw Wirkus <przemyslaw.wirkus@arm...
2019-05-14 Chenghua Xu[MIPS] Skip forward src into next insn when the SRC...
2019-05-14 Bin Chenggimple-ssa-strength-reduction.c (lookup_cand): Adjust...
2019-05-14 GCC AdministratorDaily bump.
2019-05-13 Joseph Myers* sv.po: Update.
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-05-13 Ian Lance Taylorlibgo: drop Solaris 10 support
next