public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/12] arm: Enables return address verification and branch target identification on Cortex-M
 2022-04-28  9:51 UTC  (12+ messages)
` [PATCH 1/12] arm: Make mbranch-protection opts parsing common to AArch32/64
` [PATCH 2/12] arm: Add Armv8.1-M Mainline target feature +pacbti
` [PATCH 3/12] arm: Add option -mbranch-protection
` [PATCH 4/12] arm: Add testsuite library support for PACBTI target
` [PATCH 5/12] arm: Implement target feature macros for PACBTI
` [PATCH 6/12] arm: Add pointer authentication for stack-unwinding runtime
` [PATCH 7/12] arm: Emit build attributes for PACBTI target feature
` [PATCH 8/12] arm: Introduce multilibs "
` [PATCH 9/12] arm: Make libgcc bti compatible
` [PATCH 10/12] arm: Implement cortex-M return signing address codegen
` [PATCH 11/12] aarch64: Make bti pass generic so it can be used by the arm backend

[PATCH] doc: Remove misleading text about multilibs for IEEE long double
 2022-04-28  9:46 UTC 

[PATCH]middle-end testsuite: Backport testsuite changes from GCC 12 to GCC 11
 2022-04-28  9:37 UTC  (2+ messages)

[PATCH][_GLIBCXX_INLINE_VERSION] Fix std::random_device definition
 2022-04-28  9:35 UTC  (2+ messages)

[PATCH] ipa: Release body of clone_of when removing its last clone (PR 100413)
 2022-04-28  9:18 UTC 

[PATCH] i386: Fix up ix86_gimplify_va_arg [PR105331]
 2022-04-28  8:39 UTC  (3+ messages)
` Patch ping "

[PATCH] c++, coroutines: Make sure our temporaries are in a bind expr [PR105287]
 2022-04-28  8:28 UTC  (3+ messages)

[PATCH] c++, coroutines: Avoid expanding within templates [PR103868]
 2022-04-28  8:24 UTC  (4+ messages)

[PATCH] testsuite: vect: update unaligned message
 2022-04-28  7:27 UTC  (2+ messages)

[PATCH] cgraph: Don't verify semantic_interposition flag for aliases [PR105399]
 2022-04-28  7:27 UTC  (2+ messages)

[patch, fortran, doc] Mention new CONVERT options for POWER
 2022-04-28  7:20 UTC  (2+ messages)

Unreviewed D doc patch
 2022-04-28  7:18 UTC  (2+ messages)

[PATCH] middle-end/105376 - invalid REAL_CST for DFP constant
 2022-04-28  7:13 UTC 

[PATCH] libstdc++: ppc: conditionalize vsx-only simd intrinsics
 2022-04-28  6:09 UTC 

[PATCH][stage1] Embed real_value into REAL_CST
 2022-04-28  6:06 UTC 

[PATCH] testsuite: Add test case for pack/unpack bifs at soft-float [PR105334]
 2022-04-28  3:38 UTC  (4+ messages)

[committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes
 2022-04-28  3:35 UTC 

[PATCH 0/3] RISC-V: Add Ratified Cache Management Operation ISA Extensions
 2022-04-28  3:27 UTC  (2+ messages)

[PATCH] testsuite: Skip target not support -pthread [pr104676]
 2022-04-28  3:23 UTC  (3+ messages)

[PATCH] loongarch: ignore zero-size fields in calling convention
 2022-04-28  1:24 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] c++: global-namespace-qualified var after class def [PR90107]
 2022-04-28  0:51 UTC  (2+ messages)

[PATCH RFA] c-family: attribute ((aligned, mode)) [PR100545]
 2022-04-27 23:48 UTC  (4+ messages)

[PATCH] c++: ICE with temporary of class type in DMI [PR100252]
 2022-04-27 20:30 UTC  (3+ messages)
  ` [PATCH v2] "

[Patch][Stage 1] Fortran/OpenMP: Support mapping of DT with allocatable components
 2022-04-27 17:54 UTC  (4+ messages)
  ` [OG11-committed][stage1-patch] Fortran: Fix finalization resolution with deep copy (was: [Patch][Stage 1] Fortran/OpenMP: Support mapping of DT with allocatable components)

[PATCH] c++: enum in generic lambda at global scope [PR105398]
 2022-04-27 17:01 UTC  (6+ messages)

[PATCH] middle-end/105376 - invalid REAL_CST for DFP constant
 2022-04-27 16:25 UTC  (2+ messages)

[PATCH] middle-end/104492 - avoid all equality compare dangling pointer diags
 2022-04-27 16:18 UTC  (13+ messages)
                  ` [PATCH] testsuite: Add testcase for dangling pointer equality bogus warning [PR104492]

[PATCH] libstdc++: Update {x86_64,i?86,aarch64,s390x,ppc{,64,64le}} baseline_symbols.txt
 2022-04-27 15:12 UTC  (2+ messages)
` [PATCH] libstdc++: Update {x86_64, i?86, aarch64, s390x, ppc{, 64, 64le}} baseline_symbols.txt

