public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/2] RISC-V: Add tests for cpymemsi expansion
 2024-05-16  8:02 UTC  (8+ messages)
` [PATCH 2/2] RISC-V: Add cmpmemsi expansion

[PATCH][v2] tree-optimization/79958 - make DSE track multiple paths
 2024-05-16  8:01 UTC 

[PATCH] RISC-V: testsuite: Drop march-string in cpymemsi-1.c
 2024-05-16  7:59 UTC 

[PATCH] i386: Fix ix86_option override after change [PR 113719]
 2024-05-16  7:05 UTC  (2+ messages)

[PATCH] report message for operator %a on unaddressible exp
 2024-05-16  6:56 UTC  (8+ messages)

[PATCH v2 1/3] Vect: Support loop len in vectorizable early exit
 2024-05-16  6:49 UTC  (4+ messages)
` [PATCH v2 2/3] RISC-V: Implement vectorizable early exit with vcond_mask_len
` [PATCH v2 3/3] RISC-V: Enable vectorizable early exit testsuite

[PATCH] rs6000: Don't clobber return value when eh_return called [PR114846]
 2024-05-16  4:08 UTC  (2+ messages)

[PATCH v1] RTL: Bugfix ICE after allow vector type in DSE
 2024-05-16  4:06 UTC  (3+ messages)
` [PATCH v4] DSE: Fix ICE after allow vector type in get_stored_val

[PATCH 0/4]AArch64: support conditional early clobbers on certain operations
 2024-05-16  2:45 UTC  (15+ messages)
` [PATCH 1/4]AArch64: convert several predicate patterns to new compact syntax
` [PATCH 2/4]AArch64: add new tuning param and attribute for enabling conditional early clobber
` [PATCH 3/4]AArch64: add new alternative with early clobber to patterns
` [PATCH 4/4]AArch64: enable new predicate tuning for Neoverse cores

[PATCH 1/5] RISC-V: Remove float vector eqne pattern
 2024-05-16  2:17 UTC  (2+ messages)

[PATCH] RISC-V: Fix "Nan-box the result of movbf on soft-bf16"
 2024-05-16  1:55 UTC 

[PATCH 0/5] RISC-V: Support vf and vx for autovec comparison of
 2024-05-16  1:54 UTC  (7+ messages)
` [PATCH 1/5] RISC-V: Remove float vector eqne pattern
  `  "

[pushed] diagnostics: handle SGR codes in line_label::m_display_width
 2024-05-16  1:30 UTC  (4+ messages)
` [pushed] diagnostics: simplify output of purely intraprocedural execution paths
` [pushed] diagnostics: add warning emoji to events with VERB_danger
` [pushed] diagnostics: use unicode art for interprocedural depth

[PATCH] RISC-V: Add Zvfbfwma extension to the -march= option
 2024-05-16  1:01 UTC  (3+ messages)
  ` [COMMITTED] "

[pushed] analyzer: fix ICE seen with -fsanitize=undefined [PR114899]
 2024-05-15 22:45 UTC 

[PATCH v2 1/2] RISC-V: Add cmpmemsi expansion
 2024-05-15 21:16 UTC  (3+ messages)
` [PATCH v2 2/2] RISC-V: strcmp expansion: Use adjust_address() for address calculation

[PATCH] RISC-V: propgue/epilogue expansion code minor changes [NFC]
 2024-05-15 20:51 UTC  (3+ messages)

[PATCH] libstdc++: Avoid MMX return types from __builtin_shufflevector
 2024-05-15 19:49 UTC 

[PATCH] RISC-V: Do not allow v0 as dest when merging [PR115068]
 2024-05-15 19:31 UTC  (3+ messages)

[PATCH] MIPS: Remove -m(no-)lra option
 2024-05-15 18:30 UTC 

[PATCH] c++: represent all class non-dep assignments as CALL_EXPR
 2024-05-15 17:55 UTC 

[r15-512 Regression] FAIL: gfortran.dg/vect/vect-do-concurrent-1.f90 -O at line 14 (test for warnings, line ) on Linux/x86_64
 2024-05-15 17:40 UTC 

Fix gnu versioned namespace mode 00/03
 2024-05-15 17:37 UTC  (6+ messages)

[to-be-committed][RISC-V] Improve some shift-add sequences
 2024-05-15 17:34 UTC 

[PATCH v2] Fix auto deduction for template specialization scopes [PR114915]
 2024-05-15 17:27 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v3] c++: "
      ` [PATCH v4] c++: fix constained auto deduction in templ spec "

