public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH]middle-end Add optimized float addsub without needing VEC_PERM_EXPR
 2022-06-16 10:58 UTC 

[PATCH 1/2]AArch64 Add fallback case using sdot for usdot
 2022-06-16 10:49 UTC  (2+ messages)
` [PATCH 2/2] Add SVE "

[PATCH v1 1/3] RISC-V: Split "(a & (1 << BIT_NO)) ? 0 : -1" to bexti + addi
 2022-06-16  9:31 UTC  (2+ messages)

[PATCH 1/2]AArch64 Fix 128-bit sequential consistency atomic operations
 2022-06-16  9:14 UTC  (4+ messages)
` [PATCH 2/2][AArch32] "

[PATCH] match.pd: Improve y == MIN || x < y optimization [PR105983]
 2022-06-16  9:13 UTC 

[PATCH] match.pd: Fix up __builtin_mul_overflow_p signed type optimization [PR105984]
 2022-06-16  9:10 UTC 

[PATCH] lto-plugin: add support for feature detection
 2022-06-16  8:00 UTC  (5+ messages)
` [PATCH 1/3] lto-plugin: support LDPT_GET_SYMBOLS_V3
` [PATCH 2/3] lto-plugin: make claim_file_handler thread-safe
` [PATCH 3/3] lto-plugin: implement LDPT_GET_API_VERSION

[PATCH V2]rs6000: Store complicated constant into pool
 2022-06-16  7:47 UTC  (5+ messages)

[PATCH][pushed] clang: fix -Wunused-parameter warning
 2022-06-16  6:49 UTC 

[PATCH, rs6000] Use CC for BCD operations [PR100736]
 2022-06-16  6:36 UTC 

[PATCH] gengtype: do not skip char after escape sequnce
 2022-06-16  6:22 UTC  (3+ messages)

[PATCH] Add operators / and * for profile_{count,probability}
 2022-06-16  6:21 UTC  (5+ messages)

[PATCH] ipa-icf: skip variables with body_removed
 2022-06-16  6:21 UTC  (4+ messages)

[PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu
 2022-06-16  6:05 UTC 

[PATCH v2 1/2] riscv-cores.def: Fix description of RISCV_CORE() macro
 2022-06-16  4:27 UTC  (4+ messages)
` [PATCH v2 2/2] riscv-cores.def: Add T-Head XuanTie C906

[PATCH] RISC-V/testsuite: Fix pr105666.c under rv32
 2022-06-16  4:24 UTC  (4+ messages)

[PATCH 1/5] xtensa: Document new -mextra-l32r-costs= Xtensa-specific option
 2022-06-16  0:03 UTC  (2+ messages)

[PATCH 5/5] xtensa: Eliminate [DS]Cmode hard register clobber that is immediately followed by whole overwrite the register
 2022-06-16  0:02 UTC  (2+ messages)

[PATCH 4/5] xtensa: Eliminate unwanted reg-reg moves during DFmode input reloads
 2022-06-16  0:02 UTC  (2+ messages)

[PATCH 3/5] xtensa: Add some dedicated patterns that correspond to GIMPLE canonicalizations
 2022-06-16  0:01 UTC  (2+ messages)

[PATCH 2/5] xtensa: Add support for sibling call optimization
 2022-06-16  0:00 UTC  (4+ messages)
  ` [PATCH v2 "

[PATCH] Add -fextra-libc-function=memcmpeq for __memcmpeq
 2022-06-15 23:38 UTC  (6+ messages)

[PATCH 0/9] Add debug_annotate attributes
 2022-06-15 22:56 UTC  (6+ messages)
` [PATCH 1/9] dwarf: add dw_get_die_parent function

[committed] analyzer: fix up paths for inlining (PR analyzer/105962)
 2022-06-15 22:00 UTC 

[PATCH 00/10] Add 'final' and 'override' where missing
 2022-06-15 21:58 UTC  (19+ messages)
` [PATCH 01/10] Add 'final' and 'override' to opt_pass vfunc impls
  ` PING: "
` [PATCH 02/10] Add 'final' and 'override' on dom_walker "
  ` PING "
` [PATCH 03/10] expr.cc: use final/override on op_by_pieces_d vfuncs
  ` PING: "
` [PATCH 04/10] tree-switch-conversion.h: use final/override for cluster vfunc impls
  ` PING "
` [PATCH 07/10] value-relation.h: add 'final' and 'override' to relation_oracle "
  ` PING "
` [PATCH 08/10] i386: add 'final' and 'override' to scalar_chain "
  ` PING: "
` [PATCH 10/10] Add 'final' and 'override' in various places
  ` PING "

[committed] analyzer: show saved diagnostics as nodes in .eg.dot dumps
 2022-06-15 21:51 UTC 

[committed] analyzer: add more uninit test coverage
 2022-06-15 21:49 UTC 

nvptx: Allow '--with-arch' to override the default '-misa' (was: nvptx multilib setup)
 2022-06-15 21:18 UTC 

