public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] x86: Reject target("no-general-regs-only")
 2020-08-27 10:36 UTC  (3+ messages)

[PATCH] hppa: Improve expansion of ashldi3 when !TARGET_64BIT
 2020-08-27 10:33 UTC  (16+ messages)

[PATCH] c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
 2020-08-27 10:19 UTC  (10+ messages)

[PATCH] C-SKY: Add fpuv3 instructions and CK860 arch
 2020-08-27  9:33 UTC 

[PATCH] testsuite: add -fno-tree-fre in gcc.dg/guality
 2020-08-27  9:18 UTC  (2+ messages)

[PATCH] arm: Fix -mpure-code support/-mslow-flash-data for armv8-m.base [PR94538]
 2020-08-27  9:02 UTC  (5+ messages)

[PATCH] Use vec::reserve before vec_safe_grow_cleared is called
 2020-08-27  8:54 UTC  (20+ messages)
          ` [PATCH] Use exact=false for vec_safe_grow{,_cleared} functions
                  ` [PATCH 1/3] vec: add exact argument for various grow functions
                    ` [PATCH 2/3] vec: default exact = false in "
                    ` [PATCH 3/3] vec: use inexact growth where possible

[PATCH] fix testcase gcc.target/aarch64/insv_1.c
 2020-08-27  8:39 UTC  (5+ messages)

[PATCH] fix a typo in rtl.texi
 2020-08-27  8:38 UTC 

[PATCH] ia32: Fix alignment of _Atomic fields [PR65146]
 2020-08-27  8:35 UTC 

[PATCH PR94442] [AArch64] Redundant ldp/stp instructions emitted at -O3
 2020-08-27  8:08 UTC  (26+ messages)

[PATCH] tree-optimization/96579 - another special-operands fix in reassoc
 2020-08-27  8:04 UTC 

[PATCH] doc: add 'cd' command before 'make check-gcc' command in install.texi
 2020-08-27  7:49 UTC 

[Patch, fortran] PR96624 - A segment fault occurred when using the reshape function result to assign a variable
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] Add power10 IEEE 128-bit minimum, maximum, and compare with mask instructions
 2020-08-27  2:46 UTC  (5+ messages)
` [PATCH 1/4] PowerPC: Change cmove function return to bool
` [PATCH 2/4] PowerPC: Rename functions for min, max, cmove
` [PATCH 3/4] PowerPC: Add power10 xsmaxcqp/xsmincqp support
` [PATCH 4/4] PowerPC: Add power10 xscmp{eq,gt,ge}qp support

[PATCH] lra: Canonicalize mult to shift in address reloads
 2020-08-27  2:26 UTC  (6+ messages)

BoF DWARF5 patches
 2020-08-26 23:38 UTC  (15+ messages)
` [PATCH 1/5] Don't enable -gvariable-location-views by default for DWARF5
` [PATCH 2/5] Make sure that static data member constexpr isn't optimized away in test
` [PATCH 5/5] Add --gdwarf-5 to ASM_SPEC
  ` Duplicate .debug_lines (Was: [PATCH 5/5] Add --gdwarf-5 to ASM_SPEC)

libgo patch committed: Add -maix32 when calling GCC on 32-bit AIX
 2020-08-26 23:29 UTC 

libgo patch committed: Add FAT library support for AIX static libraries
 2020-08-26 23:18 UTC 

[PATCH] i386: Add c99 runtime requirement to math optimisation tests
 2020-08-26 23:14 UTC  (2+ messages)

[PATCH] gcov-profile: clarify profile-exclude-files documentation [PR96285]
 2020-08-26 23:08 UTC  (3+ messages)

[PATCH] [AVX512] [PR87767] Optimize memory broadcast for constant vector under AVX512
 2020-08-26 21:23 UTC  (6+ messages)

[PATCH] rs6000: Disable -fcaller-saves by default
 2020-08-26 21:10 UTC  (8+ messages)

[PATCH 1/3] libstdc++: Implement P1994R1 changes to ranges::elements_view
 2020-08-26 20:57 UTC  (6+ messages)
` [PATCH 2/3] libstdc++: elements_view's sentinel and iterator not comparable [LWG 3406]
` [PATCH 3/3] libstdc++: Implement remaining piece of LWG 3448

