public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
RFC (branch prediction): PATCH to implement P0479R5, [[likely]] and [[unlikely]]
 2019-02-19  9:53 UTC  (10+ messages)

[PATCH] rs6000: Fix PR 88100, range check for vec_splat_{su}{8,16,32}
 2019-02-19  9:39 UTC 

[libphobos, build] Enable libphobos on Solaris 11/x86
 2019-02-19  9:32 UTC  (3+ messages)

[build] Fix libgphobos linking on Solaris 11
 2019-02-19  9:28 UTC  (3+ messages)

[PATCH] Handle timeout warnings in dg-extract-results
 2019-02-19  9:28 UTC  (3+ messages)

[patch] Fix LRA/reload issue with -fnon-call-exceptions
 2019-02-19  9:26 UTC  (2+ messages)

[committed] Fix set_uids_in_ptset (PR middle-end/89303)
 2019-02-19  9:20 UTC  (6+ messages)

[patch, fortran] Fix PR 89384
 2019-02-19  9:20 UTC  (2+ messages)

[PATCH] luoxhu - backport from trunk r255555, r257253 and r258137
 2019-02-19  7:25 UTC 

[C++ PATCH] Ensure constexpr evaluation is done on pre-cp_fold_function bodies (PR c++/89285)
 2019-02-19  4:31 UTC  (3+ messages)

[PATCH, GCC] PR target/86487: fix the way 'uses_hard_regs_p' handles paradoxical subregs
 2019-02-19  4:27 UTC  (9+ messages)

[PATCH 7/9]: C++ P0482R5 char8_t: New standard library tests
 2019-02-19  2:55 UTC  (5+ messages)
