public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v5 0/5] P1689R5 support
 2023-07-24  0:26 UTC  (14+ messages)
` [PATCH v5 4/5] c++modules: report imported CMI files as dependencies

[r14-2709 Regression] FAIL: gcc.target/i386/pr93089-3.c scan-assembler vmulps[^\n\r]*zmm on Linux/x86_64
 2023-07-23 22:27 UTC 

[PATCH V2 0/5] OpenMP: support for imperfectly-nested loops
 2023-07-23 22:15 UTC  (6+ messages)
` [PATCH V2 1/5] OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK
` [PATCH V2 2/5] OpenMP: C front end support for imperfectly-nested loops
` [PATCH V2 3/5] OpenMP: C++ "
` [PATCH V2 4/5] OpenMP: New C/C++ testcases for imperfectly nested loops
` [PATCH V2 5/5] OpenMP: Fortran support for imperfectly-nested loops

[PATCH v1] RISC-V: Bugfix for allowing incorrect dyn for static rounding
 2023-07-23 13:54 UTC 

[PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding
 2023-07-23 13:11 UTC  (5+ messages)
` [PATCH v4] "
` [PATCH v5] "

[r14-2655 Regression] FAIL: g++.dg/gomp/pr58567.C -std=c++98 (test for excess errors) on Linux/x86_64
 2023-07-23 10:52 UTC 

[PATCH] Fix 100864: `(a&!b) | b` is not opimized to `a | b` for comparisons
 2023-07-23  8:38 UTC  (2+ messages)

[PATCH 1/2] Fix PR 110066: crash with -pg -static on riscv
 2023-07-23  6:46 UTC  (4+ messages)
` [PATCH 2/2] AARCH64: Turn off unwind tables for crtbeginT.o

[PATCH V2] VECT: Support floating-point in-order reduction for length loop control
 2023-07-23  4:32 UTC  (5+ messages)
  `  "

[PATCH V5] VECT: Support floating-point in-order reduction for length loop control
 2023-07-23  4:23 UTC 

[PATCH v2] RISC-V: optim const DF +0.0 store to mem [PR/110748]
 2023-07-22 21:48 UTC  (4+ messages)
    ` [Committed] "

[PATCH] Fix alpha building
 2023-07-22 20:53 UTC 

[x86 PATCH] Don't use insvti_{high,low}part with -O0 (for compile-time)
 2023-07-22 17:20 UTC  (2+ messages)

[x86 PATCH] Use QImode for offsets in zero_extract/sign_extract in i386.md
 2023-07-22 17:16 UTC  (2+ messages)

[r14-2639 Regression] FAIL: gcc.dg/vect/bb-slp-pr95839-v8.c scan-tree-dump slp2 "optimized: basic block" on Linux/x86_64
 2023-07-22 16:57 UTC  (6+ messages)
        ` [committed] testsuite: Limit bb-slp-pr95839-v8.c to 64-bit vector targets

[PATCH] Replace lra-spill.cc's return_regno_p with return_reg_p
 2023-07-22 16:44 UTC 

[PATCH 0/9] vect: Move costing next to the transform for vect load
 2023-07-22 15:58 UTC  (5+ messages)
` [PATCH 4/9] vect: Adjust vectorizable_load costing on VMAT_ELEMENTWISE and VMAT_STRIDED_SLP

[committed] Fix length computation bug in bfin port
 2023-07-22 15:53 UTC 

[PATCH v5 0/3] c++: Track lifetimes in constant evaluation [PR70331, ...]
 2023-07-22 15:15 UTC  (4+ messages)
` [PATCH v5 1/3] c++: Improve location information in constant evaluation
` [PATCH v5 2/3] c++: Prevent dangling pointers from becoming nullptr in constexpr [PR110619]
` [PATCH v5 3/3] c++: Track lifetimes in constant evaluation [PR70331,PR96630,PR98675]

[RFC] analyzer: Add optional trim of the analyzer diagnostics going too deep [PR110543]
 2023-07-22 14:47 UTC  (4+ messages)
` [WIP RFC] "

[PATCH 1/2] c++, libstdc++: implement __is_arithmetic built-in trait
 2023-07-22 13:50 UTC  (13+ messages)
` [PATCH v2 1/3] c++, libstdc++: Implement "
  ` [PATCH v2 2/3] libstdc++: Optimize is_arithmetic performance by __is_arithmetic built-in
  ` [PATCH v2 3/3] libstdc++: Optimize is_fundamental "
  ` [PATCH v3 1/3] c++, libstdc++: Implement __is_arithmetic built-in trait

[PATCH] LoongArch: Allow using --with-arch=native if host CPU is LoongArch
 2023-07-22  9:11 UTC  (2+ messages)

[PATCH] match.pd: Implement missed optimization (x << c) >> c -> -(x & 1) [PR101955]
 2023-07-22  6:09 UTC  (3+ messages)

[PATCH] RISC-V: optim const DF +0.0 store to mem [PR/110748]
 2023-07-22  6:03 UTC  (8+ messages)

[PATCH v4 0/3] c++: Track lifetimes in constant evaluation [PR70331, ...]
 2023-07-22  5:28 UTC  (12+ messages)
` [PATCH v4 1/3] c++: Track lifetimes in constant evaluation [PR70331,PR96630,PR98675]
` [PATCH v4 2/3] c++: Improve constexpr error for dangling local variables [PR110619]
` [PATCH v4 3/3] c++: Improve location information in constant evaluation

[PATCH] testsuite/110763: Ensure zero return from test
 2023-07-22  5:05 UTC  (2+ messages)

[PATCH] c++: fix ICE with constexpr ARRAY_REF [PR110382]
 2023-07-22  4:28 UTC  (2+ messages)

[RFC, WIP] introduce attribute exalias
 2023-07-22  3:12 UTC  (10+ messages)
` [PATCH] "
  ` [PATCH v3] Introduce attribute reverse_alias
          ` [PATCH v4] Introduce attribute sym

[PATCH] Use __builtin_trap() for abort() if inhibit_libc
 2023-07-22  2:29 UTC  (2+ messages)

[pushed][LRA]: Fix sparc bootstrap after recent patch for fp elimination for avr LRA port
 2023-07-22  0:34 UTC 

[PATCH 0/2 ver 2] rs6000, fix vec_replace_unaligned built-in arguments
 2023-07-21 23:38 UTC  (3+ messages)
` [PATCH 1/2 ver 2] rs6000, add argument to function find_instance
` [PATCH 2/2 ver 5] rs6000, fix vec_replace_unaligned built-in arguments

[WIP RFC] Add support for keyword-based attributes
 2023-07-21 23:25 UTC  (5+ messages)

[PATCH 0/2] rs6000, fix vec_replace_unaligned built-in arguments
 2023-07-21 23:23 UTC  (7+ messages)
` [PATCH 1/2] rs6000, add argument to function find_instance
` [PATCH 2/2 ver 4] rs6000, fix vec_replace_unaligned built-in arguments

[PATCH v3 0/4] diagnostics: libcpp: Overhaul locations for _Pragma tokens
 2023-07-21 23:08 UTC  (5+ messages)
` [PATCH v3 1/4] diagnostics: libcpp: Add LC_GEN linemaps to support in-memory buffers
` [PATCH v3 2/4] diagnostics: Handle generated data locations in edit_context
` [PATCH v3 3/4] diagnostics: libcpp: Assign real locations to the tokens inside _Pragma strings
` [PATCH v3 4/4] diagnostics: Support generated data locations in SARIF output

[PATCH] testsuite: Adjust g++.dg/gomp/pr58567.C to new compiler message
 2023-07-21 21:29 UTC 

[PATCH] libstdc++ Add cstdarg to freestanding
 2023-07-21 21:22 UTC 

[PATCH V3] RISC-V: Add TARGET_MIN_VLEN > 4096 check
 2023-07-21 21:20 UTC  (4+ messages)

[C PATCH]: Add Walloc-type to warn about insufficient size in allocations
 2023-07-21 20:55 UTC  (2+ messages)

[PATCH 2/1] c++: passing partially inst ttp as ttp [PR110566]
 2023-07-21 20:32 UTC  (2+ messages)

[PATCH] analyzer: Add support of placement new and improved operator new [PR105948]
 2023-07-21 20:10 UTC  (2+ messages)

[pushed][LRA]: Check and update frame to stack pointer elimination after stack slot allocation
 2023-07-21 20:02 UTC  (3+ messages)

[committed] Require target lra in gcc.c-torture/compile/asmgoto-6.c
 2023-07-21 19:53 UTC 

[PATCH] bpf: pseudo-c assembly dialect support
 2023-07-21 19:06 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] gcc-13/changes.html: Add and fix URL to -fstrict-flex-array option
 2023-07-21 19:02 UTC 

[PATCH] bpf: fixed template for neg (added second operand)
 2023-07-21 18:40 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [COMMITTED] "

[PATCH v4] bpf: fixed template for neg (added second operand)
 2023-07-21 18:21 UTC  (2+ messages)

[PATCH] match.pd, v2: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]
 2023-07-21 18:18 UTC 

[COMMITTED] MAINTAINERS: Add myself to write after approval
 2023-07-21 18:11 UTC 

[PATCH] c++: fix ICE with is_really_empty_class [PR110106]
 2023-07-21 17:44 UTC  (8+ messages)

[PATCH] Reduce floating-point difficulties in timevar.cc
 2023-07-21 17:41 UTC  (11+ messages)

Fix optimize_mask_stores profile update
 2023-07-21 17:34 UTC  (3+ messages)

[PATCH]AArch64 fix regexp for live_1.c sve test
 2023-07-21 17:19 UTC  (5+ messages)

Fix gcc.dg/tree-ssa/copy-headers-9.c and gcc.dg/tree-ssa/dce-1.c failures
 2023-07-21 15:37 UTC 

Implement flat loop profile detection
 2023-07-21 15:37 UTC 

[pushed] Darwin: Handle linker '-demangle' option
 2023-07-21 14:50 UTC 

Fix sreal::to_int and implement sreal::to_nearest_int
 2023-07-21 14:45 UTC 

[PATCH] mklog: Add --append option to auto add generate ChangeLog to patch file
 2023-07-21 14:43 UTC  (8+ messages)

loop-ch improvements, part 5
 2023-07-21 13:02 UTC  (3+ messages)

[PATCH] tree-optimization/41320 - remove bogus XFAILed testcase
 2023-07-21 11:57 UTC 

[PATCH] vect: Don't vectorize a single scalar iteration loop [PR110740]
 2023-07-21 11:49 UTC  (2+ messages)

finite_loop_p tweak
 2023-07-21 11:48 UTC  (2+ messages)

[PATCH v2] mklog: handle Signed-Off-By, minor cleanup
 2023-07-21 11:08 UTC 

[PATCH V4] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 11:06 UTC 

[PATCH V3] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 10:57 UTC 

[PATCH] ira: update allocated_hardreg_p[] in improve_allocation() [PR110254]
 2023-07-21 10:13 UTC 

[PATCH] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 10:08 UTC  (4+ messages)
    `  "

[committed] RISC-V: Fix redundant variable declaration
 2023-07-21  9:57 UTC 

[PATCH] cleanup: make all cond_len_* and mask_len_* consistent on the order of mask and len
 2023-07-21  8:38 UTC  (3+ messages)

[PATCH] cleanup: Change condition order
 2023-07-21  8:38 UTC  (3+ messages)

[PATCH] cleanup: Change LEN_MASK into MASK_LEN
 2023-07-21  8:36 UTC  (3+ messages)

Improve loop dumping
 2023-07-21  8:35 UTC  (2+ messages)

[PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable
 2023-07-21  8:31 UTC  (2+ messages)

[PATCH] Fix a typo
 2023-07-21  7:46 UTC 

[PATCH] MATCH: Add Max<Max<a,b>,a> -> Max<a,b> simplifcation
 2023-07-21  6:30 UTC  (2+ messages)

[PATCH] tree-optimization/110742 - fix latent issue with permuting existing vectors
 2023-07-21  6:12 UTC  (4+ messages)

[PATCH] libfortran: Fix build for targets that don't have 10byte or 16 byte floating point
 2023-07-21  5:29 UTC 

[PATCH] sccvn: Correct the index of bias for IFN_LEN_STORE [PR110744]
 2023-07-21  5:23 UTC  (3+ messages)

[PATCH] testsuite: Add a test case for PR110729
 2023-07-21  5:22 UTC  (3+ messages)

[PATCH] RISCV: Add -m(no)-omit-leaf-frame-pointer support
 2023-07-21  4:11 UTC  (4+ messages)
` [PATCH v3] "

[PATCHv2, rs6000] Generate mfvsrwz for all subtargets and remove redundant zero extend [PR106769]
 2023-07-21  1:32 UTC 

[PATCH-1, combine] Don't widen shift mode when target has rotate/mask instruction on original mode [PR93738]
 2023-07-21  1:06 UTC  (4+ messages)

[pushed] analyzer: avoid usage of TYPE_PRECISION on vector types [PR110455]
 2023-07-21  0:32 UTC 

[pushed] analyzer/text-art: fix clang warnings [PR110433,PR110612]
 2023-07-21  0:32 UTC 

[pushed] analyzer: fix ICE on certain pointer subtractions [PR110387]
 2023-07-21  0:31 UTC 

[PATCH] Optimize vlddqu to vmovdqu for TARGET_AVX
 2023-07-20 23:50 UTC  (3+ messages)

[PATCH v3] Implement new RTL optimizations pass: fold-mem-offsets
 2023-07-20 21:59 UTC  (9+ messages)

[PATCH] tree-optimization/110742 - fix latent issue with permuting existing vectors
 2023-07-20 21:31 UTC 

libgo patch committet: Don't collect package CGOLDFLAGS
 2023-07-20 19:29 UTC 

[committed] i386: Double-word sign-extension missed-optimization [PR110717]
 2023-07-20 18:57 UTC 

[pushed][LRA]: Exclude reloading of frame pointer in subreg for some cases
 2023-07-20 18:49 UTC 

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).