public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Rewrite NAN and sign handling in frange
 2022-09-15  5:40 UTC 

[PATCH] i386: Fixed vec_init_dup_v16bf [PR106887]
 2022-09-15  3:45 UTC  (2+ messages)

[PATCH] LoongArch: Prepare static PIE support
 2022-09-15  3:44 UTC  (2+ messages)

float.h: Do not define INFINITY for C2x when infinities not supported
 2022-09-14 23:02 UTC 

[committed] libstdc++: Add TSan annotations to std::atomic<shared_ptr<T>>
 2022-09-14 22:28 UTC  (3+ messages)

[committed] libstdc++: Add missing <new> header to <bits/stl_tempbuf.h>
 2022-09-14 22:04 UTC 

OpenMP: Generate SIMD clones for functions with "declare target"
 2022-09-14 21:45 UTC  (3+ messages)

[PATCH] Optimize (X<<C)+(Y<<C) as (X+Y)<<C for signed addition
 2022-09-14 21:42 UTC  (3+ messages)

[committed] libstdc++: Add comment to 17_intro/names.cc test
 2022-09-14 18:23 UTC 

[committed] libstdc++: Add assertion to std::promise::set_exception (LWG 2276)
 2022-09-14 18:23 UTC 

[committed] libstdc++: Document LWG 1203 API change in manual
 2022-09-14 18:23 UTC 

[PATCH] mips: Add appropriate linker flags when compiling with -static-pie
 2022-09-14 18:09 UTC 

[PATCH] OpenMP: Enable vectorization in all OpenMP loops
 2022-09-14 17:55 UTC  (2+ messages)

