public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/43] V3: Emulate MMX intrinsics with SSE
 2019-02-10  0:24 UTC  (39+ messages)
` [PATCH 03/43] i386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXX
` [PATCH 02/43] i386: Emulate MMX packsswb/packssdw/packuswb with SSE2
` [PATCH 04/43] i386: Emulate MMX plusminus/sat_plusminus with SSE
` [PATCH 05/43] i386: Emulate MMX mulv4hi3 "
` [PATCH 15/43] i386: Emulate MMX sse_cvtpi2ps "
` [PATCH 43/43] i386: Implement V2SF comparisons "
` [PATCH 01/43] i386: Allow 64-bit vector modes in SSE registers
` [PATCH 36/43] i386: Allow MMX vector expanders with TARGET_MMX_WITH_SSE
` [PATCH 09/43] i386: Emulate MMX <any_logic><mode>3 with SSE
` [PATCH 10/43] i386: Emulate MMX mmx_andnot<mode>3 "
` [PATCH 33/43] i386: Emulate MMX ssse3_palignrdi "
` [PATCH 34/43] i386: Emulate MMX abs<mode>2 "
` [PATCH 08/43] i386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 "
` [PATCH 18/43] i386: Emulate MMX V4HI smaxmin/V8QI umaxmin "
` [PATCH 27/43] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 "
` [PATCH 12/43] i386: Emulate MMX vec_dupv2si "
` [PATCH 19/43] i386: Emulate MMX mmx_pmovmskb "
` [PATCH 14/43] i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi "
` [PATCH 42/43] i386: Implement V2SF <-> V2SI conversions "
` [PATCH 20/43] i386: Emulate MMX mmx_umulv4hi3_highpart "
` [PATCH 11/43] i386: Emulate MMX mmx_eq/mmx_gt<mode>3 "
` [PATCH 35/43] i386: Allow MMXMODE moves with TARGET_MMX_WITH_SSE
` [PATCH 07/43] i386: Emulate MMX mmx_pmaddwd with SSE
` [PATCH 13/43] i386: Emulate MMX pshufw "
` [PATCH 06/43] i386: Emulate MMX smulv4hi3_highpart "
` [PATCH 28/43] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3 "
` [PATCH 26/43] i386: Emulate MMX umulv1siv1di3 with SSE2
` [PATCH 24/43] i386: Emulate MMX mmx_psadbw with SSE
` [PATCH 37/43] i386: Allow MMX intrinsic emulation "
` [PATCH 16/43] i386: Emulate MMX mmx_pextrw "
` [PATCH 32/43] i386: Emulate MMX ssse3_psign<mode>3 "
` [PATCH 21/43] i386: Emulate MMX maskmovq with SSE2 maskmovdqu
` [PATCH 29/43] i386: Emulate MMX ssse3_pmaddubsw with SSE
` [PATCH 23/43] i386: Emulate MMX mmx_uavgv4hi3 "
` [PATCH 17/43] i386: Emulate MMX mmx_pinsrw "
` [PATCH 25/43] i386: Emulate MMX movntq with SSE2 movntidi
` [PATCH 22/43] i386: Emulate MMX mmx_uavgv8qi3 with SSE
` [PATCH 30/43] i386: Emulate MMX ssse3_pmulhrswv4hi3 "

Fix odr ICE on Ada LTO
 2019-02-09 23:27 UTC  (2+ messages)

[PATCH] Fix recent tree-if-conv ICE (PR tree-optimization/89268)
 2019-02-09 23:16 UTC 

[PATCH][libbacktrace] Add btest_lto
 2019-02-09 23:09 UTC  (4+ messages)

[PATCH] Updated patches for the port of gccgo to GNU/Hurd
 2019-02-09 22:57 UTC  (5+ messages)

[PATCH][libbacktrace] Declare external backtrace fns noinline
 2019-02-09 22:53 UTC  (6+ messages)

Do not use TYPE_NEED_CONSTRUCTING in may_be_aliased
 2019-02-09 22:29 UTC 

[poweprc] RFA: patch changing expected code generation for test vsx-simode2.c
 2019-02-09 22:14 UTC  (4+ messages)

Fix localization of comdats
 2019-02-09 22:01 UTC 

[PATCH 00/43] V2: Emulate MMX intrinsics with SSE
 2019-02-09 18:53 UTC  (56+ messages)
