public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] tree-ssa-sink: Improve code sinking pass
 2024-05-08 13:23 UTC  (2+ messages)

[pushed] wwwdocs: gcc-12: 512-bit instead of 512 bit
 2024-05-08 13:22 UTC 

[pushed] wwwdocs: gcc-13: 512-bit instead of 512 bit
 2024-05-08 13:17 UTC 

[PATCH, aarch64] v2: Preparatory patch to place target independent and,dependent changed code in one file
 2024-05-08 12:48 UTC  (2+ messages)

[PATCH 0/4] P1689 followup fixes
 2024-05-08 11:26 UTC  (4+ messages)
` [PATCH 3/4] gcc/c-family/c-opts: fix quoting for `-fdeps-format=` error message

[PATCH] MIPS: Support constraint 'w' for MSA instruction
 2024-05-08 11:04 UTC 

[PATCH][risc-v] libstdc++: Preserve signbit of nan when converting float to double [PR113578]
 2024-05-08 10:40 UTC  (12+ messages)

[patch,avr] PR114981: Implement __builtin_powif in assembly
 2024-05-08 10:10 UTC 

[PATCH] Fix SLP reduction initial value for pointer reductions
 2024-05-08  9:45 UTC 

[PATCH] Fix non-grouped SLP load/store accounting in alignment peeling
 2024-05-08  9:45 UTC 

enable __ieee128 for p9vector tests
 2024-05-08  8:36 UTC  (12+ 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: pr79004 needs -mlong-double-128

[PATCH] rs6000: Adjust -fpatchable-function-entry* support for dual entry [PR112980]
 2024-05-08  8:33 UTC  (3+ messages)

[PATCH] tree-ssa-loop-prefetch.cc: Honour -fno-unroll-loops
 2024-05-08  8:32 UTC  (2+ messages)

[PATCH] Fix and speedup IDF pruning by dominator
 2024-05-08  8:29 UTC 

[PATCH] reassoc: Fix up optimize_range_tests_to_bit_test [PR114965]
 2024-05-08  8:12 UTC  (2+ messages)

[PATCH] s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549]
 2024-05-08  8:06 UTC 

[PATCH] match: `a CMP nonnegative ? a : ABS<a>` simplified to just `ABS<a>` [PR112392]
 2024-05-08  7:53 UTC  (2+ messages)

[PATCH] RISC-V: Add zero_extract support for rv64gc
 2024-05-08  7:45 UTC  (5+ messages)

[PATCH] MATCH: Add some more value_replacement simplifications (a != 0 ? expr : 0) to match
 2024-05-08  7:43 UTC  (4+ messages)

[PATCH 1/4] rs6000: Make all 128 bit scalar FP modes have 128 bit precision [PR112993]
 2024-05-08  7:40 UTC  (5+ messages)
` [PATCH 2/4] fortran: Teach get_real_kind_from_node for Power 128 fp modes [PR112993]
` [PATCH 3/4] ranger: Revert the workaround introduced in PR112788 [PR112993]
` [PATCH 4/4] tree: Remove KFmode workaround [PR112993]

[PATCH v2 1/4] RISC-V: Add test for sraiw-31 special case
 2024-05-08  7:36 UTC  (4+ messages)
` [PATCH v2 2/4] RISC-V: Cover sign-extensions in lshrsi3_zero_extend_2
` [PATCH v2 3/4] RISC-V: Add zero_extract support for rv64gc
` [PATCH v2 4/4] RISC-V: Cover sign-extensions in lshr<GPR:mode>3_zero_extend_4

[V2][PATCH] gcc-14/changes.html: Deprecate a GCC C extension on flexible array members
 2024-05-08  7:25 UTC  (12+ messages)

[PATCH] PR middle-end/111701: signbit(x*x) vs -fsignaling-nans
 2024-05-08  7:19 UTC  (8+ messages)

[PATCH] x86:Add 3-instruction subroutine vector shift for V16QI in ix86_expand_vec_perm_const_1 [PR107563]
 2024-05-08  7:07 UTC  (2+ messages)

[PATCH 1/2] testsuite, rs6000: Make powerpc_vsx consider current_compiler_flags [PR114842]
 2024-05-08  6:56 UTC  (2+ messages)
` [PATCH 2/2] testsuite, rs6000: Replace powerpc_vsx_ok with, powerpc_vsx [PR114842]

[PATCH] rs6000: Enable overlapped by-pieces operations
 2024-05-08  6:47 UTC 

