[PATCH] LoongArch: Set 4 * (issue rate) as the default for -falign-functions and -falign-loops
2023-04-18 12:17 UTC
[PATCH] c++: 'typename T::X' vs 'struct T::X' lookup [PR109420]
2023-04-18 12:13 UTC (4+ messages)
[PATCH] RISC-V: Add tuple types support
2023-04-18 12:09 UTC
[PATCH] RISC-V: Add tuple types support
2023-04-18 12:04 UTC
[PATCH] LoongArch: Improve GAR store for va_list
2023-04-18 12:03 UTC (7+ messages)
[PATCH v3] constraint: fix relaxed memory and repeated constraint handling
2023-04-18 11:43 UTC
[PATCH] Add support for vrange streaming
2023-04-18 11:33 UTC (8+ messages)
` [PATCH] Add inchash support for vrange
[committed] amdgcn: HardFP divide
2023-04-18 11:24 UTC
[PATCH][committed] aarch64: Give hint for -mcpu options that match -march instead
2023-04-18 11:15 UTC
[PATCH] constraint: fix relaxed memory and repeated constraint handling
2023-04-18 11:14 UTC (2+ messages)
[PATCH][committed] aarch64: Add QI -> HI zero-extension for LDAPR
2023-04-18 11:04 UTC
[PATCH] tree-optimization/109539 - restrict PHI handling in access diagnostics
2023-04-18 11:03 UTC (3+ messages)
[PATCH 1/3] RFC match.pd: don't emit label if not needed
2023-04-18 10:47 UTC (6+ messages)
` [PATCH 1/3]middle-end "
` [PATCH 2/3]middle-end match.pd: simplify debug dump checks
` [PATCH 3/3]middle-end RFC - match.pd: automatically partition *-match.cc files
[PATCH] RISC-V: Adjust the parsing order of extensions to be consistent with riscv-spec and binutils
2023-04-18 10:19 UTC (2+ messages)
[PATCH] Docs: Add doc for RISC-V vector intrinsics
2023-04-18 10:16 UTC
[PATCH] rust: Disable --enable-languages=rust and silently exclude it from --enable-languages=all for GCC 13
2023-04-18 9:49 UTC (2+ messages)
[PATCH] Fixed typo
2023-04-18 9:40 UTC
[PATCH] VECT: Add WHILE_LEN pattern for decrement IV support for auto-vectorization
2023-04-18 9:32 UTC (15+ messages)
` "
[PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion
2023-04-18 9:11 UTC (8+ messages)
` [PATCH v2] RISC-V: Allow Vector IOR(V1, NOT V1) optimization
[PATCH] dse: Use SUBREG_REG for copy_to_mode_reg in DSE replace_read for WORD_REGISTER_OPERATIONS targets [PR109040]
2023-04-18 9:06 UTC
[PATCH] libstdc++: Fix typo in views::as_const's operator() [PR109525]
2023-04-18 9:00 UTC (4+ messages)
[PATCH 1/2] libstdc++: Convert _RangeAdaptorClosure into a CRTP class [PR108827]
2023-04-18 8:59 UTC (7+ messages)
` [PATCH 2/2] libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]
[PATCH] libstdc++: Adding missing feature-test macros for C++23 ranges algos
2023-04-18 8:59 UTC (3+ messages)
[PATCH] match.pd: Improve fneg/fadd optimization [PR109240]
2023-04-18 8:57 UTC (2+ messages)
[PATCH] Return true from operator== for two identical ranges containing NAN
2023-04-18 8:52 UTC
[PATCH v3] gcc-13: Add changelog for LoongArch
2023-04-18 8:49 UTC
[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
2023-04-18 8:47 UTC (7+ messages)
` [Ping][PATCH] "
[pushed] libsanitizer, darwin: Unsupport Darwin >= 22 for now
2023-04-18 8:04 UTC (2+ messages)
[PATCH] Abstract out REAL_VALUE_TYPE streaming
2023-04-18 8:03 UTC (3+ messages)
[PATCH] install.texi: Document --enable-decimal-float for AArch64
2023-04-18 7:54 UTC
[PATCH] gcc-13: Add changelog for LoongArch
2023-04-18 7:43 UTC (5+ messages)
[PATCH] i386: Share AES xmm intrin with VAES
2023-04-18 7:28 UTC (2+ messages)
[PATCH] i386: Add PCLMUL dependency for VPCLMULQDQ
2023-04-18 7:18 UTC
[PATCH] i386: Fix vpblendm{b,w} intrins and insns
2023-04-18 7:15 UTC
[PATCH] i386: Add reduce_*_ep[i|u][8|16] series intrinsics
2023-04-18 7:13 UTC (2+ messages)
[PATCH v2] gcc-13: Add changelog for LoongArch
2023-04-18 7:11 UTC
[PATCH 0/2] i386: Add missing AVX512BW dependency for ISAs using 32/64 bit mask
2023-04-18 7:04 UTC (3+ messages)
` [PATCH 1/2] i386: Add AVX512BW dependency to AVX512BITALG
` [PATCH 2/2] i386: Add AVX512BW dependency to AVX512VBMI2
[PATCH] i386: Use macro to wrap up share builtin exceptions in builtin isa check
2023-04-18 6:55 UTC
[PATCH] i386: Optimize vshuf{i,f}{32x4,64x2} ymm and vperm{i,f}128 ymm
2023-04-18 6:52 UTC
[GCC14 PATCH v2] LoongArch: Optimize additions with immediates
2023-04-18 6:39 UTC (3+ messages)
` Pushed: "
[PATCH] LoongArch: Remove the definition of the macro LOGICAL_OP_NON_SHORT_CIRCUIT under the architecture and use the default definition instead
2023-04-18 6:35 UTC (4+ messages)
` [pushed][PATCH] "
[PATCH 1/2] PHIOPT: small cleanup in match_simplify_replacement
2023-04-18 6:24 UTC (4+ messages)
` [PATCH 2/2] PHIOPT: add folding/simplification detail to the dump
[PATCH v4 00/10] RISC-V: Add autovec support
2023-04-18 6:22 UTC (14+ messages)
` [PATCH v4 01/10] RISC-V: Add new predicates and function prototypes
` [PATCH v4 02/10] RISC-V: autovec: Export policy functions to global scope
` [PATCH v4 03/10] RISC-V:autovec: Add auto-vectorization support functions
` [PATCH v4 04/10] RISC-V:autovec: Add target vectorization hooks
` [PATCH v4 05/10] RISC-V:autovec: Add autovectorization patterns for binary integer operations
` [PATCH v4 06/10] RISC-V:autovec: Add autovectorization tests for add & sub
` [PATCH v4 07/10] vect: Verify that GET_MODE_NUNITS is a multiple of 2
` [PATCH v4 08/10] RISC-V:autovec: Add autovectorization tests for binary integer
` [PATCH v4 09/10] This patch adds a guard for VNx1 vectors that are present in ports like riscv
` [PATCH v4 10/10] This patch supports 8 bit auto-vectorization in riscv
[PATCH] Abstract out calculation of max HWIs per wide int
2023-04-18 6:18 UTC (4+ messages)
[PATCH 13-backport 0/3] RISC-V Testsuite Fixes
2023-04-18 6:10 UTC (5+ messages)
` [PATCH 13-backport 1/3] RISC-V: Clean up the pr106602.c testcase
` [PATCH 13-backport 2/3] RISC-V: Set the ABI for the RVV tests
` [PATCH 13-backport 3/3] RISC-V: Force ilp32d for the T-Head FMV test
[PATCH v2][RFC] vect: Verify that GET_MODE_NUNITS is greater than one for vect_grouped_store_supported
2023-04-18 6:08 UTC (3+ messages)
` [PATCH v3] vect: Verify that GET_MODE_UNITS "
[COMMITTED] Add two new methods to Value_Range
2023-04-18 5:43 UTC
[COMMITTED] Constify invariant fields of vrange and irange
2023-04-18 5:33 UTC
[PATCH-2, rs6000] Add ppc_cpu_supports_hw into proc is-effective-target-keyword [PR108728]
2023-04-18 3:13 UTC
[PATCH-1, rs6000] xfail float128 comparison test case that fails on powerpc64 [PR108728]
2023-04-18 3:13 UTC
[PATCH] RISC-V: Fix PR109535
2023-04-18 2:03 UTC
[PATCH v2] LoongArch: Add built-in functions description of LoongArch Base instruction set instructions
2023-04-18 2:02 UTC (2+ messages)
` [pushed][PATCH "
[PATCH] RISC-V: Fix PR109535
2023-04-18 1:56 UTC
[PATCH V1 0/1] UNRATIFIED RISC-V:Add 'ZiCond' extension
2023-04-18 0:45 UTC (3+ messages)
` [PATCH V1 1/1] UNRATIFIED RISC-V: Add "
[PATCH 0/3] RISC-V: optimize stack manipulation in save-restore
2023-04-18 0:14 UTC (9+ messages)
` [PATCH 1/3] RISC-V: add a new parameter in riscv_first_stack_step
` [PATCH 2/3] RISC-V: optimize stack manipulation in save-restore
` [PATCH 3/3] RISC-V: make the stack manipulation codes more readable
[PATCH] [RFC] RAII auto_mpfr and autp_mpz
2023-04-17 22:18 UTC (6+ messages)
` [PATCH 3/3] Fortran: Fix mpz and mpfr memory leaks
` ping "
[PATCH] c++: bound ttp level lowering [PR109531]
2023-04-17 22:11 UTC (2+ messages)
[PATCH] aarch64: Add the cost and scheduling models for Neoverse N1
2023-04-17 21:58 UTC (3+ messages)
[PATCH] Introduce VIRTUAL_REGISTER_P and VIRTUAL_REGISTER_NUM_P predicates
2023-04-17 21:27 UTC
[PATCH] Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]
2023-04-17 19:41 UTC (2+ messages)
[PATCH] RISC-V: Force ilp32d for the T-Head FMV test
2023-04-17 19:19 UTC (2+ messages)
[PATCH] RISC-V: Set the ABI for the RVV tests
2023-04-17 19:19 UTC (2+ messages)
[PATCH] RISC-V: Clean up the pr106602.c testcase
2023-04-17 19:19 UTC (2+ messages)
[COMMITTED] PHIOPT: Remove gate_hoist_loads prototype
2023-04-17 18:52 UTC
[COMMITTED] Do not export global ranges from -Walloca pass
2023-04-17 18:47 UTC
[PATCH] RISC-V: Update multilib-generator to handle V
2023-04-17 17:57 UTC (3+ messages)
[PATCH v2 0/1] RISC-V: Optimze the reverse conditions of rotate shift
2023-04-17 17:53 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v2] aarch64: disable LDP via tuning structure for -mcpu=ampere1/1a
2023-04-17 15:49 UTC (6+ messages)
GCC 14.0.0 Status Report (2023-04-17)
2023-04-17 13:56 UTC
GCC 13.0.1 Status Report (2023-04-17)
2023-04-17 13:54 UTC
[PATCH] libstdc++: Implement P2770R0 changes to join_view / join_with_view
2023-04-17 13:39 UTC
[V6][PATCH 0/2] Handle component_ref to a structure/union field including FAM for builtin_object_size
2023-04-17 12:56 UTC (4+ messages)
` [V6][PATCH 1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
[PATCH (pushed)] ada: bump Library_Version to 14
2023-04-17 12:50 UTC
[PATCH] [www] Move -fstrict-flex-arrays entry
2023-04-17 11:39 UTC
GCC 12.2.1 Status Report (2023-04-17)
2023-04-17 11:02 UTC
[PATCH] ipa: Fix double reference-count decrements for the same edge (PR 107769, PR 109318)
2023-04-17 10:54 UTC
[PATCH] testsuite: Fix up vect-simd-clone-1[678]f.c tests some more
2023-04-17 9:40 UTC (2+ messages)
[PATCH] tree-optimization/109524 - ICE with VRP edge removal
2023-04-17 8:47 UTC
[PATCH] tree-optimization/109524 - ICE with VRP edge removal
2023-04-17 8:41 UTC
[PATCH] driver: Treat include path args the same way between cpp_unique_options and asm_options. [PR71850]
2023-04-17 8:29 UTC (7+ messages)
[PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER
2023-04-17 6:51 UTC (3+ messages)
` "
[PATCH] machine_mode type size: Extend enum size from 8-bit to 16-bit
2023-04-17 6:38 UTC (17+ messages)
` "
[PATCH] tree-optimization/109304 - properly handle instrumented aliases
2023-04-17 6:35 UTC (5+ messages)
[PATCH] RISC-V: Add tuple type builtins for segment intrinsics
2023-04-17 6:17 UTC
[PATCH] testsuite: update builtins-5-p9-runnable.c for BE
2023-04-17 2:42 UTC (4+ messages)
[PATCH] RISC-V: Add test cases for the RVV mask insn shortcut
2023-04-17 1:55 UTC (9+ messages)
` [PATCH v2] "
[committed] RISC-V: Fix testsuite fail on RV32
2023-04-17 1:53 UTC
[PATCH] c++: Additional warning for name-hiding [PR12341]
2023-04-16 21:33 UTC
[committed] [PR target/109508] Adjust conditional move expansion for SFB
2023-04-16 15:57 UTC
[PATCH] tree-ssa-sink: Improve code sinking pass
2023-04-16 13:20 UTC
[Committed] New test case gcc.target/avr/pr54816.c
2023-04-16 12:07 UTC
[committed] hppa: Fix handling of large arguments passed by value
2023-04-15 17:56 UTC
[Ada] Fix PR bootstrap/109510
2023-04-15 17:39 UTC (2+ messages)
[pushed] c++: constexpr aggregate destruction [PR109357]
2023-04-15 16:34 UTC
[PATCH] build: Use -nostdinc generating macro_list [PR109522]
2023-04-15 12:01 UTC
[r13-7179 Regression] FAIL: gcc.dg/vect/vect-simd-clone-18f.c scan-tree-dump-times vect "[\\n\\r] [^\\n]* = foo\\.simdclone" 4 on Linux/x86_64
2023-04-15 11:40 UTC
[PATCH] if-conv: Small improvement for expansion of complex PHIs [PR109154]
2023-04-15 9:13 UTC (2+ messages)
New Croatian PO file for 'gcc' (version 13.1-b20230409)
2023-04-15 3:17 UTC
Contents of PO file 'gcc-13.1-b20230409.hr.po'
2023-04-15 3:17 UTC
[PATCH] [PR99708] [rs6000] don't expect __ibm128 with 64-bit long double
2023-04-15 2:55 UTC (7+ messages)
New Croatian PO file for 'gcc' (version 13.1-b20230409)
2023-04-15 1:57 UTC
Contents of PO file 'gcc-13.1-b20230409.hr.po'
2023-04-15 1:57 UTC
[PATCH RFA] -Wdangling-pointer: fix MEM_REF handling [PR109514]
2023-04-15 1:54 UTC (3+ messages)
New Croatian PO file for 'gcc' (version 13.1-b20230409)
2023-04-15 1:52 UTC
Contents of PO file 'gcc-13.1-b20230409.hr.po'
2023-04-15 1:52 UTC
[pushed] wwwdocs: codingconventions: Recommend "file name" over "filename"
2023-04-14 21:51 UTC
[PATCH] In the ready lists of pipeline, put unrecog insns (such as CLOBBER,USE) at the latest to issue
2023-04-14 21:38 UTC (3+ messages)
` [PATCH] In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) "
page: next (older) | prev (newer) | 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).