public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH V2 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA
 2024-04-25 20:56 UTC  (6+ messages)
` [PATCH 1/4] df: Add -ftrack-subreg-liveness option
` [PATCH 2/4] df: Add DF_LIVE_SUBREG problem
` [PATCH 3/4] ira: Apply DF_LIVE_SUBREG data
` [PATCH 4/4] lra: "

[PATCH] Fix overwriting files with fs::copy_file on windows
 2024-04-25 20:16 UTC  (2+ messages)

[PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t
 2024-04-25 20:14 UTC  (10+ messages)
` [PATCH 4/4] libbacktrace: get debug information for loaded dlls
      ` [PATCH 5/4] libbacktrace: improve getting "

[PATCH] c++/modules: Fix instantiation of imported temploid friends [PR114275]
 2024-04-25 19:52 UTC  (4+ messages)
` [PATCH v2 1/2] c++: Standardise errors for module_may_redeclare

[PATCH] c++: fix source printing for "required from here" message
 2024-04-25 18:48 UTC  (4+ messages)

[PATCH] bpf: set PREFERRED_DEBUGGING_TYPE to BTF_DEBUG
 2024-04-25 18:45 UTC  (2+ messages)

[PATCH] c++: Retry the aliasing of base/complete cdtor optimization at import_export_decl time [PR113208]
 2024-04-25 18:42 UTC  (13+ messages)
` [PATCH] c++, v2: "
        ` [PATCH] c++, v3: "
                ` [PATCH] c++, v4: "
                      ` [PATCH] c++, v5: "

[PATCH] c++: Fix constexpr evaluation of parameters passed by invisible reference [PR111284]
 2024-04-25 18:38 UTC  (5+ messages)
    ` [PATCH] c++, v2: "

[PATCH] amdgcn: Add gfx90c target
 2024-04-25 18:37 UTC 

[PATCH] libgcc: Don't use weakrefs for glibc 2.34
 2024-04-25 18:33 UTC  (2+ messages)

[committed] openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tree-nested decl copy [PR114825]
 2024-04-25 18:16 UTC 

[gcc-13 PATCH 0/2] Replace libstdc++_libbacktrace.a with libstdc++exp.a
 2024-04-25 17:58 UTC  (6+ messages)
` [gcc-13 PATCH 1/2] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
` [gcc-13 PATCH 2/2] libstdc++: Add libstdc++_libbacktrace.a to libstdc++exp
    ` [gcc-13 PATCH 2/2 v3] "

[PATCH] bpf: avoid issues with CO-RE and -gtoggle
 2024-04-25 17:46 UTC  (2+ messages)

[committed] libstdc++: Rename man pages to use '::' instead of '_'
 2024-04-25 17:44 UTC 

[committed] libstdc++: Fix typo in Doxygen comment
 2024-04-25 17:44 UTC 

[committed] libstdc++: Fix run_doxygen for Doxygen 1.10 man page format
 2024-04-25 17:44 UTC 

[committed] libstdc++: Update Doxygen config for new headers
 2024-04-25 17:44 UTC 

[committed] libstdc++: Add comment to #include in <variant>
 2024-04-25 17:43 UTC 

[SPARC] Fix PR target/114416
 2024-04-25 17:38 UTC  (2+ messages)

[COMMITTED BPF] bpf: default to using pseudo-C assembly syntax by default
 2024-04-25 15:35 UTC 

[patch] [gcn][nvptx] Add warning to mkoffload for 32bit host code
 2024-04-25 15:07 UTC  (2+ messages)

[PATCH][GCC] aarch64: Fix SCHEDULER_IDENT for Cortex-A510
 2024-04-25 14:59 UTC  (2+ messages)

[PATCH] arm: Zero/Sign extends for CMSE security
 2024-04-25 14:25 UTC  (4+ messages)

[PATCH v2 0/3] Allow flexible array members in unions and alone in structures [PR53548]
 2024-04-25 14:21 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] C and C++ FE changes
` [PATCH v2 3/3] Add testing cases for flexible array members in unions and alone in structures

[PATCH v1] RISC-V: Revert RVV wv instructions overlap and xfail tests
 2024-04-25 14:16 UTC  (8+ messages)
      `  "

[PATCH] tree-optimization/114792 - order loops to unloops in CH
 2024-04-25 13:19 UTC 

[wwwdocs] Porting-to-14: Mention new pragma GCC Target behavior
 2024-04-25 12:41 UTC  (2+ messages)

[PATCH] RISC-V: Add testcase for PR114749
 2024-04-25 12:04 UTC  (2+ messages)

[PATCH] libcpp: Adjust __STDC_VERSION__ for C23
 2024-04-25 11:46 UTC 

[PATCH v1] RISC-V: Add test cases for insn does not satisfy its constraints [PR114714]
 2024-04-25 10:30 UTC  (3+ messages)

[PATCH] tree-optimization/110490 - bitcount for narrow modes
 2024-04-25  7:26 UTC 

[PATCH v1] RISC-V: Add xfail test case for highpart register overlap of vwcvt
 2024-04-25  6:50 UTC  (4+ messages)

[PATCH v1] RISC-V: Add early clobber to the dest of vwsll
 2024-04-25  6:50 UTC  (4+ messages)

Industrial hose supply
 2024-04-25  5:12 UTC 

[PATCH v1] Revert "RISC-V: Support highpart register overlap for vwcvt"
 2024-04-25  1:25 UTC  (7+ messages)

[PATCH] wwwdocs: gcc-14/changes.html: Add Loongarch changes
 2024-04-25  1:19 UTC  (2+ messages)
` [pushed][PATCH] "

[PATCH v4 0/3] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
 2024-04-24 23:40 UTC  (5+ messages)
` [PATCH v4 1/3] [RFC] ifcvt: handle sequences that clobber flags in noce_convert_multiple_sets
` [PATCH v4 2/3] [RFC] ifcvt: Allow more operations in multiple set if conversion
` [PATCH v4 3/3] [RFC] ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_sets

State of risc-v port in the current merge, revert, rinse-repeat commotion
 2024-04-24 22:58 UTC  (3+ messages)

[PATCH] c++: print source code in print_instantiation_partial_context_line
 2024-04-24 19:28 UTC  (5+ messages)

[Patch, fortran] PR93678 - [11/12/13/14 Regression] ICE with TRANSFER and typebound procedures
 2024-04-24 19:26 UTC  (3+ messages)

[PATCH] Spelling fixes for translatable strings
 2024-04-24 14:25 UTC  (5+ messages)
  ` [committed] Further spelling fixes in "

[PATCH] c++/modules testsuite: avoid expensive ggc-min-expand=0
 2024-04-24 13:59 UTC  (4+ messages)

[PATCH] DOCUMENTATION_ROOT_URL vs. release branches [PR114738]
 2024-04-24 13:39 UTC  (6+ messages)
      ` [PATCH] v2: "

[PATCH][GCC 13] RISC-V: Fix recursive vsetvli checking [PR114172]
 2024-04-24 13:18 UTC  (3+ messages)

[PATCH v2] gcc-14: Mention that some warnings are now errors
 2024-04-24 12:28 UTC  (2+ messages)

[COMMITTED BPF] bpf: define BPF feature pre-processor macros
 2024-04-24 11:55 UTC 

adjust vectorization expectations for ppc costmodel 76b
 2024-04-24  8:24 UTC  (3+ messages)
` [PATCH] "

[PATCH] tree-optimization/114787 - more careful loop update with CFG cleanup
 2024-04-24  8:09 UTC 

[PATCH v1] RISC-V: Add xfail test case for highpart overlap of vext.vf
 2024-04-24  7:13 UTC  (3+ messages)

[PATCH] i386: Fix behavior for both using AVX10.1-256 in options and function attribute
 2024-04-24  7:07 UTC  (2+ messages)

[Patch, fortran] PR89462 - [11/12/13/14 Regression] gfortran loops in code generation
 2024-04-24  6:10 UTC  (3+ messages)

[PATCH] tree-optimization/114832 - wrong dominator info with vect peeling
 2024-04-24  4:43 UTC 

enable sqrt insns for cdce3.c
 2024-04-24  2:15 UTC  (8+ messages)
` [PATCH v2] [testsuite] require sqrt_insn effective target where needed

[PATCH] Value range: Add range op for __builtin_isfinite
 2024-04-24  1:55 UTC  (3+ messages)

[RFC][PATCH v1 0/4] Allow flexible array members in unions and alone in structures [PR53548]
 2024-04-23 19:58 UTC  (12+ messages)
` [RFC][PATCH v1 1/4] Documentation change
` [RFC][PATCH v1 2/4] C and C++ FE changes to support flexible array members in unions and alone in structures
` [RFC][PATCH v1 3/4] Add testing cases for "

[PATCH v9 0/5] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2024-04-23 19:56 UTC  (5+ messages)
` [PATCH v9 1/5] Provide counted_by attribute to flexible array member field (PR108896)

[PATCH v2] gcc-14: Add Ada changes
 2024-04-23 19:20 UTC  (2+ messages)

[PATCH] i386: Avoid =&r,r,r andn double-word alternative for ia32 [PR114810]
 2024-04-23 17:38 UTC  (2+ messages)

[PATCH] c++/modules: deduced return type merging [PR114795]
 2024-04-23 17:29 UTC  (3+ messages)

Your order SYXBO646033426 gcc-patches
 2024-04-23 17:16 UTC 

[PATCH] libbacktrace: Avoid GNU ld --compress-debug-sections=zlib-gabi
 2024-04-23 17:04 UTC  (4+ messages)

[PATCH v1] RISC-V: Adjust overlap attr after revert d3544cea63d and e65aaf8efe1
 2024-04-23 17:00 UTC  (9+ messages)
  `  "

[committed] testsuite: Adjust testsuite expectations for diagnostic spelling fixes
 2024-04-23 15:41 UTC 

[PATCH] c++: Fix ICE with xobj parms and maybe incomplete decl-specifiers
 2024-04-23 14:39 UTC  (3+ messages)

Fix documentation of -ftree-loop-distibutive-patterns
 2024-04-23 13:38 UTC 

[PATCH v2] ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_sets
 2024-04-23 11:04 UTC  (3+ messages)

[PATCH v3 0/4] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
 2024-04-23 11:00 UTC  (7+ messages)
` [PATCH v3 1/4] ifcvt: handle sequences that clobber flags in noce_convert_multiple_sets
` [PATCH v3 2/4] ifcvt: Allow more operations in multiple set if conversion

[PATCH] MATCH: Maybe expand (T)(A + C1) * C2 and (T)(A + C1) * C2 + C3 [PR109393]
 2024-04-23 10:33 UTC 

xfail fetestexcept test - ppc always uses fcmpu
 2024-04-23  8:57 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] build: Check for cargo when building rust language
 2024-04-23  8:52 UTC  (5+ messages)