[PATCH] testsuite, rs6000: Remove effective target powerpc_405_nocache
 2024-05-08  6:37 UTC 

[PATCH] libgcc, rs6000: Remove powerpcspe related code
 2024-05-08  6:36 UTC 

[PATCH] testsuite, rs6000: Remove powerpcspe test cases and checks
 2024-05-08  6:36 UTC 

[PATCH] testsuite, rs6000: Remove powerpc_popcntb_ok
 2024-05-08  6:36 UTC 

[PATCH] testsuite, rs6000: Remove all linux*paired* checks and cases
 2024-05-08  6:36 UTC 

[PATCH] testsuite, rs6000: Remove some checks with aix[456]
 2024-05-08  6:36 UTC 

[PATCH] testsuite: Fix typo in torture/vector-{1,2}.c
 2024-05-08  6:33 UTC 

[PATCH] rs6000: Remove useless operands[3]
 2024-05-08  6:33 UTC 

[PATCH] rs6000: Remove useless entries in rreg
 2024-05-08  6:33 UTC 

[PATCH] rs6000: Drop useless vector_{load,store}_<mode> defines
 2024-05-08  6:33 UTC 

[PATCH] rs6000: Clean up TF and TD check with FLOAT128_2REG_P
 2024-05-08  6:33 UTC 

[PATCH] rs6000: Add assert !TARGET_VSX if !TARGET_ALTIVEC and strip a useless check
 2024-05-08  6:32 UTC 

[COMMITTED] Enable prange support
 2024-05-08  6:12 UTC 

[PATCH] rs6000: Fix ICE on IEEE128 long double without vsx [PR114402]
 2024-05-08  5:54 UTC 

[PATCH 1/2] RISC-V: Add tests for cpymemsi expansion
 2024-05-08  5:52 UTC  (2+ messages)
` [PATCH 2/2] RISC-V: Add cmpmemsi expansion

[PATCH] driver: Move -fdiagnostics-urls= early like -fdiagnostics-color= [PR114980]
 2024-05-08  5:50 UTC 

[PATCH 0/3] RISC-V: Add memset-zero expansion with Zicboz+Zic64b
 2024-05-08  5:38 UTC  (4+ messages)
` [PATCH 1/3] expr: Export clear_by_pieces()
` [PATCH 2/3] RISC-V: testsuite: Make cmo tests LTO safe
` [PATCH 3/3] RISC-V: Add memset-zero expansion to cbo.zero

[PATCH 0/4] RISC-V: Enhance unaligned/overlapping codegen
 2024-05-08  5:17 UTC  (5+ messages)
` [PATCH 1/4] RISC-V: Add test cases for cpymem expansion
` [PATCH 2/4] RISC-V: Allow unaligned accesses in cpymemsi expansion
` [PATCH 3/4] RISC-V: tune: Add setting for overlapping mem ops to tuning struct
` [PATCH 4/4] RISC-V: Allow by-pieces to do overlapping accesses in block_move_straight

[PATCH v20 23/26] c++: Implement __is_invocable built-in trait
 2024-05-08  5:04 UTC  (5+ messages)