[PATCH] tree-optimization/79958 - make DSE track multiple paths
 2024-05-15 17:25 UTC 

[Patch, fortran] PR114874 - [14/15 Regression] ICE with select type, type is (character(*)), and substring
 2024-05-15 17:07 UTC 

[committed] openmp: Diagnose using grainsize+num_tasks clauses together [PR115103]
 2024-05-15 16:48 UTC 

[committed] combine: Fix up simplify_compare_const [PR115092]
 2024-05-15 16:46 UTC 

[PATCH] middle-end/111422 - wrong stack var coalescing, handle PHIs
 2024-05-15 16:11 UTC  (3+ messages)

[COMMITTED] Regenerate cygming.opt.urls and mingw.opt.urls
 2024-05-15 16:04 UTC  (6+ messages)
` [EXTERNAL] "

[PATCH v8] ada: fix timeval timespec on 32 bits archs with 64 bits time_t [PR114065]
 2024-05-15 14:29 UTC  (2+ messages)

[RFC][PATCH] PR tree-optimization/109071 - -Warray-bounds false positive warnings due to code duplication from jump threading
 2024-05-15 14:00 UTC  (20+ messages)

[PATCH] tree-into-ssa: speed up sorting in prune_unused_phi_nodes [PR114480]
 2024-05-15 13:59 UTC 

[PATCH] RISC-V: Fix cbo.zero expansion for rv32
 2024-05-15 13:33 UTC  (5+ messages)

[PATCH] RISC-V: Test cbo.zero expansion for rv32
 2024-05-15 13:04 UTC  (2+ messages)

[PATCH] AArch64: Improve costing of ctz
 2024-05-15 12:57 UTC  (3+ messages)

[PATCH] Adjust range type of calls into fold_range for IPA passes [PR114985]
 2024-05-15 12:06 UTC  (4+ messages)

[PATCH v5 1/3] Internal-fn: Support new IFN SAT_ADD for unsigned scalar int
 2024-05-15 11:36 UTC  (5+ messages)
` [PATCH v5 2/3] Vect: Support new IFN SAT_ADD for unsigned vector int
` [PATCH v5 3/3] RISC-V: Implement IFN SAT_ADD for both the scalar and vector

[PATCH] [x86] Set d.one_operand_p to true when TARGET_SSSE3 in ix86_expand_vecop_qihi_partial
 2024-05-15 11:36 UTC  (2+ messages)

A5 Booklets Printing
 2024-05-15 11:28 UTC 

[COMMITTED] testsuite: Require lto-plugin in gcc.dg/ipa/ipa-icf-38.c [PR85656]
 2024-05-15 11:24 UTC 

[PATCH 1/2] libstdc++: Fix data race in std::basic_ios::fill() [PR77704]
 2024-05-15 11:22 UTC  (2+ messages)

[PATCH] [PATCH] Correct DLL Installation Path for x86_64-w64-mingw32 Multilib [PR115094]
 2024-05-15 11:16 UTC  (6+ messages)

[COMMITTED] testsuite: i386: Fix g++.target/i386/pr97054.C on Solaris
 2024-05-15 11:14 UTC 

[PATCH 0/4] RISC-V: Enhance unaligned/overlapping codegen
 2024-05-15 11:02 UTC  (4+ messages)
` [PATCH 2/4] RISC-V: Allow unaligned accesses in cpymemsi expansion

[PATCH 0/1] Detecting lifetime-dse issues via Valgrind [PR66487]
 2024-05-15 10:59 UTC  (3+ messages)