[PATCH] rs6000, restrict bfloat convert intrinsic to Power 10. Fix BU_P10V macro definitions
 2020-08-26 20:46 UTC  (9+ messages)
      ` [EXTERNAL] "

[PATCH][Hashtable 5/6] Remove H1/H2 template parameters
 2020-08-26 20:37 UTC  (12+ messages)

[PATCH] separate reading past the end from -Wstringop-overflow
 2020-08-26 20:36 UTC  (2+ messages)

[Patch 0/5] rs6000, 128-bit Binary Integer Operations
 2020-08-26 20:27 UTC  (7+ messages)
` [Patch 3/5] rs6000, Add TI to TD (128-bit DFP) and TD to TI support
` [Patch 4/5] rs6000, Test 128-bit shifts for just the int128 type

[PATCH] x86: Reject target("no-general-regs-only")
 2020-08-26 19:54 UTC 

[PATCH 1/4] matcher-1.m: Change return type to int
 2020-08-26 18:36 UTC  (16+ messages)
` [PATCH 2/4] x86: Add -mzero-caller-saved-regs=[skip|used-gpr|all-gpr|used|all]
      ` [Patch][Middle-end]Add -fzero-call-used-regs=[skip|used-gpr|all-gpr|used|all]
        ` PING "

[committed] libstdc++: Whitespace changes in <tuple>
 2020-08-26 18:34 UTC 

[committed] libstdc++: Use correct argument type for __use_alloc [PR 96803]
 2020-08-26 18:34 UTC 

c++: template operator lookup caching
 2020-08-26 17:14 UTC  (5+ messages)

[PATCH] libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]
 2020-08-26 16:48 UTC 

[PATCH] libstdc++: Fix typo in chrono::year_month_weekday::operator==
 2020-08-26 16:39 UTC  (2+ messages)

[Patch] Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)
 2020-08-26 16:29 UTC 

[PATCH] hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness
 2020-08-26 16:10 UTC  (4+ messages)

[PATCH] tree-optimization/96565 - improve DSE with paths ending in noreturn
 2020-08-26 14:34 UTC 

RFQ: -R remark options
 2020-08-26 14:31 UTC  (7+ messages)

[PATCH] Rewrite get_size_range for irange API
 2020-08-26 14:27 UTC  (3+ messages)
` PING: Fwd: "

[PATCH] Adjust tree-ssa-strlen.c for irange API
 2020-08-26 14:27 UTC  (3+ messages)
` PING: Fwd: "

[PATCH] tree-optimization/96698 - fix ICE when vectorizing nested cycles
 2020-08-26 14:02 UTC 

[PATCH 0/2] symver: extend functionality
 2020-08-26 13:41 UTC  (15+ messages)
` [PATCH 1/2] IPA symver: allow multiple symvers for a definition
` [PATCH 2/2] IPA symver: support visibility and static symbols

[PATCH] Fortran : ICE for division by zero in declaration PR95882
 2020-08-26 13:26 UTC  (2+ messages)

[PATCH] Fortran : ICE on invalid code PR95398
 2020-08-26 13:22 UTC  (2+ messages)

[PATCH] tree-optimization/96783 - fix vectorization of negative step SLP
 2020-08-26 13:14 UTC 

[PATCH] add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges
 2020-08-26 12:33 UTC  (3+ messages)

[PATCH v3] libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCS
 2020-08-26 11:33 UTC  (7+ messages)

[PATCH] lto: fix documentation about -fpie and -fpic options
 2020-08-26 11:09 UTC  (2+ messages)

[PATCH] RX add control register PC
 2020-08-26 10:24 UTC  (3+ messages)

[PATCH PR96757] aarch64: ICE during GIMPLE pass: vect
 2020-08-26  9:30 UTC 

[PATCH] Implement no_stack_protect attribute
 2020-08-26  9:11 UTC  (11+ messages)

[PATCH] dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729]
 2020-08-26  8:25 UTC  (2+ messages)

[committed] d: Merge upstream dmd e49192807
 2020-08-26  8:15 UTC 

[committed] d: Fix no RVO when returning struct literals initialized with constructor
 2020-08-26  8:15 UTC 

[committed] d: Merge upstream dmd cb4a96fae
 2020-08-26  8:15 UTC 

[committed] d: Use read() to load contents of stdin into memory
 2020-08-26  8:14 UTC 

[committed] d: Fix small struct literals that have non-deterministic hash values
 2020-08-26  8:14 UTC 

[committed] d: Fix no NRVO when returning an array of a non-POD struct
 2020-08-26  8:14 UTC 

[committed] d: Don't run all permutations for fail_compilation tests
 2020-08-26  8:14 UTC 

[committed] d: Move lowering of each tree node to separate functions
 2020-08-26  8:14 UTC 

[committed] d: Move d_gimplify_expr and dependencies to d-gimplify.cc
 2020-08-26  8:13 UTC 

[Patch] Fortran: Add 'device_type' clause to OpenMP's declare target
 2020-08-26  7:33 UTC  (6+ messages)

[committed] analyzer: fix leak false positive/widening on pointer iteration [PR94858]
 2020-08-26  1:46 UTC 

[committed] analyzer: fix ICE on initializers for unsized array fields [PR96777]
 2020-08-26  1:43 UTC 

PING [Patch][Middle-end]Add -fzero-call-used-regs=[skip|used-gpr|all-gpr|used|all]
 2020-08-25 22:31 UTC  (16+ messages)

