public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/5] RISC-V: Support vf and vx for autovec comparison of
 2024-06-08 20:50 UTC  (10+ messages)
` [PATCH 1/5] RISC-V: Remove float vector eqne pattern
  `  "

[PATCH 0/2] fix RISC-V zcmp popretz [PR113715]
 2024-06-08 20:36 UTC  (6+ messages)
  `  "

[Patch, PR Fortran/90072] Polymorphic Dispatch to Polymophic Return Type Memory Leak
 2024-06-08 19:52 UTC  (4+ messages)

[PATCH] haifa-sched: Avoid the fusion priority of the fused insn to affect the subsequent insn sequence
 2024-06-08 19:50 UTC  (3+ messages)
`  "

[PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]
 2024-06-08 19:23 UTC  (6+ messages)
    ` [committed v4] libstdc++: Fix std::ranges::iota is not included "

[wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features
 2024-06-08 17:58 UTC  (5+ messages)

[PATCH 0/4] Some improvements to resource.cc, including fixing PR115182
 2024-06-08 17:10 UTC  (4+ messages)
` Reverted recent patches to resource.cc

[Patch][libstdc++] Add constexpr specifier to function
 2024-06-08 15:07 UTC  (4+ messages)
    ` [committed v2][libstdc++] Add constexpr specifier to function __atomic_impl::__clear_padding

[committed] libstdc++: Define __cpp_lib_ranges in <algorithm>
 2024-06-08 14:52 UTC 

[RFC/RFA] [PATCH 03/12] RISC-V: Add CRC expander to generate faster CRC
 2024-06-08 13:49 UTC  (3+ messages)

[PATCH v3 0/6] Add DLL import/export implementation to AArch64
 2024-06-08 13:49 UTC  (8+ messages)
` [PATCH v3 1/6] Move mingw_* declarations to the mingw folder
` [PATCH v3 2/6] Extract ix86 dllimport implementation to mingw
` [PATCH v3 3/6] Rename functions for reuse in AArch64
` [PATCH v3 4/6] aarch64: Add selectany attribute handling
` [PATCH v3 5/6] Adjust DLL import/export implementation for AArch64
` [PATCH v3 6/6] aarch64: Add DLL import/export to AArch64 target

[PATCH v2 0/6] Add DLL import/export implementation to AArch64
 2024-06-08 13:04 UTC 

[PATCH v2 0/6] Add DLL import/export implementation to AArch64
 2024-06-08 13:01 UTC  (10+ messages)
` [PATCH v2 1/6] Move mingw_* declarations to the mingw folder
` [PATCH v2 2/6] Extract ix86 dllimport implementation to mingw
` [PATCH v2 3/6] Rename functions for reuse in AArch64
` [PATCH v2 4/6] aarch64: Add selectany attribute handling
` [PATCH v2 5/6] Adjust DLL import/export implementation for AArch64
` [PATCH v2 6/6] aarch64: Add DLL import/export to AArch64 target

[committed] i386: Implement .SAT_ADD for unsigned scalar integers [PR112600]
 2024-06-08 12:09 UTC  (2+ messages)

[pushed] wwwdocs: *: Refer to /onlinedocs fully qualified via gcc.gnu.org
 2024-06-08 12:01 UTC 

[RFC/RFA] [PATCH 06/12] aarch64: Implement new expander for efficient CRC computation
 2024-06-08 11:41 UTC  (2+ messages)

[PATCH] c++: Make *_cast<*> parsing more robust to errors [PR108438]
 2024-06-08 11:18 UTC  (3+ messages)

[pushed] wwwdocs: gcc-12: Break up markup of list of AArch64 options
 2024-06-08 11:12 UTC 

[PATCH v3] RISC-V: Implement .SAT_SUB for unsigned scalar int
 2024-06-08  8:37 UTC  (3+ messages)

[PATCH] MIPS/testsuite: add -mno-branch-likely to r10k-cache-barrier-13.c
 2024-06-08  8:11 UTC 

[pushed] wwwdocs: news: Update links re GCC Runtime Library Exception
 2024-06-08  7:37 UTC 

[PATCH] rs6000: Compute rop_hash_save_offset for non-Altivec compiles [PR115389]
 2024-06-08  4:06 UTC 

[PATCH] MIPS: Use signaling fcmp instructions for LT/LE/LTGT
 2024-06-08  4:03 UTC 

[PATCH] aarch64: Add vector floating point trunc pattern
 2024-06-08  3:05 UTC 

[PATCH v1 0/6] Add DLL import/export implementation to AArch64
 2024-06-08  1:59 UTC  (6+ messages)

[PATCH v2 0/3] RISC-V: Add basic Zaamo and Zalrsc support
 2024-06-07 23:11 UTC  (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support
` [PATCH v2 3/3] RISC-V: Add Zalrsc amo-op patterns

