aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek8-4/+62
2019-05-16* lto-streamer.h (LTO_major_version): Bump to 9.Jakub Jelinek2-1/+5
2019-05-16re PR testsuite/90502 (gcc.dg/tree-ssa/vector-6.c FAILs)Richard Biener2-2/+9
2019-05-16testsuite - improve check_effective_target_cet.Iain Sandoe2-1/+6
2019-05-16re PR tree-optimization/90106 (builtin sqrt() ignoring libm's sqrt call result)Jun Ma5-42/+85
2019-05-16[RTEMS] Change multilibs for ARMSebastian Huber2-5/+11
2019-05-16re PR target/90424 (memcpy into vector builtin not optimized)Richard Biener6-13/+124
2019-05-16gimple-parser.c (c_parser_gimple_statement): Handle __BIT_INSERT.Richard Biener6-17/+79
2019-05-16Add myself to MAINTAINERS.Jun Ma2-0/+5
2019-05-16compiler: improve escape analysis on interface conversionsCherry Zhang11-23/+369
2019-05-16Daily bump.GCC Administrator1-1/+1
2019-05-16re PR middle-end/90478 (ICE in emit_case_dispatch_table at gcc/stmt.c:796)Jakub Jelinek2-2/+7
2019-05-15omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set max_vf to 1.Jakub Jelinek5-0/+69
2019-05-15re PR debug/90197 (Cannot step through simple loop at -O -g)Jakub Jelinek2-3/+35
2019-05-15Qualify calls in std::visit and std::visit<R>Jonathan Wakely2-4/+8
2019-05-15CWG 2096 - constraints on literal unions.Marek Polacek4-10/+88
2019-05-15Remove translation string markersJanne Blomqvist2-14/+17
2019-05-15Allow opening file on multiple unitsJanne Blomqvist5-2/+27
2019-05-15i386-expand.c (ix86_split_idivmod): Rename signed_p argument to unsigned_p.Uros Bizjak2-14/+15
2019-05-15cp-tree.h (REFERENCE_VLA_OK): Remove.Paolo Carlini3-7/+5
2019-05-15i386: Add tests for MMX intrinsic emulations with SSEH.J. Lu98-0/+5241
2019-05-15i386: Enable TM MMX intrinsics with SSE2H.J. Lu2-8/+14
2019-05-15i386: Allow MMX intrinsic emulation with SSEH.J. Lu8-70/+119
2019-05-15i386: Allow MMX vector expanders with TARGET_MMX_WITH_SSEH.J. Lu2-44/+101
2019-05-15i386: Allow MMXMODE moves with TARGET_MMX_WITH_SSEH.J. Lu2-3/+11
2019-05-15Prevent allocation of MMX registers with TARGET_MMX_WITH_SSEUros Bizjak3-5/+38
2019-05-15i386: Emulate MMX abs<mode>2 with SSEH.J. Lu2-6/+14
2019-05-15i386: Emulate MMX ssse3_palignrdi with SSEH.J. Lu2-10/+54
2019-05-15i386: Emulate MMX ssse3_psign<mode>3 with SSEH.J. Lu2-7/+16
2019-05-15i386: Emulate MMX pshufb with SSE versionH.J. Lu2-9/+44
2019-05-15i386: Emulate MMX ssse3_pmulhrswv4hi3 with SSEH.J. Lu2-10/+23
2019-05-15i386: Emulate MMX ssse3_pmaddubsw with SSEH.J. Lu2-7/+16
2019-05-15i386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3 with SSEH.J. Lu2-8/+32
2019-05-15i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSEH.J. Lu2-8/+32
2019-05-15i386: Make _mm_empty () as NOP without MMXH.J. Lu2-1/+36
2019-05-15i386: Emulate MMX umulv1siv1di3 with SSE2H.J. Lu2-10/+23
2019-05-15i386: Emulate MMX movntq with SSE2 movntidiH.J. Lu2-5/+14
2019-05-15i386: Emulate MMX mmx_psadbw with SSEH.J. Lu2-7/+17
2019-05-15i386: Emulate MMX mmx_uavgv4hi3 with SSEH.J. Lu2-10/+23
2019-05-15i386: Emulate MMX mmx_uavgv8qi3 with SSEH.J. Lu2-10/+22
2019-05-15i386: Emulate MMX maskmovq with SSE2 maskmovdquH.J. Lu2-0/+67
2019-05-15i386: Emulate MMX mmx_umulv4hi3_highpart with SSEH.J. Lu2-10/+23
2019-05-15i386: Emulate MMX mmx_pmovmskb with SSEH.J. Lu2-7/+29
2019-05-15i386: Emulate MMX V4HI smaxmin/V8QI umaxmin with SSEH.J. Lu2-20/+59
2019-05-15i386: Emulate MMX mmx_pinsrw with SSEH.J. Lu2-10/+30
2019-05-15i386: Emulate MMX mmx_pextrw with SSEH.J. Lu2-7/+16
2019-05-15i386: Emulate MMX sse_cvtpi2ps with SSEH.J. Lu2-8/+63
2019-05-15i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi with SSEH.J. Lu2-12/+24
2019-05-15i386: Emulate MMX pshufw with SSEH.J. Lu2-16/+74
2019-05-15i386: Emulate MMX vec_dupv2si with SSEH.J. Lu3-7/+31