[PATCH 00/41] V8: Emulate MMX intrinsics with SSE
2019-02-16 22:42 UTC (25+ messages)
` [PATCH 11/41] i386: Emulate MMX mmx_eq/mmx_gt<mode>3 "
` [PATCH 15/41] i386: Emulate MMX sse_cvtpi2ps "
` [PATCH 09/41] i386: Emulate MMX <any_logic><mode>3 "
` [PATCH 03/41] i386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXX
` [PATCH 08/41] i386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 with SSE
` [PATCH 06/41] i386: Emulate MMX smulv4hi3_highpart "
` [PATCH 12/41] i386: Emulate MMX vec_dupv2si "
` [PATCH 04/41] i386: Emulate MMX plusminus/sat_plusminus "
` [PATCH 01/41] i386: Allow MMX register modes in SSE registers
` [PATCH 28/41] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSE
` [PATCH 40/41] i386: Enable TM MMX intrinsics with SSE2
` [PATCH 05/41] i386: Emulate MMX mulv4hi3 with SSE
` [PATCH 13/41] i386: Emulate MMX pshufw "
` [PATCH 33/41] i386: Emulate MMX ssse3_psign<mode>3 "
` [PATCH 14/41] i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi "
` [PATCH 25/41] i386: Emulate MMX movntq with SSE2 movntidi
` [PATCH 27/41] i386: Make _mm_empty () as NOP for TARGET_MMX_WITH_SSE
` [PATCH 16/41] i386: Emulate MMX mmx_pextrw with SSE
` [PATCH 10/41] i386: Emulate MMX mmx_andnot<mode>3 "
` [PATCH 02/41] i386: Emulate MMX packsswb/packssdw/packuswb with SSE2
` [PATCH 07/41] i386: Emulate MMX mmx_pmaddwd with SSE
` [PATCH 17/41] i386: Emulate MMX mmx_pinsrw "
` [PATCH 31/41] i386: Emulate MMX ssse3_pmulhrswv4hi3 "
` [PATCH 41/41] i386: Add tests for MMX intrinsic emulations "
[PATCH] i386: Add ssse3_pmulhrswv4hi3 expander
2019-02-16 22:12 UTC (3+ messages)
libgo patch committed: Add S/390 support to internal/cpu package
2019-02-16 21:28 UTC (4+ messages)
C++ PATCH to fix eb82.C
2019-02-16 20:54 UTC
New French PO file for 'gcc' (version 9.1-b20190203)
2019-02-16 20:32 UTC
[PATCH] i386: Correct *vec_extractv2si_zext_mem
2019-02-16 19:07 UTC (2+ messages)
[PATCH 00/42] V7: Emulate MMX intrinsics with SSE
2019-02-16 19:02 UTC (50+ messages)
` [PATCH 33/42] i386: Emulate MMX ssse3_psign<mode>3 "
` [PATCH 02/42] i386: Emulate MMX packsswb/packssdw/packuswb with SSE2
` [PATCH 18/42] i386: Emulate MMX V4HI smaxmin/V8QI umaxmin with SSE
` [PATCH 34/42] i386: Emulate MMX ssse3_palignrdi "
` [PATCH 03/42] i386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXX
` [PATCH 16/42] i386: Emulate MMX mmx_pextrw with SSE
` [PATCH 36/42] i386: Correct <ssse3_avx2>_pmulhrsw<mode>3[_mask]
` [PATCH 29/42] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3 with SSE
` [PATCH 14/42] i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi "
` [PATCH 23/42] i386: Emulate MMX mmx_uavgv4hi3 "
` [PATCH 08/42] i386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 "
` [PATCH 04/42] i386: Emulate MMX plusminus/sat_plusminus "
` [PATCH 10/42] i386: Emulate MMX mmx_andnot<mode>3 "
` [PATCH 09/42] i386: Emulate MMX <any_logic><mode>3 "
` [PATCH 06/42] i386: Emulate MMX smulv4hi3_highpart "
` [PATCH 01/42] i386: Allow MMX register modes in SSE registers
` [PATCH 17/42] i386: Emulate MMX mmx_pinsrw with SSE
` [PATCH 20/42] i386: Emulate MMX mmx_umulv4hi3_highpart "
` [PATCH 11/42] i386: Emulate MMX mmx_eq/mmx_gt<mode>3 "
` [PATCH 13/42] i386: Emulate MMX pshufw "
` [PATCH 15/42] i386: Emulate MMX sse_cvtpi2ps "
` [PATCH 19/42] i386: Emulate MMX mmx_pmovmskb "
` [PATCH 07/42] i386: Emulate MMX mmx_pmaddwd "
` [PATCH 05/42] i386: Emulate MMX mulv4hi3 "
` [PATCH 30/42] i386: Emulate MMX ssse3_pmaddubsw "
` [PATCH 42/42] i386: Add tests for MMX intrinsic emulations "
` [PATCH 35/42] i386: Emulate MMX abs<mode>2 "
` [PATCH 24/42] i386: Emulate MMX mmx_psadbw "
` [PATCH 21/42] i386: Emulate MMX maskmovq with SSE2 maskmovdqu
` [PATCH 39/42] i386: Allow MMX vector expanders with TARGET_MMX_WITH_SSE
` [PATCH 22/42] i386: Emulate MMX mmx_uavgv8qi3 with SSE
` [PATCH 40/42] i386: Allow MMX intrinsic emulation "
` [PATCH 38/42] i386: Allow MMXMODE moves with TARGET_MMX_WITH_SSE
` [PATCH 12/42] i386: Emulate MMX vec_dupv2si with SSE
` [PATCH 32/42] i386: Emulate MMX pshufb with SSE version
` [PATCH 37/42] Prevent allocation of MMX registers with TARGET_MMX_WITH_SSE
` [PATCH 26/42] i386: Emulate MMX umulv1siv1di3 with SSE2
` [PATCH 31/42] i386: Emulate MMX ssse3_pmulhrswv4hi3 with SSE
` [PATCH 27/42] i386: Make _mm_empty () as NOP when MMX is disabled
` [PATCH 28/42] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSE
` [PATCH 41/42] i386: Enable TM MMX intrinsics with SSE2
` [PATCH 25/42] i386: Emulate MMX movntq with SSE2 movntidi
[C++ PATCH] Fix cxx_eval_store_expression (PR c++/89336)
2019-02-16 18:51 UTC (2+ messages)
[PATCH] Fix *r<noxa>sbg_sidi_srl pattern (PR target/89369)
2019-02-16 18:39 UTC
[PATCH] Fix up norm2 simplification (PR middle-end/88074)
2019-02-16 18:01 UTC (3+ messages)
[PATCH] s390.md fixes for 32-bit host
2019-02-16 17:52 UTC
[PATCH] Fix s390 backend with old binutils (PR target/89361)
2019-02-16 17:49 UTC
[RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters
2019-02-16 17:15 UTC (2+ messages)
[libgo] Fix alignment issue in persistent allocator
2019-02-16 16:26 UTC
[patch, fortran] Fix part of PR 71066
2019-02-16 16:06 UTC (3+ messages)
` *ping* "
[PATCH] i386: Insert ENDBR for NOTE_INSN_DELETED_LABEL only if needed
2019-02-16 15:02 UTC (2+ messages)
` V2 "
[testsuite] Tweak gcc.target/sparc/struct-ret-check-1.c
2019-02-16 14:41 UTC (2+ messages)
[PATCH, RFC] Avoid the -D option which is not available install-sh
2019-02-16 12:58 UTC (5+ messages)
[PATCH] Add target-zlib to top-level configure, use zlib from libphobos
2019-02-16 12:44 UTC (6+ messages)
[PATCH] Teach evrp that main's argc argument is always non-negative for C family (PR tree-optimization/89350)
2019-02-16 11:55 UTC (3+ messages)
[PR 89209] Avoid segfault in a peculiar corner case in SRA
2019-02-16 11:14 UTC (2+ messages)
[PATCH] Improve mem = STRING_CST expansion (PR rtl-optimization/66152)
2019-02-16 11:11 UTC (2+ messages)
[PATCH] Decrease {i386,sse}.md global state by 12KB
2019-02-16 9:59 UTC (2+ messages)
C++ PATCH for c++/89217 - ICE with list-initialization in range-based for loop
2019-02-16 4:16 UTC (4+ messages)
[C++ PATCH] preview: Fix braces around scalar initializer (C++/88572) Inbox x
2019-02-16 4:16 UTC (3+ messages)
[PATCH] Fix excess warnings from -Wtype-limits with location wrappers (PR c++/88680)
2019-02-16 4:16 UTC (3+ messages)
` [PATCH] v2: "
[PATCH] document __builtin_is_constant_evaluated
2019-02-16 4:01 UTC (2+ messages)
[PATCH] document __has_attribute and __has_include
2019-02-16 3:31 UTC (2+ messages)
[PATCH doc] correct/expand -Wreturn-type
2019-02-16 2:16 UTC (6+ messages)
[PATCH doc] correct/improve -Wmissing-attributes and -Wattribute-alias
2019-02-16 1:57 UTC (2+ messages)
[PATCH 00/40] V6: Emulate MMX intrinsics with SSE
2019-02-16 0:53 UTC (51+ messages)
` [PATCH 05/42] i386: Emulate MMX plusminus/sat_plusminus "
` [PATCH 34/42] i386: Emulate MMX ssse3_psign<mode>3 "
` [PATCH 13/42] i386: Emulate MMX vec_dupv2si "
` [PATCH 16/42] i386: Emulate MMX sse_cvtpi2ps "
` [PATCH 15/42] i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi "
` [PATCH 22/42] i386: Emulate MMX maskmovq with SSE2 maskmovdqu
` [PATCH 10/42] i386: Emulate MMX <any_logic><mode>3 with SSE
` [PATCH 08/42] i386: Emulate MMX mmx_pmaddwd "
` [PATCH 18/42] i386: Emulate MMX mmx_pinsrw "
` [PATCH 14/42] i386: Emulate MMX pshufw "
` [PATCH 12/42] i386: Emulate MMX mmx_eq/mmx_gt<mode>3 "
` [PATCH 11/42] i386: Emulate MMX mmx_andnot<mode>3 "
` [PATCH 31/42] i386: Emulate MMX ssse3_pmaddubsw "
` [PATCH 26/42] i386: Emulate MMX movntq with SSE2 movntidi
` [PATCH 06/42] i386: Emulate MMX mulv4hi3 with SSE
` [PATCH 35/42] i386: Emulate MMX ssse3_palignrdi "
` [PATCH 07/42] i386: Emulate MMX smulv4hi3_highpart "
` [PATCH 03/42] i386: Emulate MMX packsswb/packssdw/packuswb with SSE2
` [PATCH 04/42] i386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXX
` [PATCH 09/42] i386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 with SSE
` [PATCH 19/42] i386: Emulate MMX V4HI smaxmin/V8QI umaxmin "
` [PATCH 01/42] i386: Allow MMX register modes in SSE registers
` [PATCH 02/42] i386: Add mmx_nonimmediate_operand
` [PATCH 39/42] i386: Allow MMX vector expanders with TARGET_MMX_WITH_SSE
` [PATCH 33/42] i386: Emulate MMX pshufb with SSE version
` [PATCH 36/42] i386: Emulate MMX abs<mode>2 with SSE
` [PATCH 23/42] i386: Emulate MMX mmx_uavgv8qi3 "
` [PATCH 24/42] i386: Emulate MMX mmx_uavgv4hi3 "
` [PATCH 29/42] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 "
` [PATCH 21/42] i386: Emulate MMX mmx_umulv4hi3_highpart "
` [PATCH 17/42] i386: Emulate MMX mmx_pextrw "
` [PATCH 40/42] i386: Allow MMX intrinsic emulation "
` [PATCH 37/42] Prevent allocation of MMX registers with TARGET_MMX_WITH_SSE
` [PATCH 27/42] i386: Emulate MMX umulv1siv1di3 with SSE2
` [PATCH 42/42] i386: Add tests for MMX intrinsic emulations with SSE
` [PATCH 28/42] i386: Make _mm_empty () as NOP when MMX is disabled
` [PATCH 41/42] i386: Enable TM MMX intrinsics with SSE2
` [PATCH 32/42] i386: Emulate MMX ssse3_pmulhrswv4hi3 with SSE
` [PATCH 25/42] i386: Emulate MMX mmx_psadbw "
` [PATCH 38/42] i386: Allow MMXMODE moves with TARGET_MMX_WITH_SSE
` [PATCH 30/42] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3 with SSE
` [PATCH 20/42] i386: Emulate MMX mmx_pmovmskb "
Fortran vector math header
2019-02-16 0:05 UTC (11+ messages)
Go patch committed: Use __builtin_dwarf_cfa for getcallersp
2019-02-15 23:22 UTC
[testsuite] Couple of g++.dg/asan tweaks
2019-02-15 23:16 UTC
[SPARC] Small ASAN fixes
2019-02-15 23:09 UTC
[PATCH] Avoid assuming valid_constant_size_p argument is a constant expression (PR 89294)
2019-02-15 22:55 UTC (6+ messages)
[patch] Disable store merging in asan_expand_mark_ifn
2019-02-15 21:40 UTC (4+ messages)
Embedded World Exhibition & Conference 2019
2019-02-15 21:26 UTC
Go patch committed: Don't use a nil check for the write barrier
2019-02-15 21:05 UTC
[PR fortran/89077, patch, part 3] - ICE using * as len specifier for character parameter
2019-02-15 20:45 UTC
[PATCH] i386: Fix ')' in VALID_MMX_REG_MODE
2019-02-15 20:41 UTC
[PATCH, og8] Don't rescan "attach" node for dereferenced struct member
2019-02-15 18:47 UTC
[PATCH, i386]: Add missing TARGET_FPMATH_DEFAULT_P to darwin.h
2019-02-15 18:10 UTC
[Committed][PATCH][GCC][Arm] Remove alternative from neon_softfp_fp16 directive
2019-02-15 17:16 UTC
[PATCH][DOC] Document new features for GCC 9
2019-02-15 17:13 UTC (6+ messages)
[PATCH][GCC][DOC] Remove obsolete arm and aarch64 CPU names from invoke.texi
2019-02-15 17:04 UTC (5+ messages)
GCC 8.3 Status Report (2019-02-15)
2019-02-15 16:19 UTC
Bugs in extended C interop
2019-02-15 15:24 UTC
[PR 89330] Avoid adding dead speculative edges to inlinig heap
2019-02-15 14:29 UTC
Go patch committed: Harmonize types referenced by both C and Go
2019-02-15 14:26 UTC (5+ messages)
[PATCH][GCC][Arm] Add HF modes to ANY iterators
2019-02-15 12:27 UTC (5+ messages)
[PATCH 00/40] V5: Emulate MMX intrinsics with SSE
2019-02-15 12:21 UTC (5+ messages)
` [PATCH 39/40] i386: Add tests for MMX intrinsic emulations "
` [PATCH 37/40] i386: Allow MMX intrinsic emulation "
[PATCH] Come up with fast {function,call}_summary classes (PR ipa/89306)
2019-02-15 12:09 UTC (2+ messages)
[PATCH][AArch64] Use implementation namespace consistently in arm_neon.h
2019-02-15 11:52 UTC (2+ messages)
[omp] Move NE_EXPR handling to omp_adjust_for_condition
2019-02-15 11:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).