public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/4] rs6000: build constant via li/lis;rldicX
 2023-05-31  2:55 UTC  (4+ messages)
  ` Ping^^ "
    ` Ping^^^ "

[PATCH V2] rs6000: Enhance lowpart/highpart DI->SF by mtvsrws/mtvsrd
 2023-05-31  2:53 UTC  (4+ messages)
` ping: "
  ` ping^^: "
    ` ping^^^: "

[PATCH] VECT: Change flow of decrement IV
 2023-05-31  1:42 UTC  (13+ messages)
  `  "

[PATCH] Fix ICE in rewrite_expr_tree_parallel
 2023-05-31  1:35 UTC 

[PATCH] RISC-V: Fix unreachable test code for init repeat sequence
 2023-05-31  1:02 UTC  (3+ messages)

[RFC] RISC-V: Eliminate extension after for *w instructions
 2023-05-31  0:49 UTC  (2+ messages)

[PATCH] RISC-V: Add the option "-mdisable-multilib-check" to avoid multilib checks breaking the compilation
 2023-05-30 23:39 UTC  (5+ messages)

[V9][PATCH 0/2] Accept and Handle the case when a structure including a FAM nested in another structure
 2023-05-30 23:25 UTC  (4+ messages)
` [V9][PATCH 1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
` [V9][PATCH 2/2] Update documentation to clarify a GCC extension [PR77650]

[PATCH] RISC-V: Basic VLS code gen for RISC-V
 2023-05-30 23:19 UTC  (17+ messages)
    `  "

[pushed] testsuite: add verify-sarif-file to some testcases that were missing it
 2023-05-30 23:00 UTC 

[C PATCH 1/4] introduce ubsan checking for assigment of VM types 1/4
 2023-05-30 22:59 UTC  (3+ messages)
` [C PATCH 3/4] introduce ubsan checking for assigment of VM types 3/4

[PATCH] RISC-V: Synthesize power-of-two constants
 2023-05-30 22:17 UTC  (7+ messages)
  `  "

[V1][PATCH 0/3] New attribute "element_count" to annotate bounds for C99 FAM(PR108896)
 2023-05-30 21:44 UTC  (8+ messages)
` [V1][PATCH 2/3] Use the element_count atribute info in builtin object size [PR108896]

[WIP] Have -Wpointer-sign be enabled by -Wextra, too [PR109836]
 2023-05-30 21:42 UTC 

[PATCH] tree: Fix up save_expr [PR52339]
 2023-05-30 21:08 UTC  (8+ messages)

[PATCH] rs6000: Update the vsx-vector-6.* tests
 2023-05-30 20:46 UTC 

[PATCH] rs6000, fix vec_replace_unaligned builtin arguments
 2023-05-30 20:41 UTC 

[pushed] LRA: Update insn sp offset if its input reload changes SP
 2023-05-30 20:28 UTC  (2+ messages)

[testsuite,applied] PR52641: Fix more implicit int=32 fallout
 2023-05-30 20:09 UTC 

[PATCH] Refactor wi::bswap as a function (instead of a method)
 2023-05-30 19:09 UTC  (2+ messages)

[PATCH] jump: Change return type of predicate functions from int to bool
 2023-05-30 19:00 UTC  (2+ messages)

[aarch64] Code-gen for vector initialization involving constants
 2023-05-30 18:53 UTC  (22+ messages)

[PATCH] RISC-V: Add missing torture-init and torture-finish for rvv.exp
 2023-05-30 18:43 UTC  (10+ messages)

[PATCH] btf: improve -dA comments for testsuite
 2023-05-30 18:27 UTC  (6+ messages)
` [PATCH 1/2] btf: be clear when record size/type is not used
  ` [PATCH 2/2] btf: improve -dA comments for testsuite

[COMMITTED] ada: Remove the body of System.Storage_Elements
 2023-05-30 16:55 UTC  (7+ messages)

[PATCH] [arm] testsuite: make mve_intrinsic_type_overloads-int.c libc-agnostic
 2023-05-30 15:44 UTC  (4+ messages)

[V8][PATCH 0/2]Accept and Handle the case when a structure including a FAM nested in another structure
 2023-05-30 15:29 UTC  (8+ messages)
