public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH, OpenACC 2.7] readonly modifier support in front-ends
 2024-05-16 12:36 UTC  (6+ messages)
` [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

[PATCH v2 1/3] Vect: Support loop len in vectorizable early exit
 2024-05-16 12:27 UTC  (8+ 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] Optab: add isfinite_optab for __builtin_isfinite
 2024-05-16 12:16 UTC  (2+ messages)

[PATCH] Optab: add isnormal_optab for __builtin_isnormal
 2024-05-16 12:15 UTC  (2+ messages)

[PATCH] tree-optimization/13962 - handle ptr-ptr compares in ptrs_compare_unequal
 2024-05-16 12:03 UTC 

[PATCH v5 1/3] Internal-fn: Support new IFN SAT_ADD for unsigned scalar int
 2024-05-16 12:00 UTC  (7+ messages)

[PATCH] wrong code with points-to and volatile
 2024-05-16 11:36 UTC 

[PATCH] Add extra copy of the ifcombine pass after pre [PR102793]
 2024-05-16 11:03 UTC  (5+ messages)

[PATCH v3] driver: Output to a temp file; rename upon success [PR80182]
 2024-05-16 10:59 UTC  (3+ messages)

[wwwdocs] Document reimplementation of GNU threads library on Windows
 2024-05-16 10:39 UTC 

[COMMITTED] Use a boolean type when folding conditionals in simplify_using_ranges
 2024-05-16 10:28 UTC  (7+ messages)
` [COMMITTED] Cleanup prange sanity checks
` [COMMITTED] Revert "Revert: "Enable prange support.""

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

[COMMITTED 01/35] ada: Fix docs and comments about pragmas for Boolean-valued aspects
 2024-05-16  9:26 UTC  (35+ messages)
` [COMMITTED 02/35] ada: Fix casing in error messages
` [COMMITTED 03/35] ada: Fix ordering of code for pragma Preelaborable_Initialization
` [COMMITTED 04/35] ada: Fix alphabetic ordering of aspect identifiers
` [COMMITTED 05/35] ada: Cleanup reporting locations for Ada 2022 and GNAT extension aspects
` [COMMITTED 06/35] ada: Reuse existing expression when rewriting aspects to pragmas
` [COMMITTED 07/35] ada: Remove Aspect_Specifications field from N_Procedure_Specification
` [COMMITTED 08/35] ada: Fix bug in maintaining dimension info
` [COMMITTED 09/35] ada: Formal_Derived_Type'Size is not static
` [COMMITTED 10/35] ada: Implement per-finalization-collection spinlocks
` [COMMITTED 11/35] ada: Follow up fixes for Put_Image/streaming regressions
` [COMMITTED 12/35] ada: Fix crash with -gnatdJ and -gnatw_q
` [COMMITTED 13/35] ada: Fix casing of CUDA in error messages
` [COMMITTED 14/35] ada: Fix bogus error on function returning noncontrolling result in private part
` [COMMITTED 15/35] ada: Fix resolving tagged operations in array aggregates
` [COMMITTED 16/35] ada: Fix latent alignment issue for dynamically-allocated controlled objects
` [COMMITTED 17/35] ada: Fix typo in CUDA error message
` [COMMITTED 18/35] ada: Fixup one more pattern of broken scope information
` [COMMITTED 19/35] ada: Minor performance improvement for dynamically-allocated controlled objects
` [COMMITTED 20/35] ada: Fix comments about Get_Ranged_Checks
` [COMMITTED 21/35] ada: Fix detection of if_expressions that are known on entry
` [COMMITTED 22/35] ada: No need to follow New_Occurrence_Of with Set_Etype
` [COMMITTED 23/35] ada: Improve recovery from illegal occurrence of 'Old in if_expression
` [COMMITTED 24/35] ada: Propagate Program_Error from failed finalization of collection
` [COMMITTED 25/35] ada: Fix reason code for length check
` [COMMITTED 26/35] ada: Ignore ghost nodes in call graph information for dispatching calls
` [COMMITTED 27/35] ada: Avoid checking parameters of protected procedures
` [COMMITTED 28/35] ada: Fix standalone Windows builds of adaint.c
` [COMMITTED 29/35] ada: Fix missing length checks with case expressions
` [COMMITTED 30/35] ada: Fix reference to RM clause in comment
` [COMMITTED 31/35] ada: Implement new experimental attribute 'Super
` [COMMITTED 32/35] ada: Exception on Indefinite_Vector aggregate with loop_parameter_specification
` [COMMITTED 33/35] ada: Redundant validity checks
` [COMMITTED 34/35] ada: Reset scope of top level object declaration during unnesting
` [COMMITTED 35/35] ada: Remove obsolete reference in comment

[NOT CODE REVIEW] [PATCH v3 0/1] [RISC-V] Add support for _Bfloat16
 2024-05-16  9:25 UTC  (6+ messages)
` [NOT CODE REVIEW] [PATCH v3 1/1] "
        `  "

[PATCH] RISC-V: testsuite: Drop march-string in cmpmemsi/cpymemsi tests
 2024-05-16  9:10 UTC  (2+ messages)

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

[PATCH] MATCH: Maybe expand (T)(A + C1) * C2 and (T)(A + C1) * C2 + C3 [PR109393]
 2024-05-16  8:15 UTC  (3+ messages)

[PATCH] RISC-V: testsuite: Drop march-string in cpymemsi-1.c
 2024-05-16  8:07 UTC  (3+ messages)

[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] report message for operator %a on unaddressible exp
 2024-05-16  6:56 UTC  (8+ 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  (10+ 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] [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  (5+ messages)

[PATCH 0/2] Support APX zero-upper
 2024-05-15  6:27 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).