public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[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] Fix PR ada/111909 On Darwin, determine filesystem case sensitivity at runtime
 2023-11-22 13:55 UTC  (17+ messages)

RISC-V: Support XTheadVector extensions
 2023-11-22 13:52 UTC  (3+ messages)
    `  "

[RFC, WIP] introduce attribute exalias
 2023-11-22 13:13 UTC  (11+ 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] 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)

[PATCH] tree: Fix up try_catch_may_fallthru [PR112619]
 2023-11-22 12:21 UTC  (4+ messages)

Gcc
 2023-11-22 12:10 UTC 

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

[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 0/1] Avoid exponential behavior in scheduler and better logging
 2023-11-22 11:14 UTC  (16+ messages)
` [PATCH 1/1] sched-deps.cc (find_modifiable_mems): Avoid exponential behavior
` [PATCH v3 0/8] Avoid exponential behavior in scheduler and better logging
` [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 10/11] aarch64: Add new load/store pair fusion pass
 2023-11-22 11:14 UTC  (2+ messages)

Propagate value ranges of return values
 2023-11-22 11:05 UTC  (12+ messages)
      ` Fix 'gcc.dg/tree-ssa/return-value-range-1.c' (was: Propagate value ranges of return values)
      ` Fix 'gcc.dg/tree-ssa/return-value-range-1.c' for 'char' defaulting to 'unsigned' "

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 0/5] Add support for operand-specific alignment requirements
 2023-11-22 10:08 UTC  (2+ messages)

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

[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] Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609]
 2023-11-22  9:36 UTC  (10+ messages)
  ` [PATCH, v2] "
        ` [PATCH, v3] "

[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: analyzer: expect alignment warning with -fshort-enums
 2023-11-22  8:17 UTC  (4+ messages)
` [PATCH #2/4] c++: mark short-enums as packed

[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 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-11-22  3:22 UTC  (12+ messages)
` [PATCH v3 "
                  ` [PATCH v5 1/1] "

[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  (7+ 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 1/2] testsuite/unroll-8: Avoid triggering undefined behavior
 2023-11-21 23:27 UTC  (2+ messages)
` [PATCH 2/2] testsuite/unroll-8: Disable vectorization for varibale-factor targets

[PATCH]AArch64 Add pattern for unsigned widenings (uxtl) to zip{1,2}
 2023-11-21 23:05 UTC  (4+ 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 0/3] OpenMP: Improve data abstractions for context selectors
 2023-11-21 20:48 UTC  (3+ messages)
` [PATCH 3/3] OpenMP: Use enumerators for names of trait-sets and traits

[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 v2] ifcvt: Remove obsolete code for subreg handling in noce_convert_multiple_sets
 2023-11-21 18:07 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-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)

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

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

[PATCH 1/3] librust: Add libproc_macro and build system
 2023-11-21 15:20 UTC  (6+ messages)
` [PATCH 2/3] build: Add libgrust as compilation modules
      ` GCC/Rust libgrust-v2/to-submit branch (was: [PATCH 2/3] build: Add libgrust as compilation modules)
        ` GCC/Rust libgrust-v2/to-submit branch

[PATCH v3] aarch64: SVE/NEON Bridging intrinsics
 2023-11-21 15:17 UTC  (2+ messages)
` [Ping][PATCH "

[PATCH 08/11] aarch64: Generalize writeback ldp/stp patterns
 2023-11-21 15:03 UTC  (2+ messages)

[PATCH] tree-optimization/112623 - forwprop VEC_PACK_TRUNC generation
 2023-11-21 14:38 UTC 

[PATCH] tree-optimization/112623 - forwprop VEC_PACK_TRUNC generation
 2023-11-21 14:35 UTC 

[PATCH] Move VF based dependence check
 2023-11-21 14:34 UTC 

[PATCH v2 0/6] Add LoongArch v1.1 div32 and ld-seq-sa support
 2023-11-21 14:16 UTC  (6+ messages)
` [PATCH v2 2/6] LoongArch: genopts: Add infrastructure to generate code for new features in ISA evolution
      ` Pushed: LoongArch: Fix libgcc build failure when libc is not available (was Re: genopts: Add infrastructure to generate code for new features in ISA evolution)

[PATCH] testsuite: Fix up pr111309-2.c on arm [PR111309]
 2023-11-21 14:00 UTC  (2+ messages)

[PATCH] RISC-V: testsuite: Add rv64 requirement for bug-9 and bug-14
 2023-11-21 13:36 UTC  (3+ messages)

[PATCH] RISC-V: testsuite: Fix popcount test
 2023-11-21 13:35 UTC  (3+ messages)

[committed] d: Merge upstream dmd 65a3da148c, phobos fc06c514a
 2023-11-21 13:32 UTC 

[PATCH] aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPU
 2023-11-21 13:28 UTC  (2+ messages)

[BUG FIX] RISC-V: Disallow COSNT_VECTOR for DI on RV32
 2023-11-21 13:25 UTC  (2+ messages)

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

libstdc++: Speed up push_back
 2023-11-21 13:07 UTC  (4+ messages)

[PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width
 2023-11-21 13:01 UTC  (6+ messages)

[Committed] RISC-V: Add missing dump check of pr112438.c
 2023-11-21 12:56 UTC 

[PATCH 07/11] aarch64: Fix up printing of ldp/stp with -msve-vector-bits=128
 2023-11-21 12:26 UTC  (2+ messages)

[PATCH 06/11] aarch64: Fix up aarch64_print_operand xzr/wzr case
 2023-11-21 12:11 UTC  (2+ messages)

[PATCH 05/11] aarch64, testsuite: Fix up pr103147-10 tests
 2023-11-21 12:10 UTC  (2+ messages)

[PATCH 04/11] aarch64, testsuite: Allow ldp/stp on SVE regs with -msve-vector-bits=128
 2023-11-21 12:05 UTC  (2+ messages)

[PATCH 03/11] aarch64, testsuite: Fix up auto-init-padding tests
 2023-11-21 12:04 UTC  (2+ messages)

[PATCH 01/11] rtl-ssa: Support for inserting new insns
 2023-11-21 11:51 UTC  (2+ messages)

[PATCH v2] gcov: Fix integer types in gen_counter_update()
 2023-11-21 11:21 UTC  (5+ messages)

[PATCH 1/2] gcov: Use unshare_expr() in gen_counter_update()
 2023-11-21 10:15 UTC  (6+ messages)
` [PATCH 2/2] gcov: Fix integer types "

[COMMITTED] ada: Fix miscompilation of loop over boolean range
 2023-11-21 10:01 UTC 

[COMMITTED] ada: Fix issue with indefinite vector of overaligned unconstrained array
 2023-11-21 10:01 UTC 

[COMMITTED] ada: Compiler crash on container aggregate with loop_parameter_specifications
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Another couple of cleanups in the finalization machinery
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Deep delta aggregates in postconditions
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Small consistency fix for -gnatwv warning
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Compiler error reporting illegal prefix on legal loop iterator with "in"
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Fix internal error on 'Address of task component
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Avoid Style_Checks pragmas affecting other units
 2023-11-21 10:00 UTC 

[COMMITTED] ada: Fix type for SPARK expansion on deep delta aggregates
 2023-11-21 10:00 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).