public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2] LoongArch: Add code generation support for call36 function calls
 2023-11-20  2:07 UTC  (6+ messages)
` [pushed][PATCH "

[PATCH] RISC-V: Implement -mmemcpy-strategy= options[PR112537]
 2023-11-20  1:55 UTC  (4+ messages)
  `  "

[RFA] New pass for sign/zero extension elimination
 2023-11-20  1:22 UTC  (2+ messages)

[PATCH v3 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-11-20  1:17 UTC  (21+ messages)

[PATCH v3 0/5] LoongArch: SIMD fixes and optimizations
 2023-11-20  0:47 UTC  (6+ messages)
` [PATCH v3 1/5] LoongArch: Fix usage of LSX and LASX frint/ftint instructions [PR112578]
` [PATCH v3 2/5] LoongArch: Use standard pattern name and RTX code for LSX/LASX muh instructions
` [PATCH v3 3/5] LoongArch: Use standard pattern name and RTX code for LSX/LASX rotate shift
` [PATCH v3 4/5] LoongArch: Remove lrint_allow_inexact
` [PATCH v3 5/5] LoongArch: Use LSX for scalar FP rounding with explicit rounding mode

[PATCH] testsuite: Fix subexpressions with `scan-assembler-times'
 2023-11-19 23:44 UTC  (2+ messages)

libstdc++: Speed up push_back
 2023-11-19 21:53 UTC 

[PATCH 0/5] Add support for operand-specific alignment requirements
 2023-11-19 21:52 UTC  (7+ messages)
` [PATCH 1/5] Add register filter operand to define_register_constraint
` [PATCH 2/5] recog: Handle register filters
` [PATCH 5/5] Add an aligned_register_operand predicate

[PATCH] c++: Set DECL_CONTEXT for __cxa_thread_atexit [PR99187]
 2023-11-19 21:46 UTC  (2+ messages)

[PATCH v2 0/5] target_version and aarch64 function multiversioning
 2023-11-19 21:45 UTC  (3+ messages)
` [PATCH v2 2/5] c-family: Simplify attribute exclusion handling

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-11-19 21:44 UTC  (17+ messages)
` [PATCH v3 "

[committed] RISC-V: Infrastructure for instruction fusion
 2023-11-19 21:19 UTC 

[PATCH] Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609]
 2023-11-19 20:46 UTC  (4+ messages)
  ` [PATCH, v2] "

[PATCH 00/44] RISC-V: Various if-conversion fixes and improvements
 2023-11-19 19:51 UTC  (88+ messages)
` [PATCH 13/44] RISC-V/testsuite: Add branchless cases for FP cond-move operations
` [PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations
` [PATCH 02/44] RISC-V/testsuite: Add cases for integer SFB cond-move operations
` [PATCH 03/44] RISC-V: Reorder comment on SFB patterns
` [PATCH 04/44] RISC-V: Sanitise NEED_EQ_NE_P case with `riscv_emit_int_compare'
` [PATCH 05/44] RISC-V: Fix `mode' usage in `riscv_expand_conditional_move'
` [PATCH 06/44] RISC-V: Avoid repeated GET_MODE calls "
` [PATCH 07/44] RISC-V: Use `nullptr' "
` [PATCH 08/44] RISC-V: Simplify EQ vs NE selection "
` [PATCH 09/44] RISC-V: Rework branch costing model for if-conversion
` [PATCH 10/44] RISC-V/testsuite: Add branched cases for integer cond-move operations
` [PATCH 11/44] RISC-V/testsuite: Add branchless "
` [PATCH 12/44] RISC-V/testsuite: Add branched cases for FP "
` [PATCH 14/44] RISC-V: Also invert the cond-move condition for GEU and LEU
` [PATCH 15/44] RISC-V/testsuite: Add branched cases for GEU and LEU cond-move operations
` [PATCH 16/44] RISC-V/testsuite: Add branchless "
` [PATCH 17/44] RISC-V: Avoid extraneous EQ or NE operation in cond-move expansion
` [PATCH 18/44] RISC-V/testsuite: Add branched cases for equality cond-move operations
` [PATCH 19/44] RISC-V/testsuite: Add branchless "
` [PATCH 20/44] RISC-V: Also accept constants for T-Head cond-move comparison operands
` [PATCH 21/44] RISC-V: Also accept constants for T-Head cond-move data input operands
` [PATCH 22/44] RISC-V: Fold all the cond-move variants together
` [PATCH 23/44] RISC-V/testsuite: Add branched cases for T-Head non-equality cond moves
` [PATCH 24/44] RISC-V/testsuite: Add branchless "
` [PATCH 25/44] RISC-V: Implement `riscv_emit_unary' helper
` [PATCH 26/44] RISC-V: Add `movMODEcc' implementation for generic targets
` [PATCH 27/44] RISC-V/testsuite: Add branched cases for generic integer cond moves
` [PATCH 28/44] RISC-V/testsuite: Add branchless "
` [PATCH 29/44] RISC-V: Add `addMODEcc' implementation for generic targets
` [PATCH 30/44] RISC-V/testsuite: Add branched cases for generic integer cond adds
` [PATCH 31/44] RISC-V/testsuite: Add branchless "
` [PATCH 32/44] RISC-V: Only use SUBREG if applicable in `riscv_expand_float_scc'
` [PATCH 33/44] RISC-V: Also allow FP conditions in `riscv_expand_conditional_move'
` [PATCH 34/44] RISC-V: Provide FP conditional-branch instructions for if-conversion
` [PATCH 35/44] RISC-V: Avoid extraneous integer comparison for FP comparisons
` [PATCH 36/44] RISC-V/testsuite: Add branched cases for generic FP cond moves
` [PATCH 37/44] RISC-V/testsuite: Add branchless "
` [PATCH 38/44] RISC-V/testsuite: Add branched cases for generic FP cond adds
` [PATCH 39/44] RISC-V/testsuite: Add branchless "
` [PATCH 40/44] RISC-V: Handle FP NE operator via inversion in cond-operation expansion
` [PATCH 41/44] RISC-V/testsuite: Add branched cases for FP NE cond-move operations
` [PATCH 42/44] "
` [PATCH 43/44] RISC-V/testsuite: Add branched cases for FP NE cond-add operation
` [PATCH 44/44] RISC-V/testsuite: Add branchless "

building GNU gettext on AIX
 2023-11-19 19:49 UTC  (4+ messages)

[PATCH v2 0/3] LoongArch: SIMD fixes and optimizations
 2023-11-19 19:26 UTC  (5+ messages)
` [PATCH v2 1/3] LoongArch: Fix usage of LSX and LASX frint/ftint instructions [PR112578]
` [PATCH v2 2/3] LoongArch: Use standard pattern name and RTX code for LSX/LASX muh instructions
` [PATCH v2 3/3] LoongArch: Use standard pattern name and RTX code for LSX/LASX rotate shift

[committed] Fix missing mode on a few unspec/unspec_volatile operands
 2023-11-19 19:00 UTC 

[PATCH] testsuite: analyzer: expect alignment warning with -fshort-enums
 2023-11-19 15:13 UTC  (2+ messages)

[PATCH] testsuite: scev: expect fail on ilp32
 2023-11-19 15:12 UTC  (2+ messages)

[PATCH] RISC-V: Remove duplicate `order_operator' predicate
 2023-11-19 15:09 UTC  (2+ messages)

Propagate value ranges of return values
 2023-11-19 15:05 UTC  (4+ messages)

[PATCH 0/4] gcov: Improve -fprofile-update=atomic
 2023-11-19 14:43 UTC  (4+ messages)
` [PATCH 3/4] gcov: Add gen_counter_update()

[Committed V2] RISC-V: Optimize constant AVL for LRA pattern
 2023-11-19 14:08 UTC 

[pushed] libcpp: split decls out to rich-location.h
 2023-11-19 11:33 UTC 

[PATCH 0/3] OpenMP: Improve data abstractions for context selectors
 2023-11-19  9:21 UTC  (4+ messages)
` [PATCH 1/3] OpenMP: Introduce accessor macros and constructors "
` [PATCH 2/3] OpenMP: Unify representation of name-list properties
` [PATCH 3/3] OpenMP: Use enumerators for names of trait-sets and traits

[PATCH 0/1] RISC-V: Support CORE-V XCVMEM extension
 2023-11-19  7:55 UTC  (3+ messages)
` [PATCH 1/1] RISC-V: Add support for XCVmem extension in CV32E40P

[PATCH] analyzer: deal with -fshort-enums
 2023-11-19  7:39 UTC 

[PATCH] call maybe_return_this in build_clone
 2023-11-19  7:38 UTC 

[PATCH] arm: fix c23 0-named-args caller-side stdarg
 2023-11-19  7:32 UTC 

[PATCH] c++: for contracts, cdtors never return this
 2023-11-19  7:28 UTC 

[PATCH] LoongArch: Optimize LSX vector shuffle on floating-point vector
 2023-11-19  7:01 UTC 

[PATCH] gfortran: Rely on dg-do-what-default to avoid running pr85853.f90, pr107254.f90 and vect-alias-check-1.F90 on non-vector targets
 2023-11-19  4:09 UTC  (3+ messages)
` [PING] "

[PATCH] g++: Add require-effective-target to multi-input file testcase pr95401.cc
 2023-11-19  4:08 UTC  (4+ messages)

[PATCH] tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization [PR90693]
 2023-11-19  4:03 UTC  (4+ messages)
` [PATCH] tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization for direct optab [PR90693]

[Committed V3] RISC-V: Fix bug of tuple move splitter
 2023-11-19  1:45 UTC 

[pushed] analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]
 2023-11-19  1:43 UTC 

[PATCH] Makefile.tpl: Avoid race condition in generating site.exp from the top level
 2023-11-18 23:20 UTC  (2+ messages)

[committed] libstdc++: Check string value_type in std::make_format_args [PR112607]
 2023-11-18 21:44 UTC 

[PATCH] libstdc++: Add fast path for std::format("{}", x) [PR110801]
 2023-11-18 21:44 UTC  (2+ messages)
` [committed v2] "

RFA: RISC-V: Add support for XCVhwlp extension in CV32E40P
 2023-11-18 21:42 UTC 

[PATCH 4/4] c: runtime checking for assigment of VM types 4/4
 2023-11-18 21:14 UTC 

[PATCH 3/4] c: runtime checking for assigment of VM types 3/4
 2023-11-18 21:13 UTC 

[PATCH 2/4] c: runtime checking for assigment of VM types 2/4
 2023-11-18 21:13 UTC 

C runtime checking for assigment of VM types
 2023-11-18 21:12 UTC  (2+ messages)
` [PATCH 1/4] c: runtime checking for assigment of VM types 1/4

[PATCH] c: Add __builtin_stdc_bit_{width,floor,ceil} builtins
 2023-11-18 19:42 UTC 

[PATCH] c: Add __builtin_bit_complement
 2023-11-18 19:37 UTC 

[PATCH] c-family, middle-end: Add __builtin_c[lt]zg (arg, 0ULL) exception
 2023-11-18 19:30 UTC 

[PATCH] libstdc++: implement std::generator
 2023-11-18 18:46 UTC 

[PATCH] LoongArch: Increase cost of vector aligned store/load
 2023-11-18 18:25 UTC  (3+ messages)
` [pushed][PATCH] "

[PATCH] LoongArch: Fix "-mexplict-relocs=none -mcmodel=medium" producing %call36 when the assembler does not support it
 2023-11-18 17:45 UTC 

RISC-V: Support XTheadVector extensions
 2023-11-18 15:16 UTC  (6+ messages)
      `  "

[PATCH v2] The following functions invoke signed integer overflow (UB) for some extreme values of days and months [1]:
 2023-11-18 11:07 UTC  (3+ messages)
` [PATCH v3] libstdc++: Remove UB from operator+ of months and weekdays

[PATCH v2] RISC-V: Implement target attribute
 2023-11-18 10:44 UTC  (3+ messages)

[committed] RISC-V: Fix mismatched new delete for unique_ptr
 2023-11-18 10:42 UTC 

[PATCH v2 0/9] RISC-V: Support XTheadVector extensions
 2023-11-18 10:13 UTC  (5+ messages)
` [PATCH v2 1/9] RISC-V: minimal support for xtheadvector
` [PATCH v2 2/9] RISC-V: Handle differences between xtheadvector and vector

[PATCH V2] RISC-V: Fix bug of tuple move splitter
 2023-11-18 10:03 UTC  (2+ messages)

[PATCH] RISC-V: Fix bug of tuple move splitter[PR112561]
 2023-11-18  9:59 UTC  (6+ messages)
  `  "

[PATCH] LoongArch: Optimize the loading of immediate numbers with the same high and low 32-bit values
 2023-11-18  9:09 UTC  (2+ messages)

Darwin: Replace environment runpath with embedded [PR88590]
 2023-11-18  9:03 UTC  (6+ messages)
` gfortran.dg/dg.exp debug messages pollute test output

[PATCH] LoongArch: Add libstdc++ check-abi support
 2023-11-18  8:55 UTC  (2+ messages)

[PATCH] tree-optimization: Add register pressure in LICM at tree-ssa level optimization
 2023-11-18  8:36 UTC 

[PATCH V3 0/7] ira/lra: Support subreg coalesce
 2023-11-18  8:27 UTC  (10+ messages)
` [PATCH V3 4/7] ira: Support subreg copy

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).