` [PATCH v2] object lifetime instrumentation for "

[COMMITTED] [prange] Default pointers_handled_p() to false
 2024-05-15 10:33 UTC 

[PATCH] AArch64: Use UZP1 instead of INS
 2024-05-15 10:22 UTC  (2+ messages)

[PATCH] AArch64: Fix printing of 2-instruction alternatives
 2024-05-15 10:15 UTC 

[PATCH] AArch64: Use LDP/STP for large struct types
 2024-05-15 10:13 UTC 

[PATCH] AArch64: Use LDP/STP for large struct types
 2024-05-15 10:13 UTC 

[PATCH 0/2] Fix two test failures with --enable-default-pie [PR70150]
 2024-05-15  9:59 UTC  (2+ messages)
` Ping: "

[r15-499 Regression] FAIL: g++.target/i386/pr107563-b.C scan-assembler-times psrlw 1 on Linux/x86_64
 2024-05-15  9:55 UTC 

[PATCH] Don't reduce estimated unrolled size for innermost loop
 2024-05-15  9:49 UTC  (5+ messages)

[Patch, aarch64] v4: Preparatory patch to place target independent and,dependent changed code in one file
 2024-05-15  9:48 UTC  (3+ messages)

[PATCH] tree-optimization/114589 - remove profile based sink heuristics
 2024-05-15  9:38 UTC 

[Patch, aarch64] v6: Preparatory patch to place target independent and,dependent changed code in one file
 2024-05-15  9:36 UTC 

[PATCH] libstdc++: Rewrite std::variant comparisons without macros
 2024-05-15  9:21 UTC  (3+ messages)

[committed] libstdc++: Give std::memory_order a fixed underlying type [PR89624]
 2024-05-15  9:19 UTC 

[PATCH 1/8] [APX NF]: Support APX NF add
 2024-05-15  8:46 UTC  (11+ messages)
  ` [PATCH 2/8] [APX NF] Support APX NF for {sub/and/or/xor/neg}
  ` [PATCH 3/8] [APX NF] Support APX NF for left shift insns
  ` [PATCH 4/8] [APX NF] Support APX NF for right "
  ` [PATCH 5/8] [APX NF] Support APX NF for rotate insns
  ` [PATCH 6/8] [APX NF] Support APX NF for shld/shrd
  ` [PATCH 7/8] [APX NF] Support APX NF for mul/div
  ` [PATCH 8/8] [APX NF] Support APX NF for lzcnt/tzcnt/popcnt

[PATCH 0/3] Support Intel APX CCMP
 2024-05-15  8:25 UTC  (5+ messages)
` [PATCH 1/3] [APX CCMP] Support "
` [PATCH 2/3] [APX CCMP] Adjust startegy for selecting ccmp candidates
` [PATCH 3/3] [APX CCMP] Support ccmp for float compare

[PATCH] tree-cfg: Move the returns_twice check to be last statement only [PR114301]
 2024-05-15  8:02 UTC  (2+ messages)

[r15-429 Regression] FAIL: experimental/simd/pr109261_constexpr_simd.cc -msse2 -O2 -Wno-psabi (test for excess errors) on Linux/x86_64
 2024-05-15  7:34 UTC  (7+ messages)

[PATCH 0/2] Support APX zero-upper
 2024-05-15  6:27 UTC  (4+ messages)
` [PATCH 1/2] Add check for 8-bit old registers in EVEX format
` [PATCH 2/2] Support APX zero-upper

[PATCHv2] Value range: Add range op for __builtin_isfinite
 2024-05-15  6:01 UTC  (10+ messages)

[committed] Fix rv32 issues with recent zicboz work
 2024-05-15  4:53 UTC 

[PATCH 0/2] Align tight loops to solve cross cacheline issue
 2024-05-15  3:30 UTC  (4+ messages)
` [PATCH 1/2] Adjust generic loop alignment from 16:11:8 to 16 for Intel processors
` [PATCH 2/2] Align tight&hot loop without considering max skipping bytes

