public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] analyzer: Add optional trim of the analyzer diagnostics going too deep [PR110543]
 2023-07-26 14:26 UTC  (5+ messages)
` [WIP RFC] "

[PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding
 2023-07-26 14:18 UTC  (15+ messages)
` [PATCH v7] "
                `  "

[committed] testsuite: Fix gfortran.dg/ieee/comparisons_3.F90 testsuite failures
 2023-07-26 14:11 UTC 

[PATCH v2][RFC] c-family: Implement __has_feature and __has_extension [PR60512]
 2023-07-26 14:00 UTC  (2+ messages)

[PATCH] match.pd: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]
 2023-07-26 13:37 UTC  (5+ messages)

[PATCH] tree-optimization/106081 - elide redundant permute
 2023-07-26 13:27 UTC 

[PATCH] AArch64: Do not increase the vect reduction latency by multiplying count [PR110625]
 2023-07-26 12:54 UTC  (11+ messages)

[RFC] GNU Vector Extension -- Packed Boolean Vectors
 2023-07-26 12:33 UTC  (15+ messages)

[PATCH] PR rtl-optimization/110701: Fix SUBREG SET_DEST handling in combine
 2023-07-26 11:40 UTC 

[COMMITTED] [range-ops] Remove special case for handling bitmasks in casts
 2023-07-26 11:35 UTC 

[PATCH] RISC-V: Fix vector tuple intrinsic
 2023-07-26 10:38 UTC  (4+ messages)

[committed] i386: Clear upper half of XMM register for V2SFmode operations [PR110762]
 2023-07-26 10:21 UTC 

[COMMITTED] bpf: fix generation of neg and neg32 BPF instructions
 2023-07-26 10:10 UTC 

[PATCH] vect: Treat VMAT_ELEMENTWISE as scalar load in costing [PR110776]
 2023-07-26 10:02 UTC  (2+ messages)

[committed] libgomp.texi: Add status item, @ref and document omp_in_explicit_task
 2023-07-26  9:57 UTC 

[PATCH] tree-optimization/110799 - fix bug in code hoisting
 2023-07-26  9:41 UTC 

[COMMITTED] [range-ops] Handle bitmasks for unary operators
 2023-07-26  8:42 UTC  (4+ messages)
` [COMMITTED] [range-ops] Handle bitmasks for BIT_NOT_EXPR
` [COMMITTED] [range-ops] Handle bitmasks for ABS_EXPR
` [COMMITTED] [range-ops] Handle bitmasks for ABSU_EXPR

[PATCH] match.pd: Implement missed optimization (x << c) >> c -> -(x & 1) [PR101955]
 2023-07-26  8:39 UTC  (10+ messages)