[committed] d: Add `@no_sanitize' attribute to compiler and library
 2022-06-15 21:17 UTC 

[committed] openmp: Conforming device numbers and omp_{initial,invalid}_device
 2022-06-15 20:58 UTC  (4+ messages)
` [committed] openmp: Conforming device numbers and omp_{initial, invalid}_device

[PATCH RFA] ubsan: default to trap on unreachable at -O0 and -Og [PR104642]
 2022-06-15 20:38 UTC  (3+ messages)

[PATCH] Fortran: check POS and LEN arguments simplifying bit intrinsics [PR105986]
 2022-06-15 20:26 UTC 

[PATCH] libcpp: Handle extended characters in user-defined literal suffix [PR103902]
 2022-06-15 19:06 UTC  (2+ messages)

[committed] d: Add `@visibility' and `@hidden' attributes
 2022-06-15 18:11 UTC 

[pushed] Revert recent internal-fn changes [PR105975]
 2022-06-15 16:41 UTC 

[committed] arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981]
 2022-06-15 15:09 UTC 

c++: Use better module partition naming
 2022-06-15 15:06 UTC 

[PATCH] Simplify (B * v + C) * D -> BD* v + CD when B, C, D are all INTEGER_CST
 2022-06-15 13:29 UTC  (4+ messages)

[committed] arm: fix thinko in arm_bfi_1_p() [PR105974]
 2022-06-15 12:52 UTC 

[committed] d: Set TYPE_ARTIFICIAL on internal TypeInfo types
 2022-06-15 11:56 UTC 

[PATCH]middle-end Use subregs to expand COMPLEX_EXPR to set the lowpart
 2022-06-15 11:36 UTC  (8+ messages)

[PATCH] tree-optimization/105969 - FPE with array diagnostics
 2022-06-15 11:13 UTC 

[PATCH] tree-optimization/105969 - FPE with array diagnostics
 2022-06-15 11:13 UTC 

[PATCH] tree-optimization/105969 - FPE with array diagnostics
 2022-06-15 11:13 UTC 

[PATCH] tree-optimization/105971 - less surprising refs_may_alias_p_2
 2022-06-15 11:13 UTC 

[PATCH] tree-optimization/105971 - less surprising refs_may_alias_p_2
 2022-06-15 11:13 UTC 

[PATCH] tree-optimization/105971 - less surprising refs_may_alias_p_2
 2022-06-15 11:13 UTC 

[committed] d: Delay completing aggregate and enum types until after attributes have been applied
 2022-06-15 10:35 UTC 

[pushed] aarch64: Revert bogus fix for PR105254
 2022-06-15 10:15 UTC 

[pushed] gen: Allow unspec numbers in .md attributes
 2022-06-15 10:14 UTC 

[PATCH] libgompd: Fix sizes in OMPD support and add local ICVs finctions
 2022-06-15  9:55 UTC  (2+ messages)

[PATCH] expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951]
 2022-06-15  9:16 UTC  (5+ messages)

[PATCH 1/2] riscv-cores.def: Fix description of RISCV_CORE() macro
 2022-06-15  8:56 UTC  (6+ messages)
` [PATCH 2/2] riscv-cores.def: Add Allwinner D1 core

[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
 2022-06-15  8:34 UTC 

[PATCH] Revert "[PATCH] RISC-V: Use new linker emulations for glibc ABI."
 2022-06-15  7:59 UTC 

[committed][gdb/build] Fix build for gcc < 11
 2022-06-15  7:03 UTC 

[PATCH] predict: Adjust optimize_function_for_size_p [PR105818]
 2022-06-15  6:21 UTC  (5+ messages)

[PATCH] Fix ICE in extract_insn, at recog.cc:2791
 2022-06-15  5:51 UTC  (2+ messages)

libgo patch committed: Format the syscall package
 2022-06-14 22:11 UTC 

[PATCH][_Hashtable] Fix insertion of range of type convertible to value_type PR 56112
 2022-06-14 21:53 UTC  (7+ messages)
        ` [PATCH][_Hashtable] Fix insertion of range of type convertible to value_type PR 105714

[committed] libstdc++: Check lengths first in operator== for basic_string [PR62187]
 2022-06-14 20:20 UTC 

[committed] libstdc++: Inline all basic_string::compare overloads [PR59048]
 2022-06-14 20:19 UTC 

[committed] libstdc++: Fix indentation in allocator base classes
 2022-06-14 20:19 UTC 

[committed] libstdc++: Check for size overflow in constexpr allocation [PR105957]
 2022-06-14 20:19 UTC 

[PATCH] gcc/configure.ac: fix --enable-fixed-point enablement [PR34422]
 2022-06-14 19:51 UTC 

[PATCH] i386: Disallow sibcall when calling ifunc functions with PIC register
 2022-06-14 19:25 UTC 

[PATCH] opts: improve option suggestion
 2022-06-14 19:12 UTC  (5+ messages)

c++: Elide calls to NOP module initializers
 2022-06-14 16:13 UTC 

[PATCH 1/2]middle-end Support optimized division by pow2 bitmask
 2022-06-14 16:09 UTC  (11+ messages)

