public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v3 00/11] : More warnings as errors by default
 2023-11-22 23:28 UTC  (7+ messages)
` [PATCH v3 01/11] aarch64: Avoid -Wincompatible-pointer-types warning in Linux unwinder
` [PATCH v3 02/11] aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c
` [PATCH v3 03/11] gm2: Add missing declaration of m2pim_M2RTS_Terminate to test

[pushed] wwwdocs: releasing: No longer refer to buildstat.html
 2023-11-22 23:25 UTC 

[pushed] wwwdocs: branching: No longer refer to buildstat.html
 2023-11-22 23:23 UTC 

[PATCH 1/1] email: fix bug and patch email addresses
 2023-11-22 23:15 UTC  (3+ messages)
` [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address

RISC-V: Support XTheadVector extensions
 2023-11-22 22:48 UTC  (7+ messages)
    `  "

[PATCH v2] ifcvt: Remove obsolete code for subreg handling in noce_convert_multiple_sets
 2023-11-22 22:48 UTC  (3+ messages)

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-11-22 22:44 UTC  (15+ messages)
` [PATCH v3 "
                ` [PATCH v5 1/1] "

[PATCH 1/2] testsuite/unroll-8: Avoid triggering undefined behavior
 2023-11-22 22:38 UTC  (4+ messages)
` [PATCH 2/2] testsuite/unroll-8: Disable vectorization for varibale-factor targets

[PATCH 0/5] Add support for operand-specific alignment requirements
 2023-11-22 22:32 UTC  (3+ messages)
  `  "

[RFA] New pass for sign/zero extension elimination
 2023-11-22 22:23 UTC  (5+ messages)

[PATCH] c++: Implement P2582R1, CTAD from inherited constructors
 2023-11-22 22:07 UTC 

[PATCH] c++: Implement C++26 P2741R3 - user-generated static_assert messages [PR110348]
 2023-11-22 21:53 UTC  (11+ messages)
` [PATCH] c++, v2: "
    ` [PATCH] c++, v3: "
              ` [PATCH] c++, v4: "

[PATCH 1/2] c-family: -Waddress-of-packed-member and casts
 2023-11-22 21:12 UTC  (2+ messages)
` [PATCH 2/2] c-family: rename warn_for_address_or_pointer_of_packed_member

[committed] d: Merge upstream dmd ff57fec515, druntime ff57fec515, phobos 17bafda79
 2023-11-22 21:11 UTC  (5+ messages)

[PATCH, testsuite, fortran] fix invalid testcases (missing MOLD argument to NULL)
 2023-11-22 21:02 UTC 

[PATCH] Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609]
 2023-11-22 20:40 UTC  (15+ messages)
  ` [PATCH, v2] "
        ` [PATCH, v3] "
              ` [PATCH, v4] "

[committed] hppa: Define MAX_FIXED_MODE_SIZE
 2023-11-22 20:26 UTC 

[committed] hppa: Fix integer REG+D address reloads
 2023-11-22 20:20 UTC 

[RFC, WIP] introduce attribute exalias
 2023-11-22 19:16 UTC  (12+ messages)
` [PATCH] "
  ` [PATCH v3] Introduce attribute reverse_alias
          ` [PATCH v4] Introduce attribute sym
                  ` [PATCH v5] Introduce attribute sym_alias (was: Last call for bikeshedding on attribute sym/exalias/reverse_alias)
                    ` [PATCH v5] Introduce attribute sym_alias

[PATCH] tree: Fix up try_catch_may_fallthru [PR112619]
 2023-11-22 18:40 UTC  (5+ messages)

[PATCH v1] EXPMED: Allow vector mode for DSE extract_low_bits [PR111720]
 2023-11-22 18:39 UTC  (9+ messages)
` [PATCH v4] DSE: Allow vector type for get_stored_val when read < store

[PATCH] Clean up
 2023-11-22 18:33 UTC  (4+ messages)
` [PATCH] Clean up by_pieces_ninsns

[PATCH] testsuite: analyzer: expect alignment warning with -fshort-enums
 2023-11-22 18:26 UTC  (6+ messages)
` [PATCH #2/4] c++: mark short-enums as packed

[PATCH] c++: alias template of non-template class [PR112633]
 2023-11-22 18:13 UTC  (2+ messages)

Propagate value ranges of return values
 2023-11-22 17:16 UTC  (11+ messages)
      ` Fix 'gcc.dg/tree-ssa/return-value-range-1.c' for 'char' defaulting to 'unsigned' (was: Propagate value ranges of return values)
      ` Adjust 'libgomp.c/declare-variant-{3,4}-[...]' for inter-procedural value range propagation "

[PATCH v2 0/6] libgomp: OpenMP pinned memory omp_alloc
 2023-11-22 17:07 UTC  (5+ messages)
` [PATCH v2 1/6] libgomp: basic pinned memory on Linux
` [PATCH v2 5/6] libgomp, nvptx: Cuda pinned memory

[PATCH 0/3] OpenMP: Improve data abstractions for context selectors
 2023-11-22 16:22 UTC  (4+ messages)
` [PATCH 3/3] OpenMP: Use enumerators for names of trait-sets and traits
` [PATCH V2 "

[PATCH] AArch64/testsuite: Use non-capturing parentheses with ccmp_1.c
 2023-11-22 16:18 UTC  (2+ messages)

[PATCH] Fix PR ada/111909 On Darwin, determine filesystem case sensitivity at runtime
 2023-11-22 15:13 UTC  (21+ messages)

[PATCH 0/1] Avoid exponential behavior in scheduler and better logging
 2023-11-22 15:04 UTC  (11+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 1/8] sched-deps.cc (find_modifiable_mems): Avoid exponential behavior
` [PATCH v3 2/8] Unify implementations of print_hard_reg_set()
` [PATCH v3 3/8] Simplify handling of INSN_ and EXPR_LISTs in sched-rgn.cc
` [PATCH v3 4/8] Improve and fix sched-deps.cc: dump_dep() and dump_lists()
` [PATCH v3 5/8] Add a bit more logging scheduler's dependency analysis
` [PATCH v3 6/8] sched_deps.cc: Simplify initialization of dependency contexts
` [PATCH v3 7/8] Improve logging of register data in scheduler dependency analysis
` [PATCH v3 8/8] Improve logging of scheduler dependency analysis context

[PATCH RFC] c++: mangle function template constraints
 2023-11-22 14:54 UTC  (3+ messages)

[pushed] testsuite: Update path to intl include
 2023-11-22 14:54 UTC 

[PATCH v3] aarch64: SVE/NEON Bridging intrinsics
 2023-11-22 14:52 UTC  (2+ messages)

[PATCH 01/11] rtl-ssa: Support for inserting new insns
 2023-11-22 14:44 UTC  (3+ messages)

[PATCH] tree-optimization/112344 - wrong final value replacement
 2023-11-22 14:40 UTC 

[PATCH] libgcc: mark __hardcfr_check_fail as always_inline
 2023-11-22 14:39 UTC 

[committed] amdgcn: Fix vector TImode reload loop
 2023-11-22 14:27 UTC 

[PATCH v2] gcov: Fix integer types in gen_counter_update()
 2023-11-22 14:24 UTC  (7+ messages)

[PATCH v2] A new copy propagation and PHI elimination pass
 2023-11-22 14:20 UTC  (3+ messages)

[PATCH] strub: machine-independent stack scrubbing
 2023-11-22 14:14 UTC  (7+ messages)
  ` [PATCH v2 00/10] Introduce "
    ` [PATCH v3] "
      ` [PATCH v4] "

[pushed] [PR112610] [IRA]: Fix using undefined dump file in IRA code during insn scheduling
 2023-11-22 14:06 UTC 

[PATCH] mingw: Exclude utf8 manifest [PR111170, PR108865]
 2023-11-22 12:34 UTC  (3+ messages)

[PATCH] RISC-V: Fix incorrect use of vcompress in permutation auto-vectorization
 2023-11-22 12:33 UTC  (2+ messages)

Gcc
 2023-11-22 12:10 UTC 

[PATCH] c++/modules: Prevent overwriting arguments for duplicates [PR112588]
 2023-11-22 11:33 UTC 

[PATCH 11/11] aarch64: Use individual loads/stores for mem{cpy,set} expansion
 2023-11-22 11:26 UTC  (2+ messages)

[PATCH 10/11] aarch64: Add new load/store pair fusion pass
 2023-11-22 11:14 UTC  (2+ messages)

Darwin: Replace environment runpath with embedded [PR88590]
 2023-11-22 10:55 UTC  (10+ messages)

[committed] testsuite: Add testcase for already fixed PR112518
 2023-11-22 10:34 UTC 

[PATCH]AArch64: fix aarch64_usubw pattern
 2023-11-22 10:26 UTC  (2+ messages)

[PATCH v3] sched: Change no_real_insns_p to no_real_nondebug_insns_p [PR108273]
 2023-11-22 10:25 UTC  (17+ messages)
` PING^1 "

[PATCH] arm: [MVE intrinsics] Fix typo
 2023-11-22  9:54 UTC 

[PATCH] ARM/testsuite: Use non-capturing parentheses with pr53447-5.c
 2023-11-22  9:41 UTC  (2+ messages)

[PATCH V2 1/3]rs6000: update num_insns_constant for 2 insns
 2023-11-22  9:18 UTC  (4+ messages)
` [PATCH V2 2/3] Using pli to split 34bits constant

[committed] sanitizer: Fix build on SPARC/Solaris with Solaris as [PR112562]
 2023-11-22  9:16 UTC  (2+ messages)

[PATCH] call maybe_return_this in build_clone
 2023-11-22  8:26 UTC  (3+ messages)

[PATCH] testsuite: Tweak xfail bogus g++.dg/warn/Wstringop-overflow-4.C:144, PR106120
 2023-11-22  7:59 UTC  (2+ messages)

[PATCH] analyzer: deal with -fshort-enums
 2023-11-22  7:58 UTC  (3+ messages)

[PATCH/RFC] libdiagnostics: a shared library for emitting diagnostics
 2023-11-22  7:36 UTC  (10+ messages)
` [PATCH 0/6] v2 of libdiagnostics
  ` [PATCH 1/5] libdiagnostics v2: header and examples
  ` [PATCH 2/5] libdiagnostics v2: work-in-progress implementation
  ` [PATCH 3/5] libdiagnostics v2: add C++ wrapper API
  ` [PATCH 4/5] diagnostics: add diagnostic_context::get_location_text
  ` [PATCH 5/5] diagnostics: don't print annotation lines when there's no column info
  ` [PATCH] binutils: v2: experimental use of libdiagnostics in gas

[PATCH] [APX PUSH2POP2] Adjust operand order for PUSH2POP2
 2023-11-22  7:02 UTC  (2+ messages)

[PATCH] LoongArch: Optimize LSX vector shuffle on floating-point vector
 2023-11-22  6:41 UTC  (2+ messages)

[PATCH] RISC-V: Fix permutation indice mode bug
 2023-11-22  6:19 UTC  (2+ messages)

[PATCH] RISC-V: testsuite: Remove redundant vector_hw and zvfh_hw
 2023-11-22  6:09 UTC  (4+ messages)
    `  "

[PING][PATCH] c++: Introduce the extended attribute for asm declarations
 2023-11-22  5:29 UTC  (3+ messages)

[PATCH] Set AVOID_256FMA_CHAINS TO m_GENERIC as it's generally good to new platforms
 2023-11-22  4:15 UTC 

[pushed] c++: start_preparsed_function tweak
 2023-11-22  3:37 UTC 

[PATCH] Fix gcc.target/aarch64/movk.c testcase after IPA-VRP improvement for return values
 2023-11-22  3:17 UTC 

[PATCH] Fix gcc.target/aarch64/movk.c testcase after IPA-VRP improvement for return values
 2023-11-22  3:16 UTC 

[PATCH RFA] PR target/111815: VAX: Only accept the index scaler as the RHS operand to ASHIFT
 2023-11-22  2:29 UTC  (4+ messages)
` [PING^2][PATCH "

[PATCH] testsuite: Fix subexpressions with `scan-assembler-times'
 2023-11-22  2:13 UTC  (3+ messages)

[PATCH 00/44] RISC-V: Various if-conversion fixes and improvements
 2023-11-22  1:37 UTC  (9+ messages)
` [PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations
` [PATCH 40/44] RISC-V: Handle FP NE operator via inversion in cond-operation expansion

[PATCH] RISC-V: Remove duplicate `order_operator' predicate
 2023-11-22  1:31 UTC  (3+ messages)

[PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t
 2023-11-22  1:13 UTC  (13+ messages)
` [PATCH 3/4] libbacktrace: work with aslr on windows

[PATCH] gcc.misc-tests/linkage-y.c: Compatibility with C99+ system compilers
 2023-11-21 23:45 UTC  (2+ messages)

[PATCH 0/3] Option handling: add documentation URLs
 2023-11-21 23:43 UTC  (6+ messages)
` [PATCH 0/4] v2 of "

[PATCH] c: Add __builtin_stdc_bit_{width,floor,ceil} builtins
 2023-11-21 23:35 UTC  (4+ messages)

[PATCH]AArch64 Add pattern for unsigned widenings (uxtl) to zip{1,2}
 2023-11-21 23:05 UTC  (3+ messages)

[RFC PATCH] Detecting lifetime-dse issues via Valgrind
 2023-11-21 21:42 UTC  (2+ messages)

[PATCH v2 0/8] Turn some C warnings into errors by default
 2023-11-21 21:18 UTC  (6+ messages)
` [PATCH v2 5/8] c: Do not ignore some forms of -Wimplicit-int in system headers

[PATCH v3 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-11-21 20:58 UTC  (8+ messages)

[PATCH] vect: Allow reduc_index != 1 for COND_OPs
 2023-11-21 19:47 UTC  (3+ messages)

[PATCH v2] ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_sets
 2023-11-21 18:11 UTC  (2+ messages)

libstdc++: Turn memmove to memcpy in vector reallocations
 2023-11-21 18:11 UTC  (3+ messages)

[PATCH v3 0/4] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
 2023-11-21 18:10 UTC  (9+ messages)
` [PATCH v3 3/4] ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_sets
` [PATCH v3 4/4] ifcvt: Remove obsolete code for subreg handling in noce_convert_multiple_sets

[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-21 18:03 UTC  (4+ messages)
` [PING] "
    ` [Committed] "

[PATCH 02/11] rtl-ssa: Add some helpers for removing accesses
 2023-11-21 16:49 UTC  (3+ messages)

[committed] libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)
 2023-11-21 16:11 UTC 

[committed] libstdc++: Add freestanding feature test macros (P2407R5)
 2023-11-21 16:10 UTC 

[committed] libstdc++: Add std::span::at for C++26 (P2821R5)
 2023-11-21 16:10 UTC 

[committed] libstdc++: Fix std::tr2::dynamic_bitset support for alternate characters
 2023-11-21 16:08 UTC 

[PATCH] arm: libgcc: provide implementations of __sync_synchronize
 2023-11-21 16:06 UTC 

[PATCH 09/11] aarch64: Rewrite non-writeback ldp/stp patterns
 2023-11-21 16:04 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).