[PATCH] RISC-V: Fixbug for fsflags instruction error using immediate
 2023-07-26  8:22 UTC  (18+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
          `  "
        ` [PATCH v4] "
            `  "

RISC-V: Replace unspec with bitreverse in riscv_brev8_<mode> insn
 2023-07-26  8:21 UTC  (2+ messages)

[COMMITTED] Make some functions in CCP static
 2023-07-26  8:19 UTC  (3+ messages)
` [PATCH] Initialize value in bit_value_unop

[PATCH v2] RISC-V: Fix vector tuple intrinsic
 2023-07-26  8:11 UTC  (2+ messages)

Fix profile_count::to_sreal_scale
 2023-07-26  7:01 UTC 

[PATCH] mklog: fix bugs of --append option
 2023-07-26  6:30 UTC  (2+ messages)

[PATCH] Fix typo in insn name
 2023-07-26  5:54 UTC  (3+ messages)
` Ping: "

[PATCH] RISC-V: Fix vector tuple intrinsic
 2023-07-26  4:49 UTC  (3+ messages)

Devirtualization of objects in array
 2023-07-26  4:24 UTC  (4+ messages)
  ` [PATCH] - Devirtualization of array destruction (C++) - 110057

RISC-V: Folding memory for FP + constant case
 2023-07-26  3:31 UTC  (4+ messages)

[PATCH] RISC-V: optim const DF +0.0 store to mem [PR/110748]
 2023-07-26  3:09 UTC  (3+ messages)

[PATCH] rs6000: Correct vsx operands output for xxeval [PR110741]
 2023-07-26  2:53 UTC 

[PATCH] c++: fix ICE with is_really_empty_class [PR110106]
 2023-07-26  2:03 UTC  (11+ messages)

[PATCH v5 0/3] c++: Track lifetimes in constant evaluation [PR70331, ...]
 2023-07-26  1:53 UTC  (2+ messages)

[pushed] testsuite: run C++11 tests in C++11 mode
 2023-07-26  1:44 UTC 

[PATCH v5 00/11] RISC-V: Implement ISA Manual Table A.6 Mappings
 2023-07-26  1:22 UTC  (20+ messages)
` [gcc13 backport 00/12] "
  ` [gcc13 backport 01/12] RISC-V: Eliminate SYNC memory models
  ` [gcc13 backport 02/12] RISC-V: Enforce Libatomic LR/SC SEQ_CST
  ` [gcc13 backport 03/12] RISC-V: Enforce subword atomic "
  ` [gcc13 backport 04/12] RISC-V: Enforce atomic compare_exchange SEQ_CST
  ` [gcc13 backport 05/12] RISC-V: Add AMO release bits
  ` [gcc13 backport 06/12] RISC-V: Strengthen atomic stores
  ` [gcc13 backport 07/12] RISC-V: Eliminate AMO op fences
  ` [gcc13 backport 08/12] RISC-V: Weaken LR/SC pairs
  ` [gcc13 backport 09/12] RISC-V: Weaken mem_thread_fence
  ` [gcc13 backport 10/12] RISC-V: Weaken atomic loads
  ` [gcc13 backport 11/12] RISC-V: Table A.6 conformance tests
  ` [gcc13 backport 12/12] riscv: fix error: control reaches end of non-void function

[PATCH 1/2] bpf: don't print () in bpf_print_operand_address
 2023-07-25 22:49 UTC  (8+ messages)
` [PATCH 2/2] bpf: add v3 atomic instructions
    ` [PATCH v2 "
    ` [COMMITTED v2 1/2] bpf: don't print () in bpf_print_operand_address

[COMMITTED] Fix 110803: use of plain char instead of signed char
 2023-07-25 21:55 UTC 

[patch] OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect
 2023-07-25 21:45 UTC 

[PATCH 1/2][frontend] Add novector C++ pragma
 2023-07-25 20:53 UTC  (2+ messages)

[PATCH] c++: clear tf_partial et al in instantiate_template [PR108960]
 2023-07-25 20:25 UTC  (2+ messages)

List myself as "nvptx port" maintainer (was: Thomas Schwinge appointed co-maintainer of the nvptx backend)
 2023-07-25 19:24 UTC 

[PATCH] range-op-float: Fix up -frounding-math frange_arithmetic +- handling [PR110755]
 2023-07-25 19:15 UTC  (4+ messages)

[PATCH] Replace invariant ternlog operands
 2023-07-25 18:11 UTC 

[PATCH 2/1] c++: passing partially inst ttp as ttp [PR110566]
 2023-07-25 18:04 UTC  (4+ messages)

[PATCH] c++: fix ICE with constexpr ARRAY_REF [PR110382]
 2023-07-25 18:01 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/5] Recognize Zicond extension
 2023-07-25 17:55 UTC  (9+ messages)
