public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch 1/4][Aarch64] v2: Implement Aarch64 SIMD ABI
 2019-02-13 16:54 UTC  (2+ messages)

[PATCH, GCC] PR target/86487: fix the way 'uses_hard_regs_p' handles paradoxical subregs
 2019-02-13 16:46 UTC  (7+ messages)

C++ PATCH for c++/89297 - ICE with OVERLOAD in template
 2019-02-13 16:44 UTC  (2+ messages)

[PATCH][GCC][Arm] Add HF modes to ANY iterators
 2019-02-13 16:40 UTC  (4+ messages)

C++ PATCH to add test for c++/77304
 2019-02-13 16:38 UTC 

[PATCH] Fix excess warnings from -Wtype-limits with location wrappers (PR c++/88680)
 2019-02-13 16:14 UTC  (2+ messages)
` PING "

[-fcompare-debug] var tracking options are not optimization options
 2019-02-13 14:43 UTC  (5+ messages)

[PATCH] Bump LTO_minor_version on GCC-8 branch (PR lto/89260)
 2019-02-13 14:42 UTC  (3+ messages)

[PATCH] C++ concepts: fix ICE with requires on dtors (PR c++/89036)
 2019-02-13 14:39 UTC  (5+ messages)
` [PATCH v2] "
  ` PING "
    ` PING^2 "

[PATCH] Fix PR86554 on branch
 2019-02-13 14:21 UTC 

[PATCH][DOC] Document new features for GCC 9
 2019-02-13 13:48 UTC 

[PATCH] Clean up another MPX-related stuff
 2019-02-13 13:47 UTC  (2+ messages)

[PATCH][ARM] Fix Thumb-1 ldm (PR89190)
 2019-02-13 13:39 UTC  (3+ messages)

[PATCH] Fix up and improve allow_blank_lines testsuite handling (PR other/69006, PR testsuite/88920)
 2019-02-13 13:37 UTC  (3+ messages)
  ` [PATCH] Fix up and improve allow_blank_lines testsuite handling (PR other/69006, PR testsuite/88920, take 2)

[committed] Fix set_uids_in_ptset (PR middle-end/89303)
 2019-02-13 13:34 UTC 

[PATCH] Fix -fdec simplification (PR fortran/88649)
 2019-02-13 12:43 UTC  (4+ messages)

[PATCH][ARM] Fix PR89222
 2019-02-13 12:23 UTC  (8+ messages)

[PATCH][GCC][AArch64] Allow any offset for SVE addressing modes before reload
 2019-02-13 11:56 UTC  (4+ messages)

Fortran vector math header
 2019-02-13 11:34 UTC  (14+ messages)

[PATCH] Fix UB in prepare_cmp_insn (PR middle-end/89281)
 2019-02-13  9:40 UTC  (4+ messages)

Define __sparcv8 in 64-bit-default Solaris/SPARC gcc with -m32
 2019-02-13  8:40 UTC  (2+ messages)

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

[PATCH] Fix TLS ICE with -mcmodel=large (PR target/89290)
 2019-02-13  8:26 UTC  (2+ messages)

[PATCH] driver: Also prune joined switches with negation
 2019-02-13  8:02 UTC  (9+ messages)
  ` PING^1: "

[PATCH 0/2] RISC-V: Support ELF attribute for GCC
 2019-02-13  7:17 UTC  (3+ messages)
  ` [PATCH 2/2] RISC-V: Support ELF attribute
  ` [PATCH 1/2] RISC-V: Accept version, supervisor ext and more than one NSE for -march

[PATCH, libphobos] Committed fallback UnwindBacktrace if LibBacktrace unfound
 2019-02-13  7:15 UTC 

PR87689, PowerPC64 ELFv2 function parameter passing violation
 2019-02-13  6:59 UTC 

[PATCH] Remove a barrier when EDGE_CROSSING is remoed (PR lto/88858)
 2019-02-13  6:06 UTC  (7+ messages)

[PATCH] Construct ipa_reduced_postorder always for overwritable (PR ipa/89009)
 2019-02-13  6:00 UTC  (5+ messages)

[PATCH] Call free_dominance_info when transformed in DCE (PR rtl-optimization/89242)
 2019-02-13  5:56 UTC 

gotools patch committed: Remove test directories in mostlyclean
 2019-02-13  0:10 UTC 

[PATCH] Avoid assuming valid_constant_size_p argument is a constant expression (PR 89294)
 2019-02-12 23:43 UTC  (2+ messages)

[PATCH] Fix ICE in strlen () > 0 folding (PR tree-optimization/89314)
 2019-02-12 23:14 UTC 

[PATCH] Fix up norm2 simplification (PR middle-end/88074)
 2019-02-12 23:09 UTC 

[C++ PATCH] preview: Fix braces around scalar initializer (C++/88572) Inbox x
 2019-02-12 23:04 UTC 

[PATCH] Updated patches for the port of gccgo to GNU/Hurd
 2019-02-12 21:30 UTC  (13+ messages)