[PATCH] tree-optimization/105736: Don't let error_mark_node escape for ADDR_EXPR
 2022-06-14 15:31 UTC  (2+ messages)
` [PATCH v1.1] "

[PATCH take #2] Fold truncations of left shifts in match.pd
 2022-06-14 13:41 UTC  (2+ messages)

[PATCH] Do not erase warning data in gimple_set_location
 2022-06-14 13:33 UTC  (5+ messages)

[PATCH][WIP] have configure probe prefix for gmp/mpfr/mpc [PR44425]
 2022-06-14 13:14 UTC  (4+ messages)

[PATCH v1 0/3] RISC-V: Improve sequences with shifted zero-extended operands
 2022-06-14 11:39 UTC  (7+ messages)
` [PATCH v1 1/3] RISC-V: add consecutive_bits_operand predicate
` [PATCH v1 2/3] RISC-V: Split slli+sh[123]add.uw opportunities to avoid zext.w

[PATCH v2] RISC-V: bitmanip: improve constant-loading for (1ULL << 31) in DImode
 2022-06-14 11:18 UTC  (6+ messages)

[PATCH] middle-end/105965 - add missing v_c_e <{ el }> simplification
 2022-06-14 10:49 UTC 

[PATCH] middle-end/105965 - add missing v_c_e <{ el }> simplification
 2022-06-14 10:49 UTC 

[PATCH] middle-end/105965 - add missing v_c_e <{ el }> simplification
 2022-06-14 10:49 UTC 

[PATCH] tree-optimization/105946 - avoid accessing excess args from uninit diag
 2022-06-14 10:49 UTC 

[PATCH] tree-optimization/105946 - avoid accessing excess args from uninit diag
 2022-06-14 10:49 UTC 

[PATCH] tree-optimization/105946 - avoid accessing excess args from uninit diag
 2022-06-14 10:49 UTC 

gcc-patches@gcc.gnu.org
 2022-06-14  8:35 UTC 

[PATCH] vect: Move suggested_unroll_factor applying [PR105940]
 2022-06-14  6:03 UTC  (3+ messages)

[PATCH 4/4] xtensa: Optimize bitwise AND operation with some specific forms of constants
 2022-06-14  0:33 UTC  (4+ messages)
  ` [PATCH v2 "

[PATCH 3/4] xtensa: Make use of BALL/BNALL instructions
 2022-06-14  0:33 UTC  (2+ messages)

[PATCH 2/4] xtensa: Simplify conditional branch/move insn patterns
 2022-06-14  0:32 UTC  (2+ messages)

[PATCH v2 1/4] xtensa: Improve shift operations more
 2022-06-14  0:31 UTC  (2+ messages)

[PATCH v2] cpp: new built-in __EXP_COUNTER__
 2022-06-13 23:13 UTC  (2+ messages)
` [PING] "

[committed] d: Merge upstream dmd 821ed393d, druntime 454471d8, phobos 1206fc94f
 2022-06-13 22:10 UTC  (3+ messages)

[PATCH] RISC-V: Reset the length to the default of 4 for FP comparisons
 2022-06-13 21:31 UTC  (3+ messages)

[PATCH RFA] ubsan: -Wreturn-type and ubsan trap-on-error
 2022-06-13 20:03 UTC  (2+ messages)

[PATCH] libstdc++: Rename __null_terminated to avoid collision with Apple SDK
 2022-06-13 19:28 UTC  (4+ messages)

[committed] libstdc++: Use type_identity_t for non-deducible std::atomic_xxx args
 2022-06-13 19:27 UTC 

[PATCH] i386: Return true for (SUBREG (MEM....)) in register_no_elim_operand [PR105927]
 2022-06-13 15:15 UTC 

[committed] d: Match function declarations of gcc built-ins from any module
 2022-06-13 14:40 UTC 

[RFA configure parts] aarch64: Make cc1 &co handle --with options
 2022-06-13 14:33 UTC 

[PATCH, OpenMP] Implement uses_allocators clause for target regions
 2022-06-13 14:04 UTC  (11+ messages)
  ` [PATCH, OpenMP, v2] "
            ` [PATCH, OpenMP, v4] "

[committed] d: Improve TypeInfo errors when compiling in -fno-rtti mode
 2022-06-13 13:10 UTC 

[PATCH]AArch64 relax predicate on load structure load instructions
 2022-06-13 11:50 UTC  (9+ messages)

[PATCH] PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap
 2022-06-13 11:29 UTC  (4+ messages)

[PATCH] Introduce -finstrument-functions-once
 2022-06-13 11:26 UTC  (4+ messages)

c++: Separate late stage module writing
 2022-06-13 11:22 UTC 

[PATCH] aarch64: Lower vcombine to GIMPLE
 2022-06-13 10:51 UTC  (2+ messages)

[PATCH] Simplify vec_unpack of uniform_vector_p constructors in match.pd
 2022-06-13  9:52 UTC  (4+ messages)

[COMMITTED] Implement vrange::supports_type_p
 2022-06-13  9:43 UTC  (2+ messages)

[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
 2022-06-13  9:18 UTC  (9+ 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).