` [V8][PATCH 2/2] Update documentation to clarify a GCC extension [PR77650]

[PATCH] doc: clarify semantics of vector bitwise shifts
 2023-05-30 14:49 UTC  (4+ messages)

[PATCH 1/2] ipa-cp: Avoid long linear searches through DECL_ARGUMENTS
 2023-05-30 14:21 UTC  (3+ messages)

[PATCH] Fix type error of 'switch (SUBREG_BYTE (op)).'
 2023-05-30 14:16 UTC  (4+ messages)

[PATCH] [arm][testsuite]: Fix ACLE data-intrinsics testcases
 2023-05-30 14:02 UTC  (2+ messages)

[patch,avr] Fix PR109650 wrong code
 2023-05-30 13:15 UTC  (3+ messages)
  ` Ping #1: "

[PATCH] MIPS: don't expand large block move
 2023-05-30 11:44 UTC  (5+ messages)

decremnt IV patch create fails on PowerPC
 2023-05-30 11:37 UTC  (15+ messages)
  `  "

[PATCH v1] tree-ssa-sink: Improve code sinking pass
 2023-05-30 11:24 UTC  (6+ messages)

[PATCH] [vect]Enhance NARROW FLOAT_EXPR vectorization by truncating integer to lower precision
 2023-05-30 11:22 UTC  (4+ messages)
` [PATCH V2] "

[PATCH] libatomic: Provide gthr.h default implementation
 2023-05-30 11:17 UTC  (6+ messages)

[committed] OpenMP: Improve C/C++ parsing error message [PR109999]
 2023-05-30 11:16 UTC 

[PATCH] Update perf auto profile script
 2023-05-30 11:08 UTC 

[PATCH] riscv: update riscv_asan_shadow_offset
 2023-05-30 11:04 UTC  (4+ messages)

[PATCH 3/3 v2] xtensa: Optimize 'cstoresi4' insn pattern
 2023-05-30  9:51 UTC 

[PATCH 2/3 v2] xtensa: Add 'adddi3' and 'subdi3' insn patterns
 2023-05-30  9:50 UTC 

[PATCH] Optimized "(X - N * M) / N + M" to "X / N" if valid
 2023-05-30  9:48 UTC  (2+ messages)

[PATCH][committed] aarch64: Convert ADDLP and ADALP patterns to standard RTL codes
 2023-05-30  9:42 UTC 

[PATCH][committed] aarch64: Reimplement v(r)hadd and vhsub intrinsics with RTL codes
 2023-05-30  9:38 UTC 

[PATCH] Detect bswap + rotate for byte permutation in pass_bswap
 2023-05-30  9:36 UTC  (2+ messages)

[PATCH] Add a != MIN/MAX_VALUE_CST ? CST-+1 : a to minmax_from_comparison
 2023-05-30  9:32 UTC  (2+ messages)

[PATCH] MATCH: Move `a <= CST1 ? MAX<a, CST2> : a` optimization to match
 2023-05-30  9:31 UTC  (2+ messages)

[PATCH 3/3] xtensa: Optimize 'cstoresi4' insn pattern
 2023-05-30  9:26 UTC 

[PATCH 2/3] xtensa: Add 'adddi3' and 'subdi3' insn patterns
 2023-05-30  9:26 UTC 

[PATCH 1/3] xtensa: Improve "*shlrd_reg" insn pattern and its variant
 2023-05-30  9:25 UTC 

[PATCH] riscv: add work around for PR sanitizer/82501
 2023-05-30  9:03 UTC  (2+ messages)

[x86_64 PATCH] PR target/109973: CCZmode and CCCmode variants of [v]ptest
 2023-05-30  8:30 UTC  (4+ messages)

[RFC][PATCH] Improve generating FMA by adding a widening_mul pass
 2023-05-30  7:52 UTC  (2+ messages)