` [PATCH v21 20/23] "
  ` [PATCH v22 "

[df-Add-DF_LIVE_SUBREG-problem] df: Add DF_LIVE_SUBREG problem
 2024-05-08  3:58 UTC  (2+ messages)

[PATCH V2 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA
 2024-05-08  3:34 UTC  (5+ messages)
` [PATCH 2/4] df: Add DF_LIVE_SUBREG problem

[PATCH 1/1] Emit cvtne2ps2bf16 for odd increasing perm in __builtin_shufflevector
 2024-05-08  3:25 UTC 

[PATCH] x86:Add 3-instruction subroutine vector shift for V16QI in ix86_expand_vec_perm_const_1 [PR107563]
 2024-05-08  3:04 UTC 

[PATCH 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA
 2024-05-08  3:01 UTC  (4+ messages)
` [PATCH 4/4] lra: Apply DF_LIVE_SUBREG data

[COMMITTED] testsuite/gcc.target/cris/pr93372-2.c: Handle xpass from combine improvement
 2024-05-08  2:26 UTC  (4+ messages)
  ` [REVERTED] "
    ` [COMMITTED] Revert "Revert "testsuite/gcc.target/cris/pr93372-2.c: Handle xpass from combine improvement"" "

[PATCH, RFC] combine: Don't truncate const operand of AND if it's no benefits
 2024-05-08  2:13 UTC  (3+ messages)
  ` Ping "

[PATCH] i386: Fix some intrinsics without alignment requirements
 2024-05-08  2:12 UTC 

[PATCH] i386: fix ix86_hardreg_mov_ok with lra_in_progress
 2024-05-08  2:08 UTC  (2+ messages)

[Patch, rs6000] Enable overlap memory store for block memory clear
 2024-05-08  1:55 UTC  (2+ messages)

[PATCH, rs6000] Split TImode for logical operations in expand pass [PR100694]
 2024-05-08  1:52 UTC  (4+ messages)
` Ping "
  ` Ping^2 "
    ` Ping^3 "

[PATCH] vect: generate suitable convert insn for int -> int, float -> float and int <-> float
 2024-05-08  1:38 UTC 

[PATCH v1 0/1] RISC-V: Nan-box the result of movbf on soft-bf16
 2024-05-08  0:38 UTC  (2+ messages)
` [PATCH v1 1/1] "

&Crane
 2024-05-08  0:28 UTC 

[committed][RISC-V] Turn on overlap_op_by_pieces for generic-ooo tuning
 2024-05-07 21:36 UTC 

[committed] [RISC-V] Allow uarchs to set TARGET_OVERLAP_OP_BY_PIECES_P
 2024-05-07 21:30 UTC  (3+ messages)

Fyi
 2024-05-07 21:22 UTC 

[PATCH v3] DCE __cxa_atexit calls where the function is pure/const [PR19661]
 2024-05-07 20:38 UTC  (2+ messages)

[patch,avr] PR114975: Better 8-bit parity detection
 2024-05-07 20:37 UTC  (2+ messages)

[patch,avr] PR114975: Better 8-bit popcount detection
 2024-05-07 20:36 UTC  (2+ messages)

[PATCH] c++: Implement C++26 P2893R3 - Variadic friends [PR114459]
 2024-05-07 20:27 UTC  (2+ messages)

[PATCH] expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [PR114907]
 2024-05-07 19:28 UTC  (3+ messages)

[PATCH] c++/modules: Stream unmergeable temporaries by value again [PR114856]
 2024-05-07 19:04 UTC  (5+ messages)

[PATCH] tree-inline: Remove .ASAN_MARK calls when inlining functions into no_sanitize callers [PR114956]
 2024-05-07 18:55 UTC  (2+ messages)

[r15-268 Regression] FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2 on Linux/x86_64
 2024-05-07 16:47 UTC 

[PATCH v3 00/12] Add aarch64-w64-mingw32 target
 2024-05-07 16:31 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] arm: [MVE intrinsics] Fix support for predicate constants [PR target/114801]
 2024-05-07 16:19 UTC  (2+ messages)
` [PATCH v2] "

Fix gnu versioned namespace mode 00/03
 2024-05-07 16:15 UTC  (2+ messages)

Fix gnu versioned namespace mode 01/03
 2024-05-07 16:08 UTC  (2+ messages)

[wwwdocs] Specify AArch64 BitInt support for little-endian only
 2024-05-07 15:38 UTC  (2+ messages)

[RFA][RISC-V] [PATCH v2] Enable inlining str* by default
 2024-05-07 15:33 UTC  (2+ messages)

[PATCH] aarch64: Fix typo in aarch64-ldp-fusion.cc:combine_reg_notes [PR114936]
 2024-05-07 14:40 UTC  (2+ messages)

[patch,avr,applied] PR target/114835 - Tweak __popcountqi2
 2024-05-07 14:31 UTC 

[PATCH v9 0/5] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2024-05-07 14:14 UTC  (3+ messages)
` Ping * 2 "

[PATCH v17 00/26] Optimize more type traits
 2024-05-07 13:55 UTC  (4+ messages)
` [PATCH v18 "
  ` [PATCH v18 02/26] libstdc++: Optimize std::is_const compilation performance

[PATCH 1/2] libstdc++: Fix data race in std::basic_ios::fill() [PR77704]
 2024-05-07 13:52 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: Fix data races in std::ctype<char> [PR77704]

[PATCH] libstdc++: Rewrite std::variant comparisons without macros
 2024-05-07 13:51 UTC  (2+ messages)

[committed] libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_view
 2024-05-07 13:49 UTC 

[committed] libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]
 2024-05-07 13:48 UTC 

[PATCH v2] aarch64: Preserve mem info on change of base for ldp/stp [PR114674]
 2024-05-07 13:45 UTC  (3+ messages)

[PATCH 1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386]
 2024-05-07 13:45 UTC  (3+ messages)
` [PATCH 4/4] libstdc++: Simplify std::variant comparison operators

[PATCH] libstdc++: Use __builtin_shufflevector for simd split and concat
 2024-05-07 13:41 UTC 

[PATCH] Fix guard for IDF pruning by dominator
 2024-05-07 13:36 UTC 

[committed] libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
 2024-05-07 12:49 UTC 

[committed] libstdc++: Use https instead of http in some comments
 2024-05-07 12:47 UTC 

[committed] libstdc++: Update ABI test to disallow adding to released symbol versions
 2024-05-07 12:46 UTC 

[PATCH] Avoid re-allocating vector
 2024-05-07 12:16 UTC 

[PATCH] Fix block index check in insert_updated_phi_nodes_for
 2024-05-07 12:16 UTC 

[wwwdocs] Add Cauldron2024
 2024-05-07 11:23 UTC  (2+ messages)

[PATCH] middle-end/27800 - avoid unnecessary temporary during gimplification
 2024-05-07 11:21 UTC 

[PATCH] Remove redundant check
 2024-05-07 11:20 UTC 

[COMMITTED] build: Derive object names in make_sunver.pl
 2024-05-07 11:14 UTC 

[PATCH] middle-end/114931 - type_hash_canon and structual equality types
 2024-05-07 11:05 UTC  (10+ messages)

[r15-222 Regression] FAIL: gcc.target/i386/vect-shiftv8qi.c scan-assembler-times psrlw 5 on Linux/x86_64
 2024-05-07 10:55 UTC 

[wwwdocs] Add some more stuff into GCC14 changes.html
 2024-05-07 10:34 UTC 

[PATCH] Minor range type fixes for IPA in preparation for prange
 2024-05-07 10:22 UTC  (2+ messages)

[PATCH v4 1/2] LoongArch: Define ISA versions
 2024-05-07 10:12 UTC  (6+ messages)
`  "
  ` [pushed] "

[PATCH 1/1] gcc-14: document P1689R5 scanning output support
 2024-05-07 10:05 UTC  (4+ messages)
  ` [PATCHv2 wwwdocs "

[middle-end PATCH] Constant fold {-1,-1} << 1 in simplify-rtx.cc
 2024-05-07  9:54 UTC  (2+ messages)

[PATCH] tree-optimization/110490 - bitcount for narrow modes
 2024-05-07  9:52 UTC  (3+ messages)

[PATCH] Use unsigned for stack var indexes during RTL expansion
 2024-05-07  9:48 UTC 

[COMMITTED] Remove obsolete Solaris 11.3 support
 2024-05-07  8:51 UTC  (2+ messages)
` [COMMITTED v2] "

[PATCH] gcc: header-tools scripts updated to python3
 2024-05-07  8:43 UTC  (3+ messages)

[COMMITTED] ada: Fix calculation of tasks in null arrays
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Prevent calculation of negative stack counts
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Cleanup calculation of task stacks
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix grammar in comment
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Remove redundant guard against empty list of declarations
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Remove redundant guard against empty list of actions
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Cleanup detection of per-object constraints in inlining for SPARK
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Simplify detection of the enclosing scope
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Reduce scope in the analysis of access attributes
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix detection of components with per-object constraints
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix bad interaction between homogeneous finalization master and BIP protocol
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Add Global contracts to Ada.Numerics.Generic_Elementary_Functions
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Remove obsolete field Postconditions_Proc
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix typo in documentation comment
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix crash on body postcondition
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Adapt proof of runtime units
 2024-05-07  8:00 UTC 

[COMMITTED] Update copyright years
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Improve pragma No_Return's pre-Ada2022 handling of functions
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix LTO type mismatches in GNAT.Sockets.Thin
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Aspects on multiple component declarations
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Bad internal naming when using pragma Compile_Time_Error
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix missing flag for GNATprove
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Fix spurious error on generic state in SPARK
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Reject non-statically compatible extended return statement
 2024-05-07  8:00 UTC 

[COMMITTED] ada: Minor comment improvement
 2024-05-07  7:59 UTC 

[COMMITTED] ada: Fix bug in overloaded selected_components in aspect_specifications
 2024-05-07  7:59 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).