[PATCH] report message for operator %a on unaddressible operand
 2024-05-15  2:41 UTC  (2+ messages)

[PATCH] vect: generate suitable convert insn for int -> int, float -> float and int <-> float
 2024-05-15  2:30 UTC  (4+ messages)

[PATCH] RISC-V: Implement -m{,no}fence-tso
 2024-05-15  0:29 UTC  (2+ messages)

[PATCH] [x86] Optimize ashift >> 7 to vpcmpgtb for vector int8
 2024-05-15  0:18 UTC 

[PATCH v5 1/5] Improve must tail in RTL backend
 2024-05-14 23:23 UTC  (12+ messages)
` [PATCH v5 2/5] C++: Support clang compatible [[musttail]] (PR83324)
` [PATCH v5 5/5] Add documentation for musttail attribute

Follow up #1 (was Re: [PATCH v2 1/2] RISC-V: avoid LUI based const materialization ... [part of PR/106265])
 2024-05-14 23:12 UTC  (3+ messages)

[PATCH] c++: lvalueness of non-dependent assignment [PR114994]
 2024-05-14 22:27 UTC  (4+ messages)

[PATCH] c++: Strengthen checks on 'main'
 2024-05-14 22:25 UTC  (2+ messages)

[PATCH] c++/modules: Remember that header units have CMIs
 2024-05-14 22:21 UTC  (2+ messages)

[PATCH] c++, v2: Retry the aliasing of base/complete cdtor optimization at import_export_decl time [PR113208]
 2024-05-14 22:20 UTC  (12+ messages)
` [PATCH] c++, v3: "
        ` [PATCH] c++, v4: "
              ` [PATCH] c++: Optimize in maybe_clone_body aliases even when not at_eof [PR113208]

[PATCH] testsuite: c++: Allow for std::printf in g++.dg/modules/stdio-1_a.H [PR98529]
 2024-05-14 22:11 UTC  (6+ messages)

[PATCH] c++: ICE with reference NSDMI [PR114854]
 2024-05-14 22:09 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: DR 569, DR 1693: fun with semicolons [PR113760]
 2024-05-14 21:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: add test for DR 2855
 2024-05-14 21:22 UTC  (2+ messages)

[PATCH RFA (cgraph)] c++: pragma target and static init [PR109753]
 2024-05-14 21:21 UTC  (2+ messages)
` PING "

[COMMITTED] pru: Implement TARGET_CLASS_LIKELY_SPILLED_P to fix PR115013
 2024-05-14 19:16 UTC 

[PATCH v2 1/2] RISC-V: avoid LUI based const materialization ... [part of PR/106265]
 2024-05-14 18:38 UTC  (2+ messages)
` [COMMITTED] "

[PATCH v8] C, ObjC: Add -Wunterminated-string-initialization
 2024-05-14 18:16 UTC  (2+ messages)

[PATCH] AARCH64: Add Qualcomnm oryon-1 core
 2024-05-14 17:26 UTC  (2+ messages)

[PATCH v2 0/2] RISC-V improve stack/array access by constant mat tweak
 2024-05-14 17:06 UTC  (9+ messages)
` [PATCH v2 2/2] RISC-V: avoid LUI based const mat in prologue/epilogue expansion [PR/105733]

New Swedish PO file for 'gcc' (version 14.1.0)
 2024-05-14 15:52 UTC 

Contents of PO file 'gcc-14.1.0.sv.po'
 2024-05-14 15:52 UTC 

[Patch, aarch64] v3: Preparatory patch to place target independent and,dependent changed code in one file
 2024-05-14  9:44 UTC  (3+ messages)

[PATCH 0/13] rs6000, built-in cleanup patch series
 2024-05-14  5:26 UTC  (3+ messages)
` [PATCH 11/13] rs6000, remove __builtin_vsx_xvcmpeqsp_p built-in

[PATCH 1/4] rs6000: Make all 128 bit scalar FP modes have 128 bit precision [PR112993]
 2024-05-13  1:39 UTC  (4+ 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).