public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Add a loop versioning pass
 2018-10-25 16:03 UTC  (3+ messages)

[PATCH] Fix release checking bootstrap
 2018-10-25 15:43 UTC 

Simplify way ipa-devirt looks for main type variant
 2018-10-25 15:33 UTC 

[PATCH] S/390: Merge movdi_larl into movdi_64
 2018-10-25 15:32 UTC  (2+ messages)

[PATCH 02/14] Add D frontend (GDC) implementation
 2018-10-25 15:01 UTC  (10+ messages)
              ` Is the D frontend good to go? (was Re: [PATCH 02/14] Add D frontend (GDC) implementation.)

[PATCH][rs6000] improve gpr inline expansion of str[n]cmp
 2018-10-25 14:55 UTC 

[PATCH] Fix rtx_code_size static initialization order fiasco
 2018-10-25 14:27 UTC  (3+ messages)

[PATCH] Fix PR87746
 2018-10-25 14:01 UTC 

Relocation (= move+destroy)
 2018-10-25 13:58 UTC  (9+ messages)

[PATCH][GCC][mingw-w64][Ada] Fix Ada native bootstrap (PR81878)
 2018-10-25 13:53 UTC 

[PATCH] CSE if-converted loop bodies
 2018-10-25 13:29 UTC 

Fix dg-prune-output regex for versioned namespace
 2018-10-25 13:06 UTC  (2+ messages)

[PATCH 0/7] libsanitizer: merge from trunk
 2018-10-25 12:55 UTC  (11+ messages)
` [PATCH 4/7] Apply LOCAL_PATCHES and remove not used ones
` [PATCH 7/7] Update test-suite expected output after rewording in libsanitizer
` [PATCH 5/7] New local GCC patch for CAN_SANITIZE_UB ifdef
` [PATCH 3/7] Update build system: include new files and run autoheader, autoconf, automake
` [PATCH 6/7] Adjust asan_shadow_offset for powerpc64 targets
` [PATCH 1/7] Update merge script and HOWTO_MERGE documentation
` [PATCH 2/7] Merge from upstream 345033
` [PATCH 8/N] Bump libasan version due to adjustement in shadow memory offset for ppc64 target

[PATCH] Provide extension hint for aarch64 target (PR driver/83193)
 2018-10-25 12:36 UTC  (10+ messages)
        ` [PATCH] Remove extra memory allocation of strings

[PATCH, contrib] dg-cmp-results: display NA->FAIL by default
 2018-10-25 10:49 UTC  (4+ messages)

[PATCH] Fix EQ_ATTR_ALT size calculation (PR bootstrap/87417)
 2018-10-25 10:41 UTC  (2+ messages)

[PATCH][GCC][DOC] Relocate list under Deprecated in options.texi to Var
 2018-10-25 10:41 UTC  (5+ messages)

[PATCH] powerpc: Optimized conversion of IBM long double to int128/int64
 2018-10-25 10:41 UTC  (3+ messages)

[testsuite] Don't xfail gcc.dg/pr78973-2.c on non-ilp64 targets
 2018-10-25 10:41 UTC  (3+ messages)

[committed] Fix fortran OpenMP schedule modifier parsing and resolving (PR fortran/87725)
 2018-10-25 10:41 UTC 

[PATCH v2] powerpc: Optimized conversion of IBM long double to int128/int64
 2018-10-25 10:41 UTC 

[PATCH] Fix SPEC ICEs
 2018-10-25  9:10 UTC 

[PATCH] handle attribute positional arguments consistently (PR 87541, 87542)
 2018-10-25  8:29 UTC  (5+ messages)

V2 [PATCH] x86: Add pmovzx/pmovsx patterns with SI/DI operands
 2018-10-25  8:29 UTC  (2+ messages)

[doc PATCH] expand attribute aligned and __alignof__
 2018-10-25  8:06 UTC 

[PATCH], PowerPC: Use <math>f128 for long double built-ins if we have changed to use IEEE 128-bit floating point
 2018-10-25  7:28 UTC  (9+ messages)

[PATCH, rs6000] Don't use deprecated vector shift instructions
 2018-10-25  7:28 UTC 