` [PATCH 08/43] i386: Emulate MMX ashr<mode>3/<shift_insn><mode>3 "
` [PATCH 02/43] i386: Emulate MMX packsswb/packssdw/packuswb with SSE2
` [PATCH 04/43] i386: Emulate MMX plusminus/sat_plusminus with SSE
` [PATCH 03/43] i386: Emulate MMX punpcklXX/punpckhXX with SSE punpcklXX
` [PATCH 11/43] i386: Emulate MMX mmx_eq/mmx_gt<mode>3 with SSE
` [PATCH 06/43] i386: Emulate MMX smulv4hi3_highpart "
` [PATCH 12/43] i386: Emulate MMX vec_dupv2si "
` [PATCH 15/43] i386: Emulate MMX sse_cvtpi2ps "
` [PATCH 09/43] i386: Emulate MMX <any_logic><mode>3 "
` [PATCH 07/43] i386: Emulate MMX mmx_pmaddwd "
` [PATCH 14/43] i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi "
` [PATCH 17/43] i386: Emulate MMX mmx_pinsrw "
` [PATCH 21/43] i386: Emulate MMX maskmovq with SSE2 maskmovdqu
` [PATCH 35/43] i386: Allow MMXMODE moves with TARGET_MMX_WITH_SSE
` [PATCH 26/43] i386: Emulate MMX umulv1siv1di3 with SSE2
` [PATCH 23/43] i386: Emulate MMX mmx_uavgv4hi3 with SSE
` [PATCH 29/43] i386: Emulate MMX ssse3_pmaddubsw "
` [PATCH 24/43] i386: Emulate MMX mmx_psadbw "
` [PATCH 31/43] i386: Emulate MMX pshufb with SSE version
` [PATCH 13/43] i386: Emulate MMX pshufw with SSE
` [PATCH 32/43] i386: Emulate MMX ssse3_psign<mode>3 "
` [PATCH 38/43] i386: Add tests for MMX intrinsic emulations "
` [PATCH 18/43] i386: Emulate MMX V4HI smaxmin/V8QI umaxmin "
` [PATCH 01/43] i386: Allow 64-bit vector modes in SSE registers
` [PATCH 25/43] i386: Emulate MMX movntq with SSE2 movntidi
` [PATCH 41/43] i386: Implement V2SF add/sub/mul with SEE
` [PATCH 34/43] i386: Emulate MMX abs<mode>2 with SSE
` [PATCH 27/43] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 "
` [PATCH 20/43] i386: Emulate MMX mmx_umulv4hi3_highpart "
` [PATCH 37/43] i386: Allow MMX intrinsic emulation "
` [PATCH 43/43] i386: Implement V2SF comparisons "
` [PATCH 40/43] i386: Enable 8-byte vectorizer for TARGET_MMX_WITH_SSE
` [PATCH 36/43] i386: Allow MMX vector expanders with TARGET_MMX_WITH_SSE
` [PATCH 39/43] i386: Also enable SSSE3 __m64 tests in 64-bit mode
` [PATCH 10/43] i386: Emulate MMX mmx_andnot<mode>3 with SSE
` [PATCH 30/43] i386: Emulate MMX ssse3_pmulhrswv4hi3 "
` [PATCH 19/43] i386: Emulate MMX mmx_pmovmskb "
` [PATCH 42/43] i386: Implement V2SF <-> V2SI conversions with SEE
` [PATCH 05/43] i386: Emulate MMX mulv4hi3 with SSE
` [PATCH 28/43] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3 "
` [PATCH 16/43] i386: Emulate MMX mmx_pextrw "
` [PATCH 22/43] i386: Emulate MMX mmx_uavgv8qi3 "
` [PATCH 33/43] i386: Emulate MMX ssse3_palignrdi "

[PATCH, RFC] Avoid the -D option which is not available install-sh
 2019-02-09 18:21 UTC  (4+ messages)

[testsuite, ada] Don't XPASS gnat.dg/lto19.adb
 2019-02-09 18:16 UTC  (3+ messages)

Fix overflow issues with new --params
 2019-02-09 17:58 UTC 

[PR fortran/89077, patch, part 2] - ICE using * as len specifier for character parameter
 2019-02-09 17:31 UTC  (3+ messages)

[PATCH] ARM: fix -masm-syntax-unified (PR88648)
 2019-02-09 16:25 UTC  (4+ messages)

New Finnish PO file for 'gcc' (version 9.1-b20190203)
 2019-02-09 15:02 UTC 

[PATCH] Fix PR89247
 2019-02-09 14:47 UTC  (2+ messages)

[PATCH] i386: Use OI/TImode in *mov[ot]i_internal_avx with AVX512VL
 2019-02-09 13:39 UTC  (11+ messages)
    ` [PATCH] i386: Use EXT_REX_SSE_REG_P in *movoi_internal_avx/movti_internal

[Patch, fortran] PR89200 - [9 Regression] Erroneous copying of a derived type with a deferred-length character array component
 2019-02-09 11:24 UTC 

