public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v5 0/19] Support early break/return auto-vectorization
 2023-11-16 11:08 UTC  (16+ messages)
` [PATCH 4/21]middle-end: update loop peeling code to maintain LCSSA form for early breaks
` [PATCH 7/21]middle-end: update IV update code to support early breaks and arbitrary exits
` [PATCH 8/21]middle-end: update vectorizable_live_reduction with support for multiple exits and different exits

[PATCH] C99 testsuite readiness: Cleanup of execute tests
 2023-11-16 11:07 UTC  (3+ messages)

[PATCH v2] LoongArch: Remove redundant barrier instructions before LL-SC loops
 2023-11-16 10:59 UTC  (5+ messages)

[PATCH 2/21]middle-end testsuite: Add tests for early break vectorization
 2023-11-16 10:53 UTC  (3+ messages)

[PATCH] Simplify vector ((VCE?(a cmp b ? -1 : 0)) < 0) ? c : d to just VCE:((a cmp b) ? (VCE c) : (VCE d))
 2023-11-16 10:47 UTC  (2+ messages)
` [V2 PATCH] Simplify vector ((VCE (a cmp b ? -1 : 0)) < 0) ? c : d to just (VCE ((a cmp b) ? (VCE c) : (VCE d)))

[PATCH]AArch64: only discount MLA for vector and scalar statements
 2023-11-16 10:34 UTC  (2+ messages)

[PATCH 1/6]AArch64: Refactor costs models to different files
 2023-11-16 10:33 UTC  (14+ messages)
` [PATCH 2/6]AArch64: Remove special handling of generic cpu
` [PATCH 3/6]AArch64: Add new generic-armv8-a CPU and make it the default
` [PATCH 4/6]AArch64: Add new generic-armv9-a CPU and make it the default for Armv9
` [PATCH 6/6]AArch64: only emit mismatch error when features would be disabled

Re: [PATCH] libsanitizer: adjust triplet pattern to allow loongarch64-linux* targets
 2023-11-16 10:13 UTC 

[PATCH] libphobos: Fix static build
 2023-11-16 10:01 UTC 

[PATCH V11] : tree-ssa-sink: Improve code sinking pass
 2023-11-16  9:58 UTC  (2+ messages)

[PATCH V2] tree-optimization: Add register pressure heuristics and appropriate use of profile data
 2023-11-16  9:33 UTC 

[PATCH] aarch64: costs: update for TARGET_CSSC
 2023-11-16  9:26 UTC  (4+ messages)

[PATCH] LoongArch: Increase cost of vector aligned store/load
 2023-11-16  8:44 UTC 

[PATCH 1/2] LoongArch: Increase cost of vector aligned store/load
 2023-11-16  8:27 UTC 

[committed] libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]
 2023-11-16  8:12 UTC 

[PATCH] libsanitizer: adjust triplet pattern to allow loongarch64-linux* targets
 2023-11-16  8:11 UTC  (2+ messages)

[committed 1/2] libstdc++: Test for feature test macros more accurately
 2023-11-16  8:11 UTC  (2+ messages)
` [committed 2/2] libstdc++: Only declare feature test macros in standard headers

[committed 1/2] libstdc++: Adjust feature test in <istream> and <ostream>
 2023-11-16  8:02 UTC  (2+ messages)
` [committed 2/2] libstdc++: Use 202100L as feature test check for C++23

[PATCH] RISC-V: Fix ICE in non-canonical march parsing
 2023-11-16  7:36 UTC  (5+ messages)
  ` [Committed] "

[PATCH] RISC-V: Change unaligned fast/slow/avoid macros to misaligned [PR111557]
 2023-11-16  7:34 UTC  (2+ messages)

[PATCH] i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi peephole2 [PR112526]
 2023-11-16  7:31 UTC  (2+ messages)

[PATCH] LoongArch: Increase cost of vector aligned store/load
 2023-11-16  7:30 UTC  (2+ messages)

[PATCH v2] LoongArch: Add code generation support for call36 function calls
 2023-11-16  7:27 UTC 

[PATCH] VECT: Add MASK_LEN_STRIDED_LOAD/MASK_LEN_STRIDED_STORE into loop vectorizer
 2023-11-16  7:22 UTC  (2+ messages)

[PATCH] DOC/IFN/OPTAB: Add mask_len_strided_load/mask_len_strided_store DOC/OPTAB/IFN
 2023-11-16  7:21 UTC  (2+ messages)

[PATCH] tree-optimization: Add register pressure heuristics
 2023-11-16  7:16 UTC  (7+ messages)

[PATCH] slp: Fix handling of IFN_CLZ/CTZ [PR112536]
 2023-11-16  7:06 UTC  (2+ messages)

[PATCH] tree-optimization/112282 - wrong-code with ifcvt hoisting
 2023-11-16  7:05 UTC  (2+ messages)

[committed] i386: Return CCmode from ix86_cc_mode for unknown RTX code [PR112494]
 2023-11-16  7:02 UTC  (3+ messages)

[PATCH]middle-end: skip checking loop exits if loop malformed [PR111878]
 2023-11-16  7:00 UTC  (2+ messages)

[PATCH] VECT: Clear LOOP_VINFO_USING_SELECT_VL_P when loop is not partial vectorized
 2023-11-16  6:52 UTC  (2+ messages)

[PATCH] aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPU
 2023-11-16  6:16 UTC 

[PATCH] RISC-V: Implement TLS Descriptors
 2023-11-16  5:37 UTC  (13+ messages)
` [PATCH v2] "