` [PATCH 1/5] [RISC-V] "
` [PATCH 2/5] [RISC-V] Generate Zicond instruction for basic semantics
` [PATCH 3/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to 0

New Ukrainian PO file for 'gcc' (version 13.1.0)
 2023-07-25 16:07 UTC 

Contents of PO file 'gcc-13.1.0.uk.po'
 2023-07-25 16:07 UTC 

[PATCH, OpenACC 2.7] readonly modifier support in front-ends
 2023-07-25 15:52 UTC  (2+ messages)
` [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

[PATCH] RISC-V: Enable basic VLS modes support
 2023-07-25 14:03 UTC 

[PATCH] rtl-optimization/110587 - speedup find_hard_regno_for_1
 2023-07-25 13:40 UTC 

[PATCH] rtl-optimization/110587 - remove quadratic regno_in_use_p
 2023-07-25 13:40 UTC 

[COMMITTED] Adjust one Ada test
 2023-07-25 13:23 UTC 

vectorizer: Avoid an OOB access from vectorization
 2023-07-25 13:19 UTC  (2+ messages)

[PATCH] internal-fn: Refine macro define of COND_* and COND_LEN_* internal functions
 2023-07-25 12:58 UTC 

[RFC] [v2] Extend fold_vec_perm to handle VLA vectors
 2023-07-25 12:55 UTC  (3+ messages)

[PATCH] VECT: Support CALL vectorization for COND_LEN_*
 2023-07-25 12:18 UTC  (8+ messages)
  `  "

[PATCH] PR rtl-optimization/110587: Reduce useless moves in compile-time hog
 2023-07-25 11:50 UTC  (2+ messages)

[COMMITTED] bpf: add pseudo-c asm dialect for "nop"
 2023-07-25 11:46 UTC  (2+ messages)

[PATCH v3] x86: Properly find the maximum stack slot alignment
 2023-07-25 11:27 UTC  (2+ messages)

[PATCH] Replace lra-spill.cc's return_regno_p with return_reg_p
 2023-07-25 11:18 UTC  (2+ messages)

[Patch] OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065]
 2023-07-25 11:14 UTC  (5+ messages)
  ` [patch] OpenMP/Fortran: Reject declarations between target + teams (was: [Patch] OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065])

[PATCH 1/2] Fix PR 110066: crash with -pg -static on riscv
 2023-07-25  7:06 UTC  (4+ messages)
` [PATCH 2/2] AARCH64: Turn off unwind tables for crtbeginT.o

[PATCH] Fix PR 93044: extra cast is not removed
 2023-07-25  7:02 UTC  (2+ messages)

[PATCH] Read global value/mask in IPA
 2023-07-25  6:32 UTC  (2+ messages)

[r14-2754 Regression] FAIL: gfortran.dg/gomp/pr99226.f90 -O (test for excess errors) on Linux/x86_64
 2023-07-25  5:18 UTC 

[PATCHv2, rs6000] Generate mfvsrwz for all subtargets and remove redundant zero extend [PR106769]
 2023-07-25  2:10 UTC 

[PATCH v1] RISC-V: Fix one typo for emit_mode_set
 2023-07-24 23:19 UTC  (5+ messages)

[PATCH] libstdc++: Add missing constexpr specifier and function overloads
 2023-07-24 20:15 UTC  (2+ messages)

[PATCH] libstdc++: Reuse double overload of __convert_to_v if possible
 2023-07-24 20:05 UTC 

[committed] libstdc++; Do not use strtold for hppa-hpux [PR110653]
 2023-07-24 20:04 UTC 

[PATCH] Improve 64->128 bit zero extension on PowerPC (PR target/108958)
 2023-07-24 18:41 UTC  (2+ messages)
` Ping: "

[PATCH] Optimize vec_splats of vec_extract for V2DI/V2DF (PR target/99293)
 2023-07-24 18:41 UTC  (2+ messages)
` Ping: "

[PATCH v2] x86: Properly find the maximum stack slot alignment
 2023-07-24 18:12 UTC  (3+ messages)

[PATCH] [GCC13] PR tree-optimization/110315 - Add auto-resizing capability to irange's
 2023-07-24 17:05 UTC  (3+ messages)

[PATCH 0/9] Add btf_decl_tag C attribute
 2023-07-24 15:56 UTC  (2+ messages)

URGENT MAIL
 2023-07-24 15:28 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).