public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] c++: non-dependent .* folding [PR112427]
 2023-11-14 22:29 UTC  (7+ messages)

[PATCH v2 0/8] Turn some C warnings into errors by default
 2023-11-14 22:27 UTC  (11+ messages)
` [PATCH v2 1/8] Add tests for validating future C permerrors
` [PATCH v2 2/8] c: Turn int-conversion warnings into permerrors
` [PATCH v2 3/8] c: Turn -Wimplicit-function-declaration into a permerror
` [PATCH v2 4/8] c: Turn -Wimplicit-int "
` [PATCH v2 5/8] c: Do not ignore some forms of -Wimplicit-int in system headers
` [PATCH v2 6/8] c: Turn -Wreturn-mismatch into a permerror
` [PATCH v2 7/8] c: Turn -Wincompatible-pointer-types "
` [PATCH v2 8/8] c: Add new -Wdeclaration-missing-parameter-type permerror

[PATCH] c++: fix parsing with auto(x) [PR112410]
 2023-11-14 22:27 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 0/4] gcov: Improve -fprofile-update=atomic
 2023-11-14 22:08 UTC  (5+ messages)
` [PATCH 1/4] gcov: Remove TARGET_GCOV_TYPE_SIZE target hook
` [PATCH 2/4] Add TARGET_HAVE_LIBATOMIC
` [PATCH 3/4] gcov: Add gen_counter_update()
` [PATCH 4/4] gcov: Improve -fprofile-update=atomic

[PATCH] c++: Implement C++26 P2864R2 - Remove Deprecated Arithmetic Conversion on Enumerations From C++26
 2023-11-14 22:01 UTC  (4+ messages)
  ` [PATCH] c++, v2: "

[PATCH v2] LoongArch: Remove redundant barrier instructions before LL-SC loops
 2023-11-14 21:52 UTC 

[PATCH] rs6000: Disable PCREL for unsupported targets [PR111045]
 2023-11-14 21:40 UTC  (12+ messages)

[PATCH] Only allow (copysign x, NEG_CONST) -> (fneg (fabs x)) simplification for constant folding [PR112483]
 2023-11-14 21:14 UTC  (3+ messages)

[committed] testsuite: Ignore warning for unsupported option
 2023-11-14 21:08 UTC  (3+ messages)

[PATCH] c++: partially inst requires-expr in noexcept-spec [PR101043]
 2023-11-14 21:04 UTC 

(no subject)
 2023-11-14 21:03 UTC  (9+ messages)
` [PATCH 1/4] c-family: Add handling for clang-style attributes [PR109877]
  ` [PATCH 2/4] c-family, C: handle clang "
    ` [PATCH 3/4] c-family, C++: Handle "

[pushed] analyzer: enable taint state machine by default [PR103533]
 2023-11-14 20:56 UTC 

[PATCH v1] LoongArch: Added code generation support for call36 function calls
 2023-11-14 20:46 UTC  (6+ messages)

[PATCH V3 0/7] ira/lra: Support subreg coalesce
 2023-11-14 20:37 UTC  (16+ messages)