[committed] libstdc++: Add pretty printer for std::atomic
 2022-04-27 14:53 UTC 

[PATCH] vect, tree-optimization/105219: Disable epilogue vectorization when peeling for alignment
 2022-04-27 14:09 UTC  (11+ messages)

[PATCH] tree-optimization/105219 - bogus max iters for vectorized epilogue
 2022-04-27 14:03 UTC 

[PATCH] Honor COMDAT for mergeable constant sections
 2022-04-27 12:46 UTC  (6+ messages)

[PATCH] ada: Fix build for RTEMS
 2022-04-27 12:36 UTC  (2+ messages)

[PATCH] tree-optimization/105219 - bogus max iters for vectorized epilogue
 2022-04-27 12:09 UTC 

[gcov v2 00/14] Add merge-stream subcommand to gcov-tool
 2022-04-27  8:16 UTC  (11+ messages)
` [gcov v2 05/14] gcov: Add __gcov_filename_to_gcfn()
` [gcov v2 06/14] gcov-tool: Support file input from stdin
` [gcov v2 07/14] gcov: Use xstrdup()
` [gcov v2 08/14] gcov: Move prepend to list to read_gcda_file()
` [gcov v2 13/14] gcov: Use xstrerror()
` [gcov v2 14/14] gcov: Add section for freestanding environments

[PATCH] testsuite: Add arm testcase for PR105374
 2022-04-27  8:14 UTC  (2+ messages)

[Ada] Revert r12-6599 (Fix up handling of ghost units [PR104027])
 2022-04-27  8:00 UTC 

[PATCH 1/2] LoongArch: Add '(clobber (mem:BLK (scratch)))' to PLV instruction templates
 2022-04-27  7:21 UTC  (2+ messages)
` [PATCH 2/2] LoongArch: Add fdiv define_expand template

[PATCH] asan: Fix up asan_redzone_buffer::emit_redzone_byte [PR105396]
 2022-04-27  6:06 UTC  (2+ messages)

[PATCH 0/4] Use pointer arithmetic for array references [PR102043]
 2022-04-27  5:48 UTC  (5+ messages)
` *PING* "

[PATCH] rs6000: Move V2DI vec_neg under power8-vector [PR105271]
 2022-04-27  1:49 UTC  (4+ messages)

[PATCH, rs6000] Fix passing of Coomplex IEEE 128-bit [PR99685]
 2022-04-26 22:09 UTC  (2+ messages)

[r12-8175 Regression] FAIL: g++.dg/modules/xtreme-header_a.H -std=c++2b (test for excess errors) on Linux/x86_64
 2022-04-26 20:37 UTC 

[pushed] c++: pack init-capture of unresolved overload [PR102629]
 2022-04-26 20:11 UTC 

[PATCH] fortran: Avoid infinite self-recursion [PR105381]
 2022-04-26 20:04 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] fortran: Compare non-constant bound expressions. [PR105379]
 2022-04-26 18:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update email address
 2022-04-26 18:20 UTC 

[PATCH] fortran: Fix up gfc_trans_oacc_construct [PR104717]
 2022-04-26 17:51 UTC  (4+ messages)
  ` Fix up 'libgomp.oacc-fortran/print-1.f90' GCN offloading compilation [PR104717] (was: [PATCH] fortran: Fix up gfc_trans_oacc_construct [PR104717])

[x86 PATCH] PR target/92578: Peephole2s to tweak cmove register allocation
 2022-04-26 17:32 UTC  (2+ messages)

enable __ieee128 for p9vector tests
 2022-04-26 16:49 UTC  (9+ messages)
      ` ppc: testsuite: prune float128 partial support warnings
        ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128 (was: Re: ppc: testsuite: prune float128 partial support warnings)
          ` [PATCH] ppc: testsuite: float128-hw{,4}.c need -mlong-double-128 (was: [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128)
            ` [PATCH] ppc: testsuite: float128-hw{, 4}.c "
              ` [PATCH] ppc: testsuite: float128-hw{,4}.c need -mlong-double-128

[PATCH] avr: add support for tinyAVR 2 family
 2022-04-26 16:46 UTC  (2+ messages)

[PATCH, V4] Eliminate power8 fusion options, use power8 tuning, PR target/102059
 2022-04-26 16:19 UTC  (2+ messages)
` Ping: "

[GCC 9 backport][committed] libphobos: Give _Unwind_Exception an alignment that best resembles __attribute__((aligned))
 2022-04-26 15:44 UTC 

[GCC 10 backport][committed] libphobos: Give _Unwind_Exception an alignment that best resembles __attribute__((aligned))
 2022-04-26 15:16 UTC 

[GCC 11 backport][committed] libphobos: Give _Unwind_Exception an alignment that best resembles __attribute__((aligned))
 2022-04-26 15:02 UTC 