[PATCH v2] Target-independent store forwarding avoidance
 2024-06-07 22:31 UTC  (2+ messages)

[pushed] wwwdocs: simtest-howto: Use https to link to our install docs
 2024-06-07 22:16 UTC 

[PATCH, obvious] rs6000: Update ELFv2 stack frame comment showing the correct ROP save location
 2024-06-07 20:59 UTC 

[pushed] analyzer: add logging to get_representative_path_var
 2024-06-07 20:41 UTC 

[pushed] analyzer: eliminate cast_region::m_original_region
 2024-06-07 20:41 UTC 

[pushed] analyzer: new warning: -Wanalyzer-undefined-behavior-ptrdiff (PR analyzer/105892)
 2024-06-07 20:40 UTC 

[r15-1100 Regression] FAIL: gcc.target/i386/sse2-v1ti-vne.c scan-assembler-times pcmpeq 6 on Linux/x86_64
 2024-06-07 20:21 UTC 

[analyzer PATCH] Restore bootstrap with g++ 4.8
 2024-06-07 20:18 UTC  (2+ messages)

[PATCH] c++: remove Concepts TS code
 2024-06-07 19:20 UTC 

[RFC][PATCH] PR tree-optimization/109071 - -Warray-bounds false positive warnings due to code duplication from jump threading
 2024-06-07 19:13 UTC  (4+ messages)

[committed] libstdc++: Add missing header to <bits/ranges_algobase.h> for std::__memcmp
 2024-06-07 18:52 UTC 

[PATCH] libstdc++: Optimize std::gcd
 2024-06-07 18:48 UTC  (5+ messages)

[pushed] c++: -include and header unit translation
 2024-06-07 18:30 UTC 