` [PATCH V3 1/7] df: Add DF_LIVE_SUBREG problem
` [PATCH V3 2/7] ira: Switch to live_subreg data
` [PATCH V3 3/7] ira: Support subreg live range track

[PATCH v3 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-11-14 20:37 UTC 

[pushed] diagnostics: make option-handling callbacks private
 2023-11-14 19:13 UTC 

[pushed] diagnostics: make m_text_callbacks private
 2023-11-14 19:13 UTC 

[pushed] diagnostics: convert diagnostic_ready_p to an inline function
 2023-11-14 19:13 UTC 

[committed] i386: Return CCmode from ix86_cc_mode for unknown RTX code [PR112494]
 2023-11-14 17:51 UTC  (2+ messages)

[PATCH 0/3] Option handling: add documentation URLs
 2023-11-14 17:44 UTC  (8+ messages)
` [PATCH 2/3] Add generated .opt.urls files
` [PATCH 3/3] diagnostics: use the .opt.urls files to urlify quoted text

[committed] i386: Generate strict_low_part QImode insn with high input register
 2023-11-14 17:37 UTC 

[committed 00/22] arm: testsuite: clean up some architecture-specific tests
 2023-11-14 17:23 UTC  (13+ messages)
` [committed 01/22] arm: testsuite: correctly detect armv6t2 hardware for acle execution tests
` [committed 14/22] arm: testsuite: modernize framework usage for arm/scd42-2.c
` [committed 15/22] arm: testsuite: improve compatibility of ftest-armv7m-thumb.c
` [committed 16/22] arm: testsuite: improve compatibility of gcc.target/arm/macro_defs*.c
` [committed 17/22] arm: testsuite: improve compatibility of gcc.target/arm/optional_thumb-*.c
` [committed 18/22] arm: testsuite: improve compatibility of gcc.target/arm/pr19599.c
` [committed 19/22] arm: testsuite: improve compatibility of gcc.target/arm/pr59575.c
` [committed 20/22] testsuite: arm: tighten up mode-specific ISA tests
` [committed 21/22] arm: testsuite: fix some more architecture tests
` [committed 22/22] arm: testsuite: improve compatibility of gcc.dg/debug/pr57351.c

[PATCH] AArch64: Cleanup memset expansion
 2023-11-14 16:56 UTC  (10+ messages)
            ` [PATCH v2] "

[PATCH] bpf: Delayed the removal of the parser enum plugin handler
 2023-11-14 16:49 UTC  (2+ messages)

[PATCH] c++: direct enum init from type-dep elt [PR112515]
 2023-11-14 16:35 UTC 

[pushed] input.h: eliminate implicit users of global_dc's file_cache
 2023-11-14 16:32 UTC 

[pushed] json: reduce use of naked new in json-building code
 2023-11-14 16:32 UTC 

[PATCH] Fixed problem with BTF defining smaller enums
 2023-11-14 16:28 UTC  (2+ messages)

[PATCH] c++: decltype of (non-captured variable) [PR83167]
 2023-11-14 16:10 UTC 

[PATCH] bpf: Corrected condition in core_mark_as_access_index
 2023-11-14 16:06 UTC  (2+ messages)

[PATCH v3] gcc: Introduce -fhardened
 2023-11-14 16:00 UTC  (6+ messages)
  ` [PATCH v4] "

[committed] libstdc++: Fix std::deque::size() Xmethod [PR112491]
 2023-11-14 15:58 UTC 

[COMMITTED] PR tree-optimization/112509 - Use case label type to create case range
 2023-11-14 15:33 UTC 

[PATCH] s390: Fix builtins floating-point convert to/from fixed
 2023-11-14 15:19 UTC 

[PATCH] s390: Fix vec_scatter_element for vectors of floats
 2023-11-14 14:58 UTC  (2+ messages)

[PATCH] Add a REG_P check for inc and dec for Arm MVE
 2023-11-14 14:51 UTC  (2+ messages)

[PATCH v2] RISC-V: Implement target attribute
 2023-11-14 14:17 UTC  (2+ messages)

[PATCH] RISC-V: Save/restore ra register correctly [PR112478]
 2023-11-14 14:14 UTC 

[PATCH] tree-optimization/111233 - loop splitting miscompile
 2023-11-14 14:13 UTC 

[PATCH] c++: Implement C++26 P1854R4 - Making non-encodable string literals ill-formed [PR110341]
 2023-11-14 13:55 UTC  (6+ messages)
      ` [PATCH] c++, v2: "

[PATCH] libcpp, contrib: Update to Unicode 15.1
 2023-11-14 13:49 UTC  (2+ messages)

[x86 PATCH] Improve reg pressure of double-word right-shift then truncate
 2023-11-14 12:48 UTC  (4+ messages)