[PATCH] c++: decltype of non-dependent call of class type [PR105386]
 2022-04-26 14:33 UTC  (2+ messages)

[PATCH] PR102024 - IBM Z: Add psabi diagnostics
 2022-04-26 13:48 UTC  (3+ messages)
` [PATCH] v2 "

[committed] libphobos: Don't call free on the TLS array in the emutls destroy function
 2022-04-26 13:47 UTC 

[committed] libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661)
 2022-04-26 12:24 UTC 

[committed] libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)
 2022-04-26 12:24 UTC 

[PATCH] rs6000: Make the has_arch target selectors actually work
 2022-04-26 11:34 UTC 

[PATCH] [og10] OpenACC: Fix race condition in Fortran loop collapse tests
 2022-04-26 11:33 UTC  (4+ messages)
` [PATCH] [og10] OpenACC: Shared memory layout optimisation
  ` GCN: Make "gang-private data-share memory exhausted" error more verbose (was: [PATCH] [og10] OpenACC: Shared memory layout optimisation)

[PATCH] lto: use diagnostics_context in print_lto_docs_link
 2022-04-26 11:30 UTC  (2+ messages)

[PATCH] libstdc++: Gate constexpr string and vector on constexpr destructor support
 2022-04-26 10:52 UTC 

New Swedish PO file for 'gcc' (version 12.1-b20220403)
 2022-04-26  9:22 UTC 

[PATCH] ifcvt: Improve noce_try_store_flag_mask [PR105314]
 2022-04-26  8:39 UTC  (4+ messages)

[PATCH] reassoc: Don't call fold_convert if !fold_convertible_p [PR105374]
 2022-04-26  7:59 UTC  (3+ messages)

[pushed] c++: alignment of local typedef in template [PR65211]
 2022-04-26  7:56 UTC  (2+ messages)
` [committed] testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211]

[PATCH] i386: Improve ix86_expand_int_movcc
 2022-04-26  7:52 UTC  (2+ messages)

[committed] libgomp: Fix up two non-GOMP_USE_ALIGNED_WORK_SHARES related issues [PR105358]
 2022-04-26  7:16 UTC 

[PATCH] i386: Fix up ICE with -mveclibabi={acml,svml} [PR105367]
 2022-04-26  7:08 UTC  (2+ messages)

[pushed] c++: generic lambda fn parm pack [PR104624]
 2022-04-26  3:51 UTC 

[committed] analyzer: fix ICEs on complex constants [PR105365, 105366]
 2022-04-25 23:41 UTC 

[PATCH] PR52665 do not let .ident confuse assembler scan tests
 2022-04-25 23:00 UTC  (4+ messages)
    ` testsuite -fno-file [was: Re: [PATCH] PR52665 do not let .ident confuse assembler scan tests]

[committed] Fix up bb-slp-31.c testcase
 2022-04-25 22:27 UTC  (3+ messages)
` [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]
  ` testsuite -Wcomment [was: Re: [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]]

[AArch64] PR105162: emit barrier for __sync and __atomic builtins on CPUs without LSE
 2022-04-25 22:06 UTC  (4+ messages)

[PATCH] c++: partial ordering with dependent NTTP type [PR105289]
 2022-04-25 21:53 UTC  (5+ messages)

[PATCH, testsuite]: Cleanup dumps
 2022-04-25 21:34 UTC  (4+ messages)

[PATCH] fortran: Detect duplicate unlimited polymorphic types [PR103662]
 2022-04-25 20:35 UTC  (7+ messages)
` [PATCH v2] "
    ` [pushed] testsuite: add additional option to force DSE execution [PR103662]

[wwwdocs] Document support for C++23 constexpr std::unique_ptr
 2022-04-25 16:59 UTC 

[committed] libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)
 2022-04-25 16:58 UTC 

[committed] libstdc++: Add deduction guides for std::packaged_task [PR105375]
 2022-04-25 16:06 UTC 

[RFA] gcc.misc-tests/outputs.exp: Use link test to check for -gsplit-dwarf support
 2022-04-25 16:04 UTC 

[PATCH] c++: crash with requires-expr and -Wsequence-point [PR105304]
 2022-04-25 15:15 UTC  (2+ messages)

[PATCH] c++: __builtin_shufflevector with value-dep expr [PR105353]
 2022-04-25 15:14 UTC  (2+ messages)

[PATCH] tree-optimization/105276 - Retain existing range knowledge when prefilling statements
 2022-04-25 13:59 UTC  (3+ messages)

[PATCH] libstdc++: Add pretty printer for std::initializer_list
 2022-04-25 12:38 UTC  (2+ messages)

[PATCH] tree-optimization/105368 - avoid overflow in powi_cost
 2022-04-25  9:46 UTC 

[PING] Re: [PATCH] tree-optimization/100810 - avoid undefs in IVOPT rewrites
 2022-04-25  7:53 UTC  (2+ messages)

[PATCH] PR target/89125
 2022-04-25  7:44 UTC  (4+ 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).