[PATCH 1/1] [V2] [RISC-V] support cm.push cm.pop cm.popret in zcmp
 2023-05-30  7:44 UTC  (2+ messages)
    `  "

[PATCH] VECT: Add SELECT_VL support
 2023-05-30  7:30 UTC  (2+ messages)

[COMMITTED] ada: Fix wrong access for qualified aggregate with storage model
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix internal error on qualified aggregate with storage model
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Add missing guards for degenerate storage models
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix incorrect copies being used with 'Address
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix bogus Storage_Error on dynamic array with static zero length
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix minor issue with Mod operator
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Minor generic tweaks left and and right
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Make internal_error_function more robust
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Adjust again the implementation of storage models
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Simplify the implementation of storage models
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Make use of Cannot_Be_Superflat flag on N_Range nodes
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Disable PIE mode during the build of the Ada front-end
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix storage model handling for dereference as lvalue and renamings
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Small cleanups and fixes in expansion of aggregates
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix wrong expansion of array aggregate with noncontiguous choices
 2023-05-30  7:21 UTC 

[COMMITTED] ada: Fix internal error on array constant in expression function
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Fix fallout of recent fix for missing finalization
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Add System.Traceback.Symbolic.Module_Name support on AArch64 Linux
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Only build access-to-subprogram wrappers when expander is active
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Fix minor issues in user's guide
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Ensure Default_Stack_Size is greater than Minimum_Stack_Size
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Fix regression of secondary stack management in return statements
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Use generalized loop iteration in Put_Image routines
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Fix visibility error with DIC or Type_Invariant aspect on generic type
 2023-05-30  7:20 UTC 

[COMMITTED] ada: Fix coding style in init.c
 2023-05-30  7:20 UTC 

[PATCH] [libstdc++] [testsuite] xfail double-prec from_chars for x86_64 ldbl
 2023-05-30  7:11 UTC  (2+ messages)

[PATCH 0/1] [V2] RISC-V: support Zcmp extension
 2023-05-30  6:58 UTC  (4+ messages)
` [PATCH 1/1] [V2] [RISC-V] support cm.push cm.pop cm.popret in zcmp
    `  "

[RFC] light expander sra for parameters and returns
 2023-05-30  6:54 UTC  (3+ messages)

[PATCH, rs6000] Add two peephole2 patterns for mr. insn
 2023-05-30  6:32 UTC 

[PATCH] Replace a HWI_COMPUTABLE_MODE_P with wide-int in simplify-rtx.cc
 2023-05-30  6:31 UTC  (2+ messages)

[PATCH] Add COMPLEX_VECTOR_INT modes
 2023-05-30  6:26 UTC  (2+ messages)

[PATCH V2] RISC-V: Add floating-point to integer conversion RVV auto-vectorization support
 2023-05-30  2:22 UTC  (4+ messages)

[PATCH V2] RISC-V: Fix warning in riscv.md
 2023-05-30  2:17 UTC  (3+ messages)

[PATCH V2] RISC-V: Add RVV FNMA auto-vectorization support
 2023-05-30  2:15 UTC  (4+ messages)

[PATCH] RISC-V: Fix warning in riscv.md
 2023-05-30  2:05 UTC  (2+ messages)

[PATCH] LoongArch: Set 4 * (issue rate) as the default for -falign-functions and -falign-loops
 2023-05-30  1:30 UTC  (4+ messages)

[PATCH 0/2] RISC-V: New pass to optimize calculation of offsets for memory operations
 2023-05-29 23:30 UTC  (7+ messages)
` [PATCH 1/2] Implementation of new RISCV optimizations pass: fold-mem-offsets

[PATCH] PR target/107172: Avoid "unusual" MODE_CC comparisons in simplify-rtx.cc
 2023-05-29 23:25 UTC  (2+ messages)

[PATCH] rtlanal: Change return type of predicate functions from int to bool
 2023-05-29 23:24 UTC  (2+ messages)

[PATCH v2 0/5] A small Texinfo refinement
 2023-05-29 19:27 UTC  (15+ messages)

[PATCH] RISC-V: Optimize TARGET_XTHEADCONDMOV
 2023-05-29 17:14 UTC  (2+ messages)

[PATCH] RISC-V: Add RVV FRM enum for floating-point rounding mode intriniscs
 2023-05-29 17:03 UTC  (2+ messages)

[PATCH 2/2] ipa-cp: Feed results of IPA-CP into value numbering
 2023-05-29 16:19 UTC 

[PATCH] Convert ipa_jump_func to use ipa_vr instead of a value_range
 2023-05-29 14:51 UTC  (3+ messages)
` [PATCH] Implement ipa_vr hashing

[COMMITTED] i386: Also require TARGET_AVX512BW to generate truncv16hiv16qi2 [PR110021]
 2023-05-29 14:13 UTC 

RISC-V: Use extension instructions instead of bitwise "and"
 2023-05-29 13:57 UTC  (2+ messages)

[PATCH v1] RISC-V: Refactor comments and naming of riscv-v.cc
 2023-05-29 13:53 UTC  (3+ 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).