[Committed] s390x: Fix vec_xl/vec_xst type aliasing [PR114676]
 2024-04-23  8:18 UTC 

[PATCH] tree-optimization/114799 - SLP and patterns
 2024-04-23  8:18 UTC 

[PATCH] ppc: testsuite: vec-mul requires vsx runtime
 2024-04-23  6:51 UTC  (3+ messages)

disable ldist for test, to restore vectorizing-candidate loop
 2024-04-23  6:39 UTC  (3+ messages)
` [PATCH] "

[PATCH] Request check for hw support in ppc run tests with -maltivec/-mvsx
 2024-04-23  6:39 UTC  (2+ messages)

[PATCH] [testsuite] [ppc64] expect error on vxworks too
 2024-04-23  6:38 UTC  (2+ messages)

[PATCH] RISC-V: Add -X to link spec
 2024-04-23  4:27 UTC 

[PATCH v4 1/2] LoongArch: Define ISA versions
 2024-04-23  3:31 UTC  (5+ messages)
` [PATCH v4 2/2] LoongArch: Define builtin macros for ISA evolutions
  ` [pushed][PATCH "
` Re:[pushed] [PATCH v4 1/2] LoongArch: Define ISA versions

[PATCH] c++: Check if allocation functions are xobj members [PR114078]
 2024-04-23  3:15 UTC  (3+ messages)

[PATCH] c++: Copy over DECL_DISREGARD_INLINE_LIMITS flag to inheriting ctors [PR114784]
 2024-04-23  3:04 UTC  (2+ messages)

[PATCH] c++: constexpr union member access folding [PR114709]
 2024-04-23  2:58 UTC  (2+ messages)

[PATCH] libstdc++: Implement ranges::concat_view from P2542R7
 2024-04-22 21:42 UTC 

[pushed] c++/modules: make bits_in/out move-constructible
 2024-04-22 21:29 UTC  (3+ messages)

[PATCH] RISC-V: Revert this weekend's changes
 2024-04-22 20:59 UTC 

[RFC] decay vect tests from run to link for pr95401
 2024-04-22 19:10 UTC  (4+ messages)
  ` [PATCH] "

[PATCH] s390: testsuite: Fix forwprop-4{0,1}.c
 2024-04-22 19:06 UTC  (3+ messages)

[PATCH] Add rvalue::get_name method (and its C equivalent)
 2024-04-22 17:56 UTC  (7+ messages)

page: 

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