[PATCH] Fix ICE of unrecognizable insn
 2023-11-16  5:36 UTC 

[PATCH] Reduce false positives for -Wnonnull for VLA parameters [PR98541]
 2023-11-16  4:24 UTC  (5+ messages)

[PATCH] [i386] APX: Fix EGPR usage in several patterns
 2023-11-16  1:56 UTC  (2+ messages)

[PATCH] gfortran: Rely on dg-do-what-default to avoid running pr85853.f90, pr107254.f90 and vect-alias-check-1.F90 on non-vector targets
 2023-11-16  0:03 UTC  (2+ messages)
` [PING] "

[PATCH v2] RISC-V: Implement target attribute
 2023-11-15 23:58 UTC  (2+ messages)

[PATCH] rs6000: Disassemble opaque modes using subregs to allow optimizations [PR109116]
 2023-11-15 23:50 UTC 

[PATCH 0/3] Option handling: add documentation URLs
 2023-11-15 23:40 UTC  (4+ messages)

[PATCH] Fix crash in libcc1
 2023-11-15 23:36 UTC  (2+ messages)

[PATCH 0/4] gcov: Improve -fprofile-update=atomic
 2023-11-15 23:32 UTC  (2+ messages)

[PATCH] c++: constantness of call to function pointer [PR111703]
 2023-11-15 23:19 UTC  (2+ messages)

[PATCH] RISC-V: Save/restore ra register correctly [PR112478]
 2023-11-15 23:19 UTC  (2+ messages)

[PATCH] c++: fix parsing with auto(x) [PR112410]
 2023-11-15 23:18 UTC  (8+ messages)
  ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH v3 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-11-15 22:39 UTC  (12+ messages)
    ` building GNU gettext on AIX

[PATCH] RISC-V: Disallow 64-bit indexed loads and stores for rv32gcv
 2023-11-15 22:13 UTC  (7+ messages)
    `  "

[committed] i386: Optimize strict_low_part QImode insn with high input registers
 2023-11-15 21:24 UTC 

Darwin: Replace environment runpath with embedded [PR88590]
 2023-11-15 20:34 UTC  (5+ messages)

[COMMITTED] Regenerate libiberty/aclocal.m4 with aclocal 1.15.1
 2023-11-15 19:31 UTC 

[PATCH 00/14] use _P() defines from tree.h
 2023-11-15 17:42 UTC  (8+ messages)
` [PATCH 04/14] c++: "

[Committed] RISC-V: fix vsetvli pass testsuite failure [PR/112447]
 2023-11-15 17:39 UTC 

[Committed] RISC-V: elide unnecessary sign extend when expanding cmp_and_jump
 2023-11-15 17:37 UTC 

[PATCH] Add support for function attributes and variable attributes
 2023-11-15 16:56 UTC  (2+ messages)

[PATCH] Fortran: fix reallocation on assignment of polymorphic variables [PR110415]
 2023-11-15 16:51 UTC 

PR111754
 2023-11-15 15:14 UTC  (7+ messages)

[committed] i386: Fix strict_low_part QImode insn with high input register patterns [PR112540]
 2023-11-15 15:13 UTC 

[PATCH]AArch64 Add pattern for unsigned widenings (uxtl) to zip{1,2}
 2023-11-15 14:41 UTC 

[PATCH] nvptx: Add suppport for __builtin_nvptx_brev instrinsic
 2023-11-15 14:36 UTC  (3+ messages)
` nvptx: Extend 'brev' test cases (was: [PATCH] nvptx: Add suppport for __builtin_nvptx_brev instrinsic)
` nvptx: Fix copy'n'paste-o in '__builtin_nvptx_brev' description "

[nvptx PATCH] Update nvptx's bitrev<mode>2 pattern to use BITREVERSE rtx
 2023-11-15 14:33 UTC  (2+ messages)

[committed] amdgcn: Add Accelerator VGPR registers
 2023-11-15 14:10 UTC 

[committed] amdgcn: simplify secondary reload patterns
 2023-11-15 14:09 UTC 

[PATCH] s390: Fix generation of s390-gen-builtins.h
 2023-11-15 13:30 UTC  (2+ messages)

[PATCH] s390: implement flags output
 2023-11-15 13:15 UTC 

[PATCH] s390: split int128 load
 2023-11-15 13:15 UTC 

[PATCH] s390: Fix ICE in testcase pr89233
 2023-11-15 13:12 UTC 