` [REVISED PATCH "

[PATCH 5/9]: C++ P0482R5 char8_t: Standard library support
 2019-02-19  2:54 UTC  (6+ messages)
` [REVISED PATCH "

[PATCH] fix ICE in __builtin_has_attribute (PR 88383 and 89288)
 2019-02-19  2:53 UTC  (2+ messages)
` PING "

[C++ Patch] PR 84536 ("[7/8/9 Regression] ICE with non-type template parameter")
 2019-02-19  1:39 UTC  (8+ messages)

[C++ PATCH] Fix cxx_eval_store_expression (PR c++/89336)
 2019-02-19  1:01 UTC  (4+ messages)

[C++ PATCH] Fix maybe_generic_this_capture ICE on USING_DECL (PR c++/89387)
 2019-02-19  0:17 UTC  (2+ messages)

[C++ PATCH] Avoid ICE on void to type&& reinterpret_cast (PR c++/89391)
 2019-02-19  0:09 UTC  (2+ messages)

[C++ PATCH] Don't ICE on invalid scoped enum E::~E (PR c++/89390)
 2019-02-19  0:07 UTC  (2+ messages)

[PATCH, libphobos] Detect if qsort_r is available (PR d/88127)
 2019-02-18 23:31 UTC  (2+ messages)

[PATCH] Teach evrp that main's argc argument is always non-negative for C family (PR tree-optimization/89350)
 2019-02-18 23:12 UTC  (9+ messages)

Fix libphobos testsuite failures on Solaris
 2019-02-18 23:10 UTC  (2+ messages)

[PR fortran/89266, patch] - ICE with TRANSFER of len=0 character array constructor
 2019-02-18 22:49 UTC 

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

C++ PATCH to fix eb82.C
 2019-02-18 21:35 UTC  (3+ messages)

[PATCH] correct __clear_cache signature
 2019-02-18 21:24 UTC  (3+ messages)
` PING "

Trivial doc typos
 2019-02-18 21:11 UTC  (2+ messages)

[patch, fortran] Fix PR 87689, wrong decls / ABI violation on POWER
 2019-02-18 20:37 UTC  (10+ messages)

Move -Wmaybe-uninitialized to -Wextra
 2019-02-18 20:12 UTC  (9+ messages)

Go patch committed: Harmonize types referenced by both C and Go
 2019-02-18 19:55 UTC  (6+ messages)

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

[PATCH] document __builtin_is_constant_evaluated
 2019-02-18 18:52 UTC  (3+ messages)

[PATCH] document __has_attribute and __has_include
 2019-02-18 18:39 UTC  (3+ messages)

[PATCH] sched-ebb.c: avoid moving table jumps (PR rtl-optimization/88423)
 2019-02-18 18:34 UTC  (9+ messages)

[PATCH 00/41] V8: Emulate MMX intrinsics with SSE
 2019-02-18 14:48 UTC  (47+ messages)
` [PATCH 33/41] i386: Emulate MMX ssse3_psign<mode>3 "
` [PATCH 40/41] i386: Enable TM MMX intrinsics with SSE2
` [PATCH 27/41] i386: Make _mm_empty () as NOP for TARGET_MMX_WITH_SSE
` [PATCH 28/41] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSE
` [PATCH 31/41] i386: Emulate MMX ssse3_pmulhrswv4hi3 "
` [PATCH 41/41] i386: Add tests for MMX intrinsic emulations "
` [PATCH 19/41] i386: Emulate MMX mmx_pmovmskb "
` [PATCH 20/41] i386: Emulate MMX mmx_umulv4hi3_highpart "
` [PATCH 38/41] i386: Allow MMX vector expanders with TARGET_MMX_WITH_SSE
` [PATCH 39/41] i386: Allow MMX intrinsic emulation with SSE
` [PATCH 26/41] i386: Emulate MMX umulv1siv1di3 with SSE2
` [PATCH 18/41] i386: Emulate MMX V4HI smaxmin/V8QI umaxmin with SSE
` [PATCH 21/41] i386: Emulate MMX maskmovq with SSE2 maskmovdqu
` [PATCH 24/41] i386: Emulate MMX mmx_psadbw with SSE
` [PATCH 34/41] i386: Emulate MMX ssse3_palignrdi "
` [PATCH 35/41] i386: Emulate MMX abs<mode>2 "
` [PATCH 30/41] i386: Emulate MMX ssse3_pmaddubsw "
` [PATCH 23/41] i386: Emulate MMX mmx_uavgv4hi3 "
` [PATCH 22/41] i386: Emulate MMX mmx_uavgv8qi3 "
` [PATCH 29/41] i386: Emulate MMX ssse3_ph<plusminus_mnemonic>dv2si3 "
` [PATCH 37/41] i386: Allow MMXMODE moves with TARGET_MMX_WITH_SSE
` [PATCH 32/41] i386: Emulate MMX pshufb with SSE version
` [PATCH 36/41] Prevent allocation of MMX registers with TARGET_MMX_WITH_SSE

[Patch] [aarch64] PR target/89324 Handle stack pointer for SUBS/ADDS instructions
 2019-02-18 14:40 UTC 

[COMMITTED] Fix test pr88680.C
 2019-02-18 14:13 UTC 

[COMMITTED] Fix libstdc++ filesystem tests
 2019-02-18 14:10 UTC 

Provide __start_minfo/__stop_minfo for linkers that don't (PR d/87864)
 2019-02-18 13:55 UTC  (5+ messages)

[PATCH] Add target-zlib to top-level configure, use zlib from libphobos
 2019-02-18 13:26 UTC  (8+ messages)

[PATCH][RFC] Extend locations where to seach for Fortran pre-include
 2019-02-18 13:23 UTC  (4+ messages)

[PATCH] Fix PR89296
 2019-02-18 12:54 UTC 

[Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes
 2019-02-18 12:47 UTC  (11+ messages)

AW: Bugs in extended C interop
 2019-02-18 11:42 UTC 

[PATCH] Fix *r<noxa>sbg_sidi_srl pattern (PR target/89369)
 2019-02-18 11:17 UTC  (2+ messages)

[PATCH] Fix s390 backend with old binutils (PR target/89361)
 2019-02-18 11:15 UTC  (2+ messages)

libgo patch committed: Run examples
 2019-02-18 10:53 UTC  (4+ messages)

[PATCH] Avoid assuming valid_constant_size_p argument is a constant expression (PR 89294)
 2019-02-18 10:26 UTC  (2+ messages)

[PATCH] s390.md fixes for 32-bit host
 2019-02-18 10:01 UTC  (2+ messages)

[PATCH] Use 1UL constant in order to not overflow (PR c++/89383)
 2019-02-18  9:44 UTC  (3+ messages)

[PATCH] Come up with fast {function,call}_summary classes (PR ipa/89306)
 2019-02-18  8:09 UTC  (2+ messages)

[PR fortran/88299, patch] - [F18] COMMON in a legacy module produces bogus warnings in dependent code
 2019-02-17 21:20 UTC  (4+ messages)
` *Ping* "

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

Make claer, when contributions will be ignored
 2019-02-17 19:47 UTC  (14+ messages)
    ` Make clear, "

C++ PATCH to add test for c++/89356
 2019-02-17 17:57 UTC 

[PATCH] Fix up norm2 simplification (PR middle-end/88074)
 2019-02-17 17:30 UTC  (4+ messages)

C++ PATCH to add test for c++/89315
 2019-02-17 17:28 UTC 

C++ PATCH for c++/89217 - ICE with list-initialization in range-based for loop
 2019-02-17  6:42 UTC  (6+ messages)

[RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters
 2019-02-17  3:14 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).