[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
 2024-06-07 17:49 UTC  (2+ messages)

[PATCH] c++: Handle erroneous DECL_LOCAL_DECL_ALIAS in duplicate_decls [PR107575]
 2024-06-07 17:32 UTC  (4+ messages)

[PATCH] c++: lambda in pack expansion [PR115378]
 2024-06-07 15:13 UTC  (2+ messages)

[PATCH] lto: Fix build on MacOS
 2024-06-07 14:41 UTC  (2+ messages)

[PATCH v2] RISC-V: Implement .SAT_SUB for unsigned scalar int
 2024-06-07 12:20 UTC  (4+ messages)

[PATCH] tree-optimization/114107 - avoid peeling for gaps in more cases
 2024-06-07 11:58 UTC 

[x86 PATCH] PR target/115351: RTX costs for *concatditi3 and *insvti_highpart
 2024-06-07 11:09 UTC  (2+ messages)

[patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion
 2024-06-07 10:41 UTC  (9+ messages)

[PATCH] tree-optimization/115383 - EXTRACT_LAST_REDUCTION with multiple stmt copies
 2024-06-07 10:19 UTC 

[PATCH] fixincludes: bypass the math_exception fix on __cplusplus
 2024-06-07  9:37 UTC 

[PATCH v2] RISC-V: Add Zfbfmin extension
 2024-06-07  9:34 UTC  (3+ messages)
` [RE] [v2] "

[committed] libstdc++: Optimize std::to_address
 2024-06-07  9:26 UTC 

[PATCH] ifcvt: Clarify if_info.original_cost
 2024-06-07  9:23 UTC  (3+ messages)

[PATCH] fixincludes: bypass some fixes for recent darwin headers
 2024-06-07  9:00 UTC  (2+ messages)

[PATCH 1/4] Relax COND_EXPR reduction vectorization SLP restriction
 2024-06-07  8:59 UTC  (3+ messages)

[Patch, Fortran/90068] Add finalizer creation to array constructor for functions of derived type
 2024-06-07  8:58 UTC  (3+ messages)
  ` [Commited, Patch, "

[PATCH] arm: Zero/Sign extends for CMSE security on Armv8-M.baseline
 2024-06-07  8:56 UTC  (5+ messages)
  ` [PATH 0/2] arm: Zero/Sign extends for CMSE security on
    ` [PATCH v2 1/2] arm: Zero/Sign extends for CMSE security on Armv8-M.baseline [PR115253]
    ` [PATCH v2 2/2] testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253]

[PATCH] [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__
 2024-06-07  8:42 UTC  (5+ messages)
    ` [PATCH] [libstdc++] drop workaround for clang<=7 (was: [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__)

[PATCH] OpenMP: warn about iteration var modifications in loop body
 2024-06-07  8:18 UTC  (3+ messages)

[PATCH] bitint: Fix up lower_addsub_overflow [PR115352]
 2024-06-07  7:50 UTC  (2+ messages)

[PATCH] Fix fold-left reduction vectorization with multiple stmt copies
 2024-06-07  7:45 UTC 

Valve Sale
 2024-06-07  6:47 UTC 

[x86 SSE] Improve handling of ternlog instructions in i386/sse.md
 2024-06-07  6:20 UTC  (7+ messages)
  ` [x86 SSE] Improve handling of ternlog instructions in i386/sse.md (v2)
        ` [x86 SSE] Improve handling of ternlog instructions in i386/sse.md (v3)

[PATCH v2 #1/2] enable adjustment of return_pc debug attrs
 2024-06-07  5:17 UTC  (6+ messages)
    ` [PATCH v3 "

[PATCH] [testsuite] [arm] test board cflags in multilib.exp
 2024-06-07  4:47 UTC 

[PATCH committed] Add additional option --param max-completely-peeled-insns=200 for power64*-*-*
 2024-06-07  1:33 UTC 

[PATCH v1 1/5] RISC-V: Add testcases for scalar unsigned SAT_ADD form 1
 2024-06-07  0:55 UTC  (4+ messages)

[PATCH v7] Match: Support more form for scalar unsigned SAT_ADD
 2024-06-06 22:59 UTC  (3+ messages)

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:51 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:51 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:51 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:51 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:51 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:50 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:50 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:50 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:50 UTC 

Class invitation: "If your ready to relieve some stress and relax I'm the girl for you. Only Serious enquire please!! Have a wonderful and pleasurable Available,,, Are you interested in #Meeting come join babe!! join now (69) - http://2757401605"
 2024-06-06 22:50 UTC 

[PATCH] go: Fix gccgo -v on Solaris with ld
 2024-06-06 21:53 UTC  (2+ messages)

[PATCH] testsuite: go: Require split-stack support for go.test/test/index0.go [PR87589]
 2024-06-06 21:50 UTC  (2+ messages)

[PATCH] c: Fix up pointer types to may_alias structures [PR114493]
 2024-06-06 19:57 UTC  (2+ messages)

[PATCH v2] aarch64: Add vector floating point extend pattern [PR113880, PR113869]
 2024-06-06 18:57 UTC  (3+ messages)

[PATCH 00/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook
 2024-06-06 18:31 UTC  (9+ messages)
` [PATCH 06/52] m2: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
` [PATCH 27/52] nios2: Remove macros {FLOAT,DOUBLE,LONG_DOUBLE}_TYPE_SIZE

[committed] testsuite/i386: Add vector sat_sub testcases [PR112600]
 2024-06-06 17:46 UTC 

[pushed 1/3] selftests: split out make_fndecl from selftest.h to its own header
 2024-06-06 17:05 UTC  (6+ messages)
` [pushed 2/3] libcpp: move label_text "

[COMMITTED] Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
 2024-06-06 17:02 UTC 

[PATCH][_Hashtable] Fix some implementation inconsistencies
 2024-06-06 17:02 UTC  (3+ messages)

[PATCH 0/3] Add support for -mcpu=power11
 2024-06-06 16:48 UTC  (2+ messages)
` Ping: [PATCHes 1-3] "

[PATCH] aarch64: Add missing ACLE macro for NEON-SVE Bridge
 2024-06-06 15:25 UTC  (4+ messages)
  ` [PATCH V2] "

[r15-1058 Regression] FAIL: gcc.target/i386/pr77881.c scan-assembler js[ \t].?L on Linux/x86_64
 2024-06-06 15:24 UTC 

[r15-1056 Regression] FAIL: gcc.dg/vect/vect-cond-reduc-in-order-2-signed-zero.c -flto -ffat-lto-objects execution test on Linux/x86_64
 2024-06-06 15:24 UTC 

[PATCH] arm: Fix CASE_VECTOR_SHORTEN_MODE for thumb2
 2024-06-06 15:03 UTC  (2+ messages)

[committed] nvptx, libgfortran: Switch out of "minimal" mode
 2024-06-06 14:40 UTC  (3+ messages)

[PATCH] Add SLP_TREE_MEMORY_ACCESS_TYPE
 2024-06-06 14:01 UTC 

[PATCH] RISC-V: Handle non-grouped stores as single-lane SLP
 2024-06-06 13:51 UTC 

[PATCH, OpenACC 2.7, v2] Implement reductions for arrays and structs
 2024-06-06 13:41 UTC 

[PATCH] aarch64: Add fix_truncv4sfv4hi2 pattern [PR113882]
 2024-06-06 13:22 UTC  (3+ messages)

nvptx, libgcc: Stub unwinding implementation
 2024-06-06 12:17 UTC  (4+ messages)
  ` nvptx, libgfortran: Switch out of "minimal" mode

[PATCH]AArch64: correct constraint on Upl early clobber alternatives
 2024-06-06 12:02 UTC  (2+ messages)

nvptx: Support global constructors/destructors via 'collect2'
 2024-06-06 12:02 UTC  (3+ messages)
  ` nvptx: Support global constructors/destructors via 'collect2' for offloading (was: nvptx: Support global constructors/destructors via 'collect2')
    ` nvptx offloading: Global constructor, destructor support, via nvptx-tools 'ld' (was: nvptx: Support global constructors/destructors via 'collect2' for offloading)

PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process' (was: [patch, libfortran, committed] Implement stop_numeric for minimal targets)
 2024-06-06 11:55 UTC  (3+ messages)
  ` Clean up after newlib "nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463]"

arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
 2024-06-06 11:53 UTC  (2+ messages)

[PATCH v4 0/5] libgomp: OpenMP pinned memory for omp_alloc
 2024-06-06 11:40 UTC  (3+ messages)
` [PATCH v4 1/5] libgomp, openmp: Add ompx_pinned_mem_alloc

[PATCH v4] Match: Support more form for scalar unsigned SAT_ADD
 2024-06-06 11:19 UTC  (6+ messages)

[PATCH v1] Vect: Support IFN SAT_SUB for unsigned vector int
 2024-06-06 11:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] [RFC] Target-independent store forwarding avoidance. [PR48696] Target-independent store forwarding avoidance
 2024-06-06 10:18 UTC  (3+ messages)

[PATCH v2 1/2] driver: Use <triple>-as/ld/objcopy as final fallback instead of native ones for cross
 2024-06-06  9:54 UTC  (5+ messages)

[PATCH] [APX ZU] Support APX zero-upper
 2024-06-06  8:48 UTC 

[PATCH] RISC-V: Regenerate opt urls
 2024-06-06  7:38 UTC 

[PATCH 0/3] Support Intel APX CCMP
 2024-06-06  7:13 UTC  (5+ messages)
` [PATCH 2/3] [APX CCMP] Adjust startegy for selecting ccmp candidates

[PATCH] [APX] Adjust target-support check [PR 115341]
 2024-06-06  6:58 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).