[PATCH] Add target-zlib to top-level configure, use zlib from libphobos
 2019-02-12 20:55 UTC  (5+ messages)

[C++ PATCH] PR c++/89144 - link error with constexpr initializer_list
 2019-02-12 20:51 UTC 

[PATCH doc] Remove documentation for PowerPC -maltivec={be,le}
 2019-02-12 20:07 UTC  (2+ messages)

[PATCH, OpenACC, og8] OpenACC kernels control flow analysis bug fix
 2019-02-12 19:02 UTC 

[PATCH] i386: Use OI/TImode in *mov[ot]i_internal_avx with AVX512VL
 2019-02-12 19:01 UTC  (21+ messages)
    ` [PATCH] i386: Use EXT_REX_SSE_REG_P in *movoi_internal_avx/movti_internal

[PATCH, libphobos] Committed add hppa version in std.experimental.allocator
 2019-02-12 18:29 UTC 

[PATCH 0/7, OpenACC, libgomp, v5, stage1] Async re-work
 2019-02-12 15:07 UTC  (2+ messages)

[PATCH] rs6000: new vec-s*d-modulo.c tests should require p8vector_hw
 2019-02-12 14:17 UTC  (2+ messages)

[PATCH][libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pc
 2019-02-12 13:54 UTC  (2+ messages)

[rs6000] 64-bit integer loads/stores and FP instructions
 2019-02-12 12:37 UTC  (5+ messages)

[PATCH] Fix not 8-byte aligned ldrd/strd on ARMv5
 2019-02-12 12:32 UTC  (2+ messages)
` [PING] "

[PATCH] S/390: Reject invalid Q/R/S/T addresses after LRA
 2019-02-12 12:29 UTC  (2+ messages)

[PATCH] [LIBPHOBOS] Fix ualigned access in murmurhash.d (PR d/89177)
 2019-02-12 12:08 UTC 

[patch] Disable store merging in asan_expand_mark_ifn
 2019-02-12 11:46 UTC  (5+ messages)

[SVE ACLE] Implement svlsl
 2019-02-12 10:52 UTC 

Fix odr ICE on Ada LTO
 2019-02-12  9:49 UTC  (6+ messages)

Do not use TYPE_NEED_CONSTRUCTING in may_be_aliased
 2019-02-12  9:47 UTC  (3+ messages)

[PR fortran/89286, patch] Intrinsic sign and GNU Extension for review
 2019-02-12  9:45 UTC 

[PATCH] rs6000: Add support for the vec_sbox_be, vec_cipher_be etc. builtins
 2019-02-12  6:00 UTC  (3+ messages)

[committed] linemap_line_start: protect against location_t overflow (PR lto/88147)
 2019-02-12  1:12 UTC 

C++ PATCH for c++/89217 - ICE with list-initialization in range-based for loop
 2019-02-11 23:03 UTC  (3+ messages)

[C++ PATCH] PR c++/89241 - ICE with __func__ in lambda in template
 2019-02-11 23:03 UTC 

[PR fortran/88299, patch] - [F18] COMMON in a legacy module produces bogus warnings in dependent code
 2019-02-11 22:09 UTC 

arm access to stack slot out of allocated area
 2019-02-11 21:38 UTC  (7+ messages)

[PATCH] fix ICE in __builtin_has_attribute (PR 88383 and 89288)
 2019-02-11 20:59 UTC  (4+ messages)

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

C++ PATCH for c++/89212 - ICE converting nullptr to pointer-to-member-function
 2019-02-11 19:52 UTC  (4+ messages)

[PATCH 00/43] V3: Emulate MMX intrinsics with SSE
 2019-02-11 19:52 UTC  (9+ messages)
` [PATCH 13/43] i386: Emulate MMX pshufw "
` [PATCH 14/43] i386: Emulate MMX sse_cvtps2pi/sse_cvttps2pi "

Trivial C++ PATCH to remove commented code
 2019-02-11 19:43 UTC  (2+ messages)

[Patch] PR rtl-optimization/87763 - generate more bfi instructions on aarch64
 2019-02-11 18:46 UTC  (4+ messages)

[PATCH] avoid 4095/INT_MAX warning for fprintf (PR 88993)
 2019-02-11 18:24 UTC  (2+ messages)

[COMMITTED] Fix pthread errors in pr86637-2.c
 2019-02-11 18:16 UTC 

[PATCH] PR c++/89267 - change of error location
 2019-02-11 17:57 UTC 

[PATCH] correct comments in tree-prof/inliner-1.c
 2019-02-11 16:35 UTC  (2+ messages)

Make claer, when contributions will be ignored
 2019-02-11 16:27 UTC  (11+ messages)
    ` Make clear, "

[PATCH, v2] rs6000: Vector shift-right should honor modulo semantics
 2019-02-11 16:22 UTC  (3+ messages)

[PATCH][GCC][Arm] Update tests after register allocation changes. (PR/target 88560)
 2019-02-11 16:19 UTC  (2+ messages)

[Aarch64][SVE] Vectorise sum-of-absolute-differences
 2019-02-11 15:38 UTC  (3+ messages)

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