` [PATCH] i386: Fix up <insn><dwi>3_doubleword_lowpart [PR112523]

[PATCH v1] RISC-V: Support vec_init for trailing same element
 2023-11-14 12:35 UTC  (5+ messages)
    `  "

[PATCH] Loop distribution fix for SCC detection
 2023-11-14 11:59 UTC 

[PATCH] tree-optimization/112281 - loop distribution and zero dependence distances
 2023-11-14 11:59 UTC 

[PATCH] RISC-V: Support trailing vec_init optimization
 2023-11-14 11:38 UTC 

[PATCH] x86: Make testcase apx-spill_to_egprs-1.c more robust
 2023-11-14 10:56 UTC  (3+ messages)

[Committed] IBM Z: Add GTY marker to builtin data structures
 2023-11-14 10:51 UTC 

[Committed] IBM Z: Fix ICE with overloading and checking enabled
 2023-11-14 10:51 UTC 

[PATCH v7 0/5] OpenMP/OpenACC: map clause and OMP gimplify rework
 2023-11-14 10:21 UTC  (3+ messages)
` [PATCH v7 2/5] OpenMP/OpenACC: Rework clause expansion and nested struct handling

[avr,committed] Libf7: Use paper-pencil algorithm for sqrt
 2023-11-14 10:15 UTC 

[PATCH] LoongArch: Disable relaxation if the assembler don't support conditional branch relaxation [PR112330]
 2023-11-14  9:00 UTC  (3+ messages)

[PATCH] LoongArch: Use finer-grained DBAR hints
 2023-11-14  8:48 UTC  (4+ messages)
  ` Pushed: [PATCH v2] "

[PATCH] Fix ICE in vectorizable_nonlinear_induction with bitfield
 2023-11-14  8:32 UTC  (2+ messages)

[PATCH] tree: Handle BITINT_TYPE in type_contains_placeholder_1 [PR112511]
 2023-11-14  8:14 UTC  (3+ messages)

[PATCH 5/21]middle-end: update vectorizer's control update to support picking an exit other than loop latch
 2023-11-14  8:07 UTC  (5+ messages)

[PATCH 0/6] Turn some C warnings into errors by default
 2023-11-14  7:39 UTC  (18+ messages)
` [PATCH 1/6] c-family: Introduce pedpermerror
` [PATCH 2/6] c: Turn int-conversion warnings into permerrors
  ` [PATCH 2/6] c: Turn int-conversion warnings into permerrors [PR106416]
` [PATCH 3/6] c: Turn -Wimplicit-function-declaration into a pedpermerror
  ` [PATCH 3/6] c: Turn -Wimplicit-function-declaration into a pedpermerror [PR91092]
` [PATCH 4/6] c: Turn -Wimplicit-int into a pedpermerror
  ` [PATCH 4/6] c: Turn -Wimplicit-int into a pedpermerror [PR91093]
` [PATCH 5/6] c: Turn -Wreturn-mismatch into a pedpermerror
` [PATCH 6/6] c: Turn -Wincompatible-pointer-types "

[PATCH] libcpp, contrib: Update to Unicode 15.1
 2023-11-14  7:32 UTC  (3+ messages)

[RFC] Intel AVX10.1 Compiler Design and Support
 2023-11-14  6:25 UTC  (6+ messages)

[PATCH] c++/modules: Restrict partitions when parsing import declarations [PR110808]
 2023-11-14  6:24 UTC 

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-11-14  4:36 UTC  (12+ messages)
` [PATCH v3 "

[PATCH V2] VECT: Support mask_len_strided_load/mask_len_strided_store in loop vectorize
 2023-11-14  4:15 UTC  (4+ messages)
    `  "

[PATCH] VECT: Add MASK_LEN_STRIDED_LOAD/MASK_LEN_STRIDED_STORE into loop vectorizer
 2023-11-14  3:46 UTC 

[PATCH] DOC/IFN/OPTAB: Add mask_len_strided_load/mask_len_strided_store DOC/OPTAB/IFN
 2023-11-14  3:39 UTC 

[Commit QUEUE V3] RISC-V: Support strided load/store
 2023-11-14  3:28 UTC 

[Committed] RISC-V: Fix init-2.c assembly check
 2023-11-14  3:21 UTC 

[PATCH-3v4, rs6000] Fix regression cases caused 16-byte by pieces move [PR111449]
 2023-11-14  2:38 UTC  (2+ messages)

[PATCH] c++: Link extended FP conversion pedwarns to -Wnarrowing [PR111842]
 2023-11-14  2:10 UTC  (2+ messages)

[PATCH] c++: implement P2564, consteval needs to propagate up [PR107687]
 2023-11-14  2:06 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] c-family: Let libcpp know when the compilation is for a PCH [PR9471]
 2023-11-14  0:30 UTC  (2+ messages)

[PATCH] libstdc++: Improve operator-(weekday x, weekday y)
 2023-11-14  0:27 UTC 

[PATCH 1/4] contrib: add generate_snapshot_index.py
 2023-11-14  0:21 UTC  (5+ messages)
` [PATCH 4/4] maintainer-scripts/gcc_release: cleanup whitespace

[committed] libcpp: Regenerate config.in
 2023-11-14  0:12 UTC 

[PATCH 0/5] Add support for operand-specific alignment requirements
 2023-11-14  0:01 UTC  (2+ messages)

[PATCH] Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309]
 2023-11-13 23:45 UTC  (4+ messages)