[PATCH] libiberty: Add support for 'in' and 'in ref' storage classes
 2020-08-25 20:40 UTC  (2+ messages)

[PATCH] bb-reorder: Remove a misfiring micro-optimization (PR96475)
 2020-08-25 20:39 UTC  (2+ messages)

[PATCH] Treat { 0 } specially for structs with the designated_init attribute
 2020-08-25 20:27 UTC  (15+ messages)

[PATCH] C-SKY: Add -mbacktrace option
 2020-08-25 20:22 UTC  (2+ messages)

[PATCH]Adjust testcase
 2020-08-25 20:18 UTC  (4+ messages)

[PATCH] libstdc++: Fix operator overload resolution for calendar types
 2020-08-25 19:51 UTC  (2+ messages)

[PATCH] x86: Detect Rocket Lake and Alder Lake
 2020-08-25 19:40 UTC  (2+ messages)

[RISC-V] Add support for AddressSanitizer on RISC-V GCC
 2020-08-25 19:39 UTC  (2+ messages)

[PATCH v4] genemit.c (main): split insn-emit.c for compiling parallelly
 2020-08-25 19:31 UTC  (3+ messages)

[PATCH] testsuite: Enable fenv effective-targets for C++
 2020-08-25 19:27 UTC  (2+ messages)

[PATCH 0/3] MSP430: Improve code-generation for shift instructions
 2020-08-25 19:16 UTC  (3+ messages)
` [PATCH 3/3] MSP430: Simplify and extend shift instruction patterns

[PATCH] x86: Change CTZ_DEFINED_VALUE_AT_ZERO to return 0/2
 2020-08-25 19:08 UTC  (2+ messages)

[PATCH 0/5] add checking of function array parameters (PR 50584)
 2020-08-25 18:44 UTC  (10+ messages)
` [PATCH 2/5] C front end support to detect out-of-bounds accesses to array parameters

[Patch] OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)
 2020-08-25 16:58 UTC  (3+ messages)
` *PING* – "
  ` *PING**2 "

[committed] libstdc++: Make self-move well-defined for containers [PR 85828]
 2020-08-25 15:45 UTC  (2+ messages)

[Patch] OpenMP: Improve map-clause error message for array function parameter (PR96678)
 2020-08-25 15:34 UTC  (2+ messages)

[COMMITTED] libstdc++: Fix debug-mode build failure in <chrono>
 2020-08-25 15:26 UTC 

[committed] libstdc++: Adjust static assertions in futures and promises [LWG 3466]
 2020-08-25 14:53 UTC 

[PATCH] libstdc++: Add more C++20 additions to <chrono>
 2020-08-25 13:56 UTC  (2+ messages)

[OG10] Backporting of some patches
 2020-08-25 12:57 UTC 

[PATCH 0/4] IVOPTs consider step cost for different forms when unrolling
 2020-08-25 12:46 UTC  (10+ messages)
` [PATCH 3/4] ivopts: Consider cost_step on different forms during unrolling
            ` [PATCH 3/4 v2] "
                ` [PATCH 3/4 v3] "

[pushed] aarch64: Update feature macro name
 2020-08-25 12:35 UTC 

[pushed] aarch64: Tweaks to the handling of fixed-length SVE types
 2020-08-25 12:35 UTC 

[pushed] aarch64: Update the mangling of single SVE vectors and predicates
 2020-08-25 12:34 UTC 

[PATCH 4/4][PR target/88808]Enable bitwise operator for AVX512 masks
 2020-08-25 12:27 UTC  (19+ messages)
          ` [PATCH] x86: Disable SSE, AVX and AVX512 during CPUID check
              ` [PATCH] x86: Only use general-purpose registers "
                      ` [PATCH] x86: Use -march=x86-64/-march=i386 in <cpuid.h>
                          ` [PATCH] x86: Use target("baseline-isas-only") "
                                ` [PATCH] x86: Use target("general-regs-only, baseline-isas-only") "
                                  ` [PATCH] x86: Use target("general-regs-only,baseline-isas-only") "

[PATCH] c++: Implement P1009: Array size deduction in new-expressions
 2020-08-25 12:26 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] tree-optimization/96548 - fix failure to recompute RPO after CFG change
 2020-08-25 11:55 UTC 

[RFC, WIP] introduce attribute exalias
 2020-08-25 11:23 UTC  (12+ messages)
` [PATCH] "

[PATCH PR96357][GCC][AArch64]: could not split insn UNSPEC_COND_FSUB with AArch64 SVE
 2020-08-25 11:14 UTC  (4+ messages)

[Patch] OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE (PR86470)
 2020-08-25 10:50 UTC 

[PATCH] fix a typo in rtl.def
 2020-08-25 10:42 UTC  (2+ 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).