[PATCH] combine: Don't do make_more_copies for dest PC (PR87720)
 2018-10-25  7:17 UTC 

[PATCH v2 0/3] OpenRISC port
 2018-10-25  3:55 UTC  (7+ messages)
` [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

[RFC][PATCH LRA] WIP patch to fix one part of PR87507
 2018-10-25  0:55 UTC  (6+ messages)

[PATCH, testsuite] Fix sibcall-9 and sibcall-10 with -fPIC
 2018-10-24 22:31 UTC  (2+ messages)

C++ PATCH for c++/87594, constexpr rejects-valid with range-based for
 2018-10-24 22:03 UTC  (2+ messages)

[PATCH] ux.texi: move "Quoting" and "Fix-it hints" from DiagnosticsGuidelines wiki page
 2018-10-24 21:58 UTC  (5+ messages)

[C++ Patch] PR 84644 ("internal compiler error: in warn_misplaced_attr_for_class_type, at cp/decl.c:4718")
 2018-10-24 21:56 UTC  (2+ messages)

[PATCH] detect attribute mismatches in alias declarations (PR 81824)
 2018-10-24 21:29 UTC  (11+ messages)

[PATCH][Middle-end][Version 4]Add a new option to control inlining only on static functions
 2018-10-24 21:16 UTC  (39+ messages)
      ` GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions)
                                ` [RFC] GCC support for live-patching
        ` Performance impact of disabling non-clone IPA optimizations for the Linux kernel (was: "GCC options for kernel live-patching")

[PATCH, rs6000] Add __ieee128 argument support to the scalar_cmp_exp family of builtins
 2018-10-24 21:12 UTC 

[doc PATCH] mention optimization options relevant to in attribute nonnull
 2018-10-24 20:41 UTC  (2+ messages)

[PATCH, rs6000] Replace comparison operators with vec_cmp* in intrinsic compatibility headers
 2018-10-24 20:22 UTC 

[C++ Patch] Remove quick fix for c++/85553
 2018-10-24 20:02 UTC  (4+ messages)

[C++ PATCH] Allow __ prefix+suffix on C++11 attribute namespaces (PR c++/86288)
 2018-10-24 19:44 UTC  (2+ messages)

C++ PATCH to implement C++20 P0892R2 - explicit(bool)
 2018-10-24 19:31 UTC  (10+ messages)
      ` C++ PATCH to implement C++20 P0892R2 - explicit(bool) [v2]
              ` C++ PATCH to implement C++20 P0892R2 - explicit(bool) [v3]

[PATCH] add simple attribute introspection
 2018-10-24 19:31 UTC  (7+ messages)

[PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry
 2018-10-24 18:55 UTC  (16+ messages)
                    ` [PATCH] Make __PRETTY_FUNCTION__-like functions mergeable string csts (PR c++/64266)

[PATCH] RX new builtin function
 2018-10-24 18:02 UTC 

[rfc rs6000] troubles with gimple folding for vec_sel
 2018-10-24 17:25 UTC  (3+ messages)

[PATCH] bring netbsd/arm support up to speed. eabi, etc
 2018-10-24 17:24 UTC  (5+ messages)

[PATCH] Fix leak in RPO VN
 2018-10-24 16:38 UTC 

[PATCH, rs6000] Use explicit casts for vec_sel argument 3 in intrinsic headers
 2018-10-24 15:10 UTC  (3+ messages)
  ` [PATCH, rs6000, v2] Fix uses of vec_sel "

[PATCH] Change vectorizer SLP tree to be a graph
 2018-10-24 14:57 UTC 

[PATCH] Make strlen range computations more conservative
 2018-10-24 14:26 UTC  (18+ messages)

[PATCH] S/390: Fix ICE in s390_check_qrst_address ()
 2018-10-24 14:05 UTC  (3+ messages)

[PATCH] Switch conversion: support any ax + b transformation (PR tree-optimization/84436)
 2018-10-24 13:06 UTC  (8+ messages)

[PATCH] combine: Do not combine moves from hard registers
 2018-10-24 12:24 UTC  (13+ messages)

[PATCH] BB vectorization with intermediate aliasing stores
 2018-10-24 12:22 UTC 

[PATCH] Fix PR84013
 2018-10-24 11:29 UTC 

[PATCH] [Ada] Make middle-end string literals NUL terminated
 2018-10-24 11:08 UTC  (6+ messages)
` [PATCHv2] Handle not explicitly zero terminated strings in merge sections

[PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM
 2018-10-24 10:38 UTC  (4+ messages)

[PATCH libquadmath/PR68686]
 2018-10-24  9:39 UTC  (2+ messages)

[committed] Fix minor H8 bug exposed by recent combiner changes
 2018-10-24  5:47 UTC 

[PATCH, committed] Remove self from write after approval
 2018-10-23 22:17 UTC 

Debug unordered containers code cleanup
 2018-10-23 21:53 UTC  (4+ messages)

[patch, fortran] Implement FINDLOC
 2018-10-23 21:47 UTC  (4+ messages)

[PATCH, committed] Add self as maintainer of D front-end and libphobos
 2018-10-23 21:41 UTC 

[PATCH] Fix PR87691: transparent_union attribute does not work with MODE_PARTIAL_INT
 2018-10-23 20:57 UTC 

[PATCH] Remove reduntant dumps and make tp_first_run dump more compact
 2018-10-23 20:35 UTC  (2+ messages)

libgo patch committed: Remove unused armArch, hwcap and hardDiv
 2018-10-23 20:12 UTC 

[patch] allow target config to state r18 is fixed on aarch64
 2018-10-23 19:41 UTC  (2+ messages)

[PATCH][c++] Fix DECL_BY_REFERENCE of clone parms
 2018-10-23 17:37 UTC  (4+ messages)

[PATCH, rs6000 2/2] Add compatible implementations of x86 SSSE3 intrinsics <tmmintrin.h>
 2018-10-23 17:13 UTC  (4+ messages)

Avoid unnecessarily numbered clone symbols
 2018-10-23 16:31 UTC  (5+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[ARM/FDPIC v3 00/21] FDPIC ABI for ARM
 2018-10-23 15:42 UTC  (10+ messages)
` [ARM/FDPIC v3 04/21] [ARM] FDPIC: Add support for FDPIC for arm architecture
` [ARM/FDPIC v3 03/21] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided

PATCH to enable testing C++17 by default
 2018-10-23 15:31 UTC  (4+ messages)
` [PATCH] Fix g++.dg/cpp2a/lambda-this3.C (Re: PATCH to enable testing C++17 by default)

[PATCH] Fix PR87665
 2018-10-23 15:14 UTC 

[GCC][PATCH][Aarch64] Replace umov with cheaper fmov in popcount expansion
 2018-10-23 14:53 UTC  (2+ messages)

[gomp5] Add support for reduction clause task modifier on parallel
 2018-10-23 14:07 UTC 

[PATCH] PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
 2018-10-23 13:41 UTC 

[PATCH] Fix some EVRP stupidness
 2018-10-23 12:45 UTC  (9+ messages)

[PATCH][RFC] Early phiopt pass
 2018-10-23 12:29 UTC  (5+ messages)

[PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules
 2018-10-23 12:02 UTC  (11+ messages)

[PATCH] Default to an ARM cpu that exists
 2018-10-23 11:12 UTC  (4+ messages)

Fix std::byte namespace declaration
 2018-10-23 10:33 UTC  (4+ messages)

[PATCH] Fix PR87700
 2018-10-23 10:23 UTC 

[[C++ PATCH]] Implement C++2a P0330R2 - Literal Suffixes for ptrdiff_t and size_t
 2018-10-23 10:20 UTC  (2+ messages)

[PATCH] Fix PR86144
 2018-10-23 10:14 UTC  (3+ messages)

[PATCH, GCC/ARM] Fix PR87374: ICE with -mslow-flash-data and -mword-relocations
 2018-10-23  9:22 UTC  (7+ messages)
            ` [PATCH, GCC/ARM, ping2] "

[PATCH] Come up with --param asan-stack-small-redzone (PR sanitizer/81715)
 2018-10-23  9:17 UTC  (9+ 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).