[committed] libstdc++: Add dg-timeout-factor to remaining <chrono> IO tests
 2023-11-13 23:23 UTC 

[committed] libstdc++: Micro-optimization for std::optional [PR112480]
 2023-11-13 23:22 UTC 

[committed] i386: Rewrite pushfl<mode>2 and popfl<mode>1 as unspecs
 2023-11-13 22:57 UTC 

[PATCH] bpf: Forces __buildin_memcmp not to generate a call upto 1024 bytes
 2023-11-13 22:37 UTC 

[PATCH] RISC-V: Optimize combine sequence by merge approach
 2023-11-13 21:41 UTC  (2+ messages)

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

[PATCH] testsuite: xfail scev-[35].c on ia32
 2023-11-13 20:30 UTC  (3+ messages)

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

[PATCH] LoongArch: Handle vectorized copysign (x, -1) expansion efficiently
 2023-11-13 20:07 UTC 

[PATCH 0/7] ira/lra: Support subreg coalesce
 2023-11-13 19:25 UTC  (4+ messages)

[PATCH 0/3] RISC-V: Support CORE-V XCVELW and XCVBI extensions
 2023-11-13 19:14 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] RISC-V: Add support for XCVbi extension in CV32E40P

[PATCH] testsuite: Fix bad-mapper-1.C test failures with posix_spawn
 2023-11-13 18:48 UTC  (3+ messages)

[PATCH] RISC-V: vsetvl: Refine REG_EQUAL equality
 2023-11-13 18:01 UTC  (14+ messages)
    `  "

[PATCH] aarch64: New RTL optimization pass avoid-store-forwarding
 2023-11-13 17:22 UTC  (3+ messages)

[RFC PATCH] Detecting lifetime-dse issues via Valgrind
 2023-11-13 16:25 UTC  (4+ messages)

gfortran.dg/dg.exp debug messages pollute test output
 2023-11-13 16:19 UTC  (2+ messages)

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

[PATCH] LoongArch: Remove redundant barrier instructions before LL-SC loops
 2023-11-13 15:32 UTC  (4+ messages)

[committed] libstdc++: Reformat Python code
 2023-11-13 15:29 UTC  (3+ messages)

[PATCH] rs6000: Fix issue in specifying PTImode as an attribute [PR106895]
 2023-11-13 15:08 UTC  (4+ messages)
    ` [PING ^1][PATCH] "

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