[PATCH v3] gcc: Introduce -fhardened
 2023-11-15 12:25 UTC  (7+ messages)
  ` [PATCH v4] "

[PATCH] c++/modules: Allow exporting const-qualified namespace-scope variables [PR99232]
 2023-11-15 12:24 UTC 

[PATCH 5/21]middle-end: update vectorizer's control update to support picking an exit other than loop latch
 2023-11-15 12:14 UTC  (7+ messages)

[PATCH] tree-optimization/112282 - wrong-code with ifcvt hoisting
 2023-11-15 12:11 UTC 

[PATCH] Fix ICE with SLP and -fdbg-cnt
 2023-11-15 12:11 UTC 

gfortran.dg/dg.exp debug messages pollute test output
 2023-11-15 12:04 UTC  (4+ messages)

[PATCH] Only allow (copysign x, NEG_CONST) -> (fneg (fabs x)) simplification for constant folding [PR112483]
 2023-11-15 11:41 UTC  (4+ messages)

[PATCH 1/4] libsanitizer: merge from upstream (c425db2eb558c263)
 2023-11-15 11:40 UTC  (3+ messages)

[committed] libstdc++: Fix std::deque::operator[] Xmethod [PR112491]
 2023-11-15 11:30 UTC 

[committed] libstdc++: std::stacktrace tweaks
 2023-11-15 11:28 UTC 

[PING] [PATCH v2] A new copy propagation and PHI elimination pass
 2023-11-15 11:02 UTC 

[PATCH 4/4] libsanitizer: Readd __ubsan_handle_function_type_mismatch_v1{,_abort}
 2023-11-15 11:02 UTC 

[PATCH 3/4] libsanitizer: Adjust the asan/sanity-check-pure-c-1.c test
 2023-11-15 10:59 UTC 

[PATCH 2/4] libsanitizer: Apply local patches
 2023-11-15 10:57 UTC 

[committed] arm: testsuite: fix test for armv6t2 hardware
 2023-11-15 10:48 UTC 

[PATCH] RISC-V: testsuite: Fix 32-bit FAILs
 2023-11-15 10:47 UTC  (16+ messages)
    `  "

[PATCH] RISC-V: Support trailing vec_init optimization
 2023-11-15 10:00 UTC  (4+ messages)

[RFC PATCH] Detecting lifetime-dse issues via Valgrind
 2023-11-15  9:58 UTC  (6+ messages)
` [RFC PATCH] Detecting lifetime-dse issues via Valgrind [PR66487]

[PATCH 00/16] Support Intel APX NDD
 2023-11-15  9:47 UTC  (17+ messages)
` [PATCH 01/16] [APX NDD] Support Intel APX NDD for legacy add insn
` [PATCH 02/16] [APX NDD] Restrict TImode register usage when NDD enabled
` [PATCH 03/16] [APX NDD] Support APX NDD for optimization patterns of add
` [PATCH 04/16] [APX NDD] Disable seg_prefixed memory usage for NDD add
` [PATCH 05/16] [APX NDD] Support APX NDD for adc insns
` [PATCH 06/16] [APX NDD] Support APX NDD for sub insns
` [PATCH 07/16] [APX NDD] Support APX NDD for sbb insn
` [PATCH 08/16] [APX NDD] Support APX NDD for neg insn
` [PATCH 09/16] [APX NDD] Support APX NDD for not insn
` [PATCH 10/16] [APX NDD] Support APX NDD for and insn
` [PATCH 11/16] [APX NDD] Support APX NDD for or/xor insn
` [PATCH 12/16] [APX NDD] Support APX NDD for left shift insns
` [PATCH 13/16] [APX NDD] Support APX NDD for right "
` [PATCH 14/16] [APX NDD] Support APX NDD for rotate insns
` [PATCH 15/16] [APX NDD] Support APX NDD for shld/shrd insns
` [PATCH 16/16] [APX NDD] Support APX NDD for cmove insns

[PATCH v3] sched: Change no_real_insns_p to no_real_nondebug_insns_p [PR108273]
 2023-11-15  9:43 UTC  (14+ messages)
` PING^1 "
      ` [PATCH] sched: Remove debug counter sched_block

[PATCH] rs6000: New pass to mitigate SP float load perf issue on Power10
 2023-11-15  9:16 UTC 

[PATCH] Clean up
 2023-11-15  8:41 UTC  (3+ messages)
` [PATCH] Clean up by_pieces_ninsns

[PATCH] rs6000: Only enable PCREL on supported ABIs [PR111045]
 2023-11-15  8:37 UTC  (2+ messages)

[committed] i386: Generate strict_low_part QImode insn with high input register
 2023-11-15  8:10 UTC  (2+ messages)

[committed] testsuite: Adjust gcc.dg/cpp/if-2.c for 16-bit targets
 2023-11-15  7:58 UTC 

[PATCH v1] RISC-V: Refine the mask generation for vec_init case 2
 2023-11-15  7:42 UTC  (6+ messages)
` [PATCH v2] "
      `  "

[PATCH] RISC-V: Disallow RVV mode address for any load/store[PR112535]
 2023-11-15  7:41 UTC  (5+ messages)
  `  "

[PATCH] RISC-V: fix vsetvli pass testsuite failure [PR/112447]
 2023-11-15  6:43 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).