public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v3 00/11] OpenMP 5.0: Struct & mapping clause expansion rework
 2022-09-13 21:04 UTC  (11+ 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

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

[PATCH] Optimize (X<<C)+(Y<<C) as (X+Y)<<C for signed addition
 2022-09-13 18:37 UTC 

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

[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 

[PATCH] LoongArch: Prepare static PIE support
 2022-09-13 15:32 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 

[PATCH] Enhance final_value_replacement_loop to handle bitop with an invariant induction.[PR105735]
 2022-09-13  7:54 UTC  (3+ messages)

[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  (5+ 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  (9+ messages)
` [Patch][2/3] GCN: libgomp+mkoffload.cc: "
` [Patch][2/3] nvptx: "
  ` [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  (9+ 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 

[PATCH 1/2] libstdc++: Fix pretty printer tests of tuple indexes
 2022-09-12  8:37 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Add pretty printer for std::stringstream

[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 

[Ada] Disable Support_Atomic_Primitives on x86_64 VxWorks
 2022-09-12  8:19 UTC 

[Ada] Disable Support_Atomic_Primitives on QNX and VxWorks targets
 2022-09-12  8:19 UTC 

[Ada] Parser and lexer cleanup
 2022-09-12  8:19 UTC 

[Ada] Revert "Enforce matching of extra formals"
 2022-09-12  8:19 UTC 

[PATCH][GCC 12] arm: Fix constant immediates predicates and constraints for some MVE builtins
 2022-09-12  8:13 UTC  (2+ messages)

stdatomic.h: Do not define ATOMIC_VAR_INIT for C2x
 2022-09-12  7:28 UTC  (2+ messages)

[PATCH][pushed] analyzer: remove unused fields
 2022-09-12  7:13 UTC 

[PATCH] analyzer: consider empty ranges and zero byte accesses [PR106845]
 2022-09-11 12:08 UTC  (5+ messages)

[PATCH] Fortran: Add IEEE_SIGNBIT and IEEE_FMA functions
 2022-09-11 10:23 UTC  (10+ messages)

[PATCH] xtensa: constantsynth: Add new 3-insns synthesis pattern
 2022-09-10 18:26 UTC  (2+ messages)

[PATCH] Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_SET_MODES
 2022-09-10 16:54 UTC  (2+ messages)

[PATCH] : [gcc/config/rs600/rs6000.cc][Fix typo] Add parentheses for if statement
 2022-09-10 16:03 UTC  (3+ messages)

OpenMP, libgomp: Environment variable syntax extension
 2022-09-10 13:17 UTC  (15+ messages)
` [PATCH] "

[PATCH] Fortran 2018 rounding modes changes
 2022-09-10 10:21 UTC  (2+ messages)

[r13-2548 Regression] FAIL: 29_atomics/atomic_ref/compare_exchange_padding.cc execution test on Linux/x86_64
 2022-09-10  6:41 UTC 

[r13-2545 Regression] FAIL: libgomp.fortran/display-affinity-1.f90 -O execution test on Linux/x86_64
 2022-09-10  6:41 UTC 

[PATCH v3] Simplify memchr with small constant strings
 2022-09-10  5:38 UTC  (4+ messages)

[PATCH] testsuite: btf: Fix btf-datasec-1.c for RISC-V
 2022-09-10  4:10 UTC  (3+ messages)

Rust frontend patches v2
 2022-09-10  4:05 UTC  (3+ messages)
` [PATCH Rust front-end v2 02/37] gccrs: Add nessecary hooks for a Rust front-end testsuite

[PATCH] Handle OPAQUE_TYPE specially in verify_type [PR106833]
 2022-09-10  3:16 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH 2/2] xtensa: Make complex hard register clobber elimination more robust and accurate
 2022-09-09 22:24 UTC  (2+ messages)

[PATCH v4 1/2] xtensa: Eliminate unused stack frame allocation/freeing
 2022-09-09 22:22 UTC  (2+ messages)

[committed] analyzer: implement trust boundaries via a plugin for Linux kernel
 2022-09-09 21:24 UTC 

[committed] analyzer: add support for plugin-supplied known function behaviors
 2022-09-09 21:24 UTC 

[committed] analyzer: add test coverage for flexible array members [PR98247]
 2022-09-09 21:24 UTC 

[PATCH] libstdc++: Refactor implementation of operator+ for std::string
 2022-09-09 20:28 UTC  (3+ messages)

[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
 2022-09-09 20:14 UTC  (12+ messages)
        ` Patch ping (was Re: [PATCH] libstdc++: Clear padding bits in atomic compare_exchange)

[PATCH 1/3] libstdc++: Fix zip_view's operator- for integer-class difference type [PR106766]
 2022-09-09 18:29 UTC  (6+ messages)
` [PATCH 2/3] libstdc++: Fix typo in adjacent_view::_Iterator [PR106798]
` [PATCH 3/3] libstdc++: Fix return type of empty zip/adjacent_transform [PR106803]

[PATCH] amdgcn: Add support for additional natively supported floating-point operations
 2022-09-09 17:57 UTC  (2+ messages)

[PATCH] Add __builtin_iseqsig()
 2022-09-09 17:55 UTC  (2+ messages)

[Patch] libgomp: Add reverse-offload splay tree
 2022-09-09 16:02 UTC  (2+ messages)

Modula-2: merge followup (brief update on the progress of the new linking implementation)
 2022-09-09 15:40 UTC  (11+ messages)

i
 2022-09-09 14:53 UTC 

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

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