[PATCH][_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output
 2022-09-14 17:26 UTC 

[PATCH][_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
 2022-09-14 17:22 UTC 

[PATCH v3 00/11] OpenMP 5.0: Struct & mapping clause expansion rework
 2022-09-14 16:32 UTC  (24+ messages)
` [PATCH v3 01/11] OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer)
` [PATCH v3 02/11] Remove omp_target_reorder_clauses
` [PATCH v3 03/11] OpenMP/OpenACC struct sibling list gimplification extension and rework
` [PATCH v3 04/11] OpenMP/OpenACC: mapping group list-handling improvements
` [PATCH v3 05/11] OpenMP: push attaches to end of clause list in "target" regions
` [PATCH v3 06/11] OpenMP: Pointers and member mappings
` [PATCH v3 07/11] OpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in {c_}finish_omp_clause
` [PATCH v3 08/11] OpenMP/OpenACC: Rework clause expansion and nested struct handling
` [PATCH v3 09/11] FYI/unfinished: OpenMP: lvalue parsing for map clauses (C++)
` [PATCH v3 10/11] Use OMP_ARRAY_SECTION instead of TREE_LIST in C++ FE
` [PATCH v3 11/11] FYI/unfinished: OpenMP 5.0 "declare mapper" support for C++
  ` FYI: "declare mapper" patch set for Fortran (June 2022) (was: [PATCH v3 11/11] FYI/unfinished: OpenMP 5.0 "declare mapper" support for C++)

Rust frontend patches v2
 2022-09-14 16:20 UTC  (16+ messages)
` [PATCH Rust front-end v2 07/37] gccrs: Add gcc-check-target check-rust
` [PATCH Rust front-end v2 09/37] gccrs: Add Lexer for Rust front-end
` [PATCH Rust front-end v2 31/37] gccrs: Add GCC Rust front-end Make-lang.in
` [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in
` [PATCH Rust front-end v2 33/37] gccrs: add lang-spec.h
` [PATCH Rust front-end v2 34/37] gccrs: add lang.opt

[COMMITTED] Minor fixes to frange
 2022-09-14 15:08 UTC  (5+ messages)
` [COMMITTED] Provide cleaner set_nan(), clear_nan(), and update_nan() methods
` [COMMITTED] Use frange::set_nan() from the generic frange::set()
` [COMMITTED] Pass full range to build_* in range-op-float.cc
` [COMMITTED] frange: add both zeros to ranges when there's the possiblity of equality

[PATCH 0/15] arm: Enables return address verification and branch target identification on Cortex-M
 2022-09-14 14:20 UTC  (3+ messages)
` [PATCH 10/15] arm: Implement cortex-M return signing address codegen
  ` [PATCH 10/15 V2] "

[PATCH] libstdc++: Implement ranges::chunk_by_view from P2443R1
 2022-09-14 14:19 UTC 

[PATCH] Move void_list_node init to common code
 2022-09-14 14:06 UTC 

[PATCH 1/3] STABS: remove -gstabs and -gxcoff functionality
 2022-09-14 13:20 UTC  (3+ messages)
` [COMMITTED] Fix unused variable warning (was: [PATCH 1/3] STABS: remove -gstabs and -gxcoff functionality)

[PATCH] tree-optimization/106938 - cleanup abnormal edges after inlining
 2022-09-14 12:50 UTC 

[COMMITTED] [PR106936] Remove assert from get_value_range
 2022-09-14 12:49 UTC 

[PATCH 1/2] libstdc++: Fix pretty printer tests of tuple indexes
 2022-09-14 12:45 UTC  (6+ messages)
` [PATCH 2/2] libstdc++: Add pretty printer for std::stringstream
    ` [PATCH v2] libstdc++: Add pretty printer for std::stringstreams

[PATCH] PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def
 2022-09-14 12:06 UTC  (3+ messages)
` [PATCH] Add libgo dependency on libbacktrace

[PATCH] tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields
 2022-09-14  9:57 UTC 

[committed][nvptx] Add uniform_warp_check insn
 2022-09-14  9:56 UTC  (3+ messages)

[committed][nvptx] Add bar.warp.sync
 2022-09-14  9:54 UTC  (3+ messages)

[PATCH] Disallow pointer operands for |, ^ and partly & [PR106878]
 2022-09-14  8:47 UTC  (3+ messages)

[PATCH 0/3] OpenMP SIMD routines
 2022-09-14  8:34 UTC  (5+ messages)
` [PATCH 3/3] vect: inbranch SIMD clones

[PATCH] PR tree-optimization/71343: Optimize (X<<C)&(Y<<C) as (X&Y)<<C
 2022-09-14  8:24 UTC  (4+ messages)
  ` [PATCH] PR tree-optimization/71343: Value number X<<2 as X*4

[PATCH] Enhance final_value_replacement_loop to handle bitop with an invariant induction.[PR105735]
 2022-09-14  8:15 UTC  (4+ messages)

[PATCH] [ICE] Check another epilog variable peeling case in vectorizable_nonlinear_induction
 2022-09-14  6:11 UTC  (2+ messages)

[PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
 2022-09-14  6:10 UTC 

[r13-2650 Regression] FAIL: g++.dg/modules/xtreme-header-2_a.H -std=c++2b (test for excess errors) on Linux/x86_64
 2022-09-14  0:10 UTC 

[PATCH] xtensa: gcc: implement MI thunk generation for call0 ABI
 2022-09-13 21:57 UTC 

libgo patch committed: Make runtime.Version return a useful value
 2022-09-13 20:13 UTC  (2+ messages)

[PATCH] c++: Implement P1467R9 - Extended floating-point types and standard names compiler part except for bfloat16 [PR106652]
 2022-09-13 17:50 UTC  (5+ messages)

libgo patch committed: Ignore __morestack in runtime.Callers
 2022-09-13 17:36 UTC  (2+ messages)

[committed] libgomp: Appease some static analyzers [PR106906]
 2022-09-13 17:05 UTC 

[PATCH] c++: Implement C++23 P1169R4 - static operator() [PR106651]
 2022-09-13 16:42 UTC 

[committed] c++: remove single-parameter version of mark_used
 2022-09-13 14:21 UTC 

[PATCH, libgomp] Fix chunk_size<1 for dynamic schedule
 2022-09-13 14:07 UTC  (4+ messages)

[PATCH] c++: some missing-SFINAE fixes
 2022-09-13 13:49 UTC  (4+ messages)

[OG12][PATCH] openmp: Fix handling of target constructs in static member
 2022-09-13 11:36 UTC  (2+ messages)

[PATCH 2/2] xtensa: Implement new target hook: TARGET_CONSTANT_OK_FOR_CPROP_P
 2022-09-13 11:30 UTC  (4+ messages)

[PATCH 1/4] libstdc++: Add already-accepted <ranges> testcase [PR106320]
 2022-09-13 11:12 UTC  (8+ messages)
` [PATCH 2/4] libstdc++: Implement LWG 3569 changes to join_view::_Iterator
` [PATCH 3/4] libstdc++: Implement ranges::chunk_view from P2442R1
` [PATCH 4/4] libstdc++: Implement ranges::slide_view "

[PATCH] libstdc++: Squelch -Wparentheses warning with debug iterators
 2022-09-13 10:47 UTC  (2+ messages)

[PATCH] PR target/106877: Robustify reg-stack to malformed asm
 2022-09-13 10:14 UTC  (2+ messages)

[V2 PATCH] RISC-V:Add '-m[no]-csr-check' option in gcc
 2022-09-13  9:36 UTC 

[PATCH] middle-end/106909 - CTRL altering flag after folding
 2022-09-13  8:52 UTC 

[PATCH] tree-optimization/106913 - ICE with -da and -Wuninitialized
 2022-09-13  8:51 UTC 

[pushed] aarch64: Vector move fixes for +nosimd
 2022-09-13  8:30 UTC 

[pushed] aarch64: Disassociate ls64 from simd
 2022-09-13  8:30 UTC 

[committed] libgomp.texi: move item from gcn to nvptx
 2022-09-13  7:15 UTC 

[PATCH v2, rs6000] Change insn condition from TARGET_64BIT to TARGET_POWERPC64 for VSX scalar extract/insert instructions
 2022-09-13  7:08 UTC  (11+ messages)

[Patch] libgomp/nvptx: Prepare for reverse-offload callback handling
 2022-09-13  7:07 UTC  (2+ messages)

[PATCH] c++: Implement C++23 P2266R1, Simpler implicit move [PR101165]
 2022-09-12 20:27 UTC  (4+ messages)

[PATCH] c++: remove '_sfinae' suffix from functions
 2022-09-12 19:52 UTC  (2+ messages)

[pushed] c++: auto member function and auto variable [PR106893]
 2022-09-12 19:46 UTC 

[pushed] c++: cast to array of unknown bound [PR93259]
 2022-09-12 19:46 UTC 

[PATCH] Improve converting between 128-bit modes that use the same format
 2022-09-12 19:28 UTC  (2+ messages)

[PATCH] Update float 128-bit conversions
 2022-09-12 19:25 UTC 

[PATCH] Implement known/maybe fpclassify like API for frange
 2022-09-12 18:38 UTC  (6+ messages)

[PATCH] PR rtl-optimization/106594: Preserve zero_extend when cheap
 2022-09-12 18:09 UTC  (6+ messages)

[PATCH v3] eliminate mutex in fast path of __register_frame
 2022-09-12 18:03 UTC  (3+ messages)

[PATCH] c++: lambda capture of array with deduced bounds [PR106567]
 2022-09-12 17:50 UTC 

[GCC13][Patch][V4][PATCH 0/2] Add a new option -fstrict-flex-array[=n] and attribute strict_flex_array(n) and use it in PR101836
 2022-09-12 16:42 UTC  (3+ messages)
` [GCC13][Patch][V4][PATCH 1/2] Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_arrays

[PATCH] testsuite: gluefile file need to be prefixed
 2022-09-12 16:29 UTC  (5+ messages)

[PATCH] c++: Refer to internal linkage for -Wsubobject-linkage [PR86491]
 2022-09-12 16:10 UTC 

Extend fold_vec_perm to fold VEC_PERM_EXPR in VLA manner
 2022-09-12 14:27 UTC  (4+ messages)

[COMMITTED] frange::set_signbit: Avoid changing sign when already in the correct sign
 2022-09-12 13:07 UTC 

[PATCH] C-SKY: Fix unsigned comparison warning
 2022-09-12 12:19 UTC 

[Patch][1/3] libgomp: Prepare for reverse offload fn lookup
 2022-09-12 12:10 UTC  (6+ messages)
` [Patch][2/3] nvptx: libgomp+mkoffload.cc: "
  ` [Patch][2/3][v2] "
      ` [Patch] nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possible (was: Re: [Patch][2/3][v2] nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookup)

[COMMITTED] xtensa: gcc: fix builtin_apply return value
 2022-09-12 12:02 UTC 

[PATCH] C++ API database
 2022-09-12 11:51 UTC 

[committed] libstdc++: Find make_error_code and make_error_condition via ADL only
 2022-09-12 11:04 UTC  (3+ messages)

[PATCH 1/2] Add new target hook: constant_ok_for_cprop_p
 2022-09-12 10:34 UTC  (3+ messages)

[committed] doc: Fix typo in documentation of __float128 suffix
 2022-09-12  9:51 UTC 

[PATCH] gcc: honour -ffile-prefix-map in ASM_MAP [PR93371]
 2022-09-12  9:46 UTC  (2+ messages)

[PATCH v2] gcov: Respect triplet when looking for gcov
 2022-09-12  9:42 UTC  (8+ messages)

[PATCH] libstdc++: Outline the overlapping case of string _M_replace into a separate function [PR105329]
 2022-09-12  9:24 UTC  (5+ messages)
  ` Patch ping ([PATCH] libstdc++: Outline the overlapping case of string _M_replace into a separate function [PR105329])
    ` Patch ping^3 "

[patch] libgomp.texi: Impl. status fix/addition
 2022-09-12  9:14 UTC  (2+ messages)

[committed] libgomp: Fix up icv-6.c [PR106894]
 2022-09-12  8:52 UTC 

[Ada] Fix immediate assertion failure with -gnatd.1
 2022-09-12  8:19 UTC 

[Ada] Storage_Error raised analyzing type with call in its range constraint
 2022-09-12  8:19 UTC 

[Ada] Improve CUDA host-side and device-side binder support
 2022-09-12  8:19 UTC 

[Ada] Sync documentation of junk names with code
 2022-09-12  8:19 UTC 

[Ada] Reject 'Valid_Scalars on Unchecked_Union regardless of privacy
 2022-09-12  8:19 UTC 

[Ada] Improve CUDA host-side and device-side binder support
 2022-09-12  8:19 UTC 

[Ada] Temporary tweak new expansion of contracts
 2022-09-12  8:19 UTC 

[Ada] Special-case printing of SPARK_Mode in error messages
 2022-09-12  8:19 UTC 

[Ada] Justify false alarm from CodePeer analysis of GNAT
 2022-09-12  8:19 UTC 

[Ada] Cleanup routine for handling SPARK_Mode kinds
 2022-09-12  8:19 UTC 

[Ada] Accept explicit SPARK_Mode Auto as configuration pragma
 2022-09-12  8:19 UTC 

[Ada] Remove SPARK containers from GNAT documentation
 2022-09-12  8:19 UTC 

[Ada] Reject use in SPARK of Asm intrinsics for code insertions
 2022-09-12  8:19 UTC 

[Ada] Internal error compiling formal instance of generic with Initial_Condition
 2022-09-12  8:19 UTC 

[Ada] Replace SPARK containers implementation by Compile_Time_Error
 2022-09-12  8:19 UTC 

[Ada] Fix validity checking on renamed Old attribute prefix
 2022-09-12  8:19 UTC 

[Ada] Tech debt: Expansion of contracts
 2022-09-12  8:19 UTC 

[Ada] Fix oversight in implementation of unnesting
 2022-09-12  8:19 UTC 

[Ada] Syntax error in Ada 2022 array aggregate causes bug box
 2022-09-12  8:19 UTC 

[Ada] bugbox referencing INOX prefixed view of primitive op of modular type
 2022-09-12  8:19 UTC 

[Ada] Lock_Free aspect takes precedence over Ceiling_Locking locking policy
 2022-09-12  8:19 UTC 

[Ada] Do not mark user parameters of protected subprograms as artificial
 2022-09-12  8:19 UTC 

[Ada] Fix issues with compiling ACATS test for user-defined literals
 2022-09-12  8:19 UTC 

[Ada] Remove a no-longer-correct comment
 2022-09-12  8:19 UTC 

[Ada] Fix bugs in check-related warnings
 2022-09-12  8:19 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).