[PATCH] Add target-zlib to top-level configure, use zlib from libphobos
 2019-02-09  9:37 UTC  (3+ messages)

[committed] Fix OpenMP declare simd handling with externals (PR middle-end/89246)
 2019-02-09  9:03 UTC 

Backports to 8.x branch
 2019-02-09  8:52 UTC  (2+ messages)

please approval my patch - add new logical traits to type_traits for logical completeness
 2019-02-09  7:15 UTC  (2+ messages)

[PATCH] PR libstdc++/88066 use <> for includes not ""
 2019-02-09  0:44 UTC 

[PATCH] Add noexcept to filesystem::path query functions
 2019-02-09  0:25 UTC 

[C++ PATCH] Fix std::is_constant_evaluated() in non-type template parameters (PR c++/88977)
 2019-02-08 23:19 UTC 

[PATCH] driver: Also prune joined switches with negation
 2019-02-08 23:10 UTC  (2+ messages)

[RS6000] Don't support inline PLT for ABI_V4 bss-plt
 2019-02-08 22:53 UTC  (2+ messages)

C++ PATCH for c++/89212 - ICE converting nullptr to pointer-to-member-function
 2019-02-08 22:37 UTC  (2+ messages)

[C++PATCH] [PR87322] move cp_evaluated up to tsubst all lambda parms
 2019-02-08 22:23 UTC  (4+ messages)

[C++PATCH] [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
 2019-02-08 22:14 UTC  (8+ messages)

arm access to stack slot out of allocated area
 2019-02-08 21:35 UTC  (4+ messages)

[PATCH] Add testcase for PR tree-optimization/88739
 2019-02-08 21:19 UTC  (3+ messages)

[Patch]Bug 84762 - GCC for PowerPC32 violates the SysV ABI spec for small struct returns
 2019-02-08 20:07 UTC  (2+ messages)

patch to fix PR88560
 2019-02-08 19:05 UTC 

[PATCH, fortran ieee]: PR 88678, Many gfortran.dg/ieee/ieee_X.f90 test cases fail starting with r267465
 2019-02-08 18:49 UTC  (4+ messages)
    ` [EXT] "

[PATCH] C++ concepts: fix ICE with requires on dtors (PR c++/89036)
 2019-02-08 17:03 UTC  (3+ messages)
` [PATCH v2] "
  ` PING "

[committed][PATCH] Fix PR testsuite/89258
 2019-02-08 16:53 UTC 

[RS6000] Correct save_reg_p
 2019-02-08 16:38 UTC  (5+ messages)

[PATCH, rs6000] PR target/89112 put branch probabilities on branches generated by inline expansion
 2019-02-08 16:08 UTC  (2+ messages)

[rs6000] 64-bit integer loads/stores and FP instructions
 2019-02-08 16:08 UTC  (4+ messages)

[PATCH] Fix PR89150, GC of tree-form bitmaps
 2019-02-08 15:11 UTC  (7+ messages)

[PATCH] expr.c: Correct indentations in expand_constructor
 2019-02-08 12:58 UTC 

[PATCH 5/9]: C++ P0482R5 char8_t: Standard library support
 2019-02-08 12:57 UTC  (5+ messages)
` [REVISED PATCH "

[PATCH] S/390: Implement vectory copysign
 2019-02-08 12:25 UTC  (2+ messages)

[PATCH] S/390: Introduce jdd constraint
 2019-02-08 12:25 UTC  (2+ messages)

[PATCH, i386]: Fix PR89221, --enable-frame-pointer does not work as intended
 2019-02-08 12:25 UTC 

arm access to stack slot out of allocated area
 2019-02-08 12:15 UTC 

[PATCH] Narrow ARRAY*_REF indexes to sizetype for gimple (PR tree-optimization/89223)
 2019-02-08 11:58 UTC  (5+ messages)

[PATCH] Un-XFAIL gcc.dg/vect/vect-24.c on vect_condition targets
 2019-02-08 11:55 UTC 

[Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes
 2019-02-08 11:40 UTC  (7+ messages)

[Ada] Fix out-of-bounds read with wild unchecked conversion
 2019-02-08 11:38 UTC 

[Ada] Fix crash on very dynamic record types
 2019-02-08 11:21 UTC 

[Ada] Fix profile mismatch with -fprofile-{generate,use} at -O2
 2019-02-08 11:09 UTC 

[PATCH] Fix ICE due to copy_reg_eh_region_note_forward (PR rtl-optimization/89234)
 2019-02-08 10:05 UTC  (2+ messages)

Vectorizer Data Structure re-org
 2019-02-08  9:42 UTC 

page:  |  | 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).