Rust frontend patches v2
2022-08-24 11:59 UTC (13+ messages)
` [PATCH Rust front-end v2 01/37] Use DW_ATE_UTF for the Rust 'char' type
` [PATCH Rust front-end v2 02/37] gccrs: Add nessecary hooks for a Rust front-end testsuite
` [PATCH Rust front-end v2 03/37] gccrs: Add Debug info testsuite
` [PATCH Rust front-end v2 04/37] gccrs: Add link cases testsuite
` [PATCH Rust front-end v2 05/37] gccrs: Add general compilation test cases
` [PATCH Rust front-end v2 06/37] gccrs: Add execution "
` [PATCH Rust front-end v2 07/37] gccrs: Add gcc-check-target check-rust
` [PATCH Rust front-end v2 08/37] gccrs: Add the Rust front-end AST data structures
` [PATCH Rust front-end v2 09/37] gccrs: Add Lexer for Rust front-end
` [PATCH Rust front-end v2 10/37] gccrs: Add Parser "
` [PATCH Rust front-end v2 11/37] gccrs: Add expansion pass for the "
` [PATCH Rust front-end v2 12/37] gccrs: Add name resolution pass to "
[PATCH] i386: avoid zero extension for crc32q
2022-08-24 11:35 UTC (2+ messages)
[PATCH V5] rs6000: Optimize cmp on rotated 16bits constant
2022-08-24 11:27 UTC
[PATCH 2/2] Move things around in predicate analysis
2022-08-24 11:15 UTC
[PATCH 1/2] Split uninit analysis from predicate analysis
2022-08-24 11:15 UTC
[PATCH] internal-fn, tree-cfg: Fix .TRAP handling and another __builtin_trap vops issue [PR106099]
2022-08-24 10:20 UTC (2+ messages)
[PATCH] libstdc++: Optimize operator+(string/char*, string/char*) equally
2022-08-24 9:49 UTC (8+ messages)
` [PATCH v2] libstdc++: Optimize operator+(string/char*,string/char*)
` [PATCH] libstdc++: Optimize operator+(string/char*,string/char*) equally
[PATCH] Some more predicate analysis TLC
2022-08-24 9:44 UTC
[PATCH] rs6000/test: Adjust pr104992.c with vect_int_mod [PR106516]
2022-08-24 8:17 UTC
[PATCH] Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]
2022-08-24 8:17 UTC
[PATCH] rs6000: using li/lis+oris/xoris to build constants
2022-08-24 8:13 UTC
[PATCH] sched1: Fix -fcompare-debug issue in schedule_region [PR105586]
2022-08-24 8:10 UTC (4+ messages)
[committed] i386: Fix up mode iterators that weren't expanded [PR106721]
2022-08-24 8:04 UTC
[PATCH V4] rs6000: Optimize cmp on rotated 16bits constant
2022-08-24 7:48 UTC (3+ messages)
[PATCH] LoongArch: Fix pr106459 by use HWIT instead of 1UL
2022-08-24 7:45 UTC
[PATCH] gcov: fix file and function summary information
2022-08-24 7:31 UTC (3+ messages)
[PATCH v3] rs6000: Rework ELFv2 support for -fpatchable-function-entry* [PR99888]
2022-08-24 7:30 UTC (5+ messages)
[PATCH v1] LoongArch: Add new code model 'emdium'
2022-08-24 6:58 UTC (3+ messages)
` [commited PATCH v1] LoongArch: Add new code model 'medium'
LoongArch: add model attribute
2022-08-24 6:54 UTC (3+ messages)
[PATCH] Speedup path discovery in predicate::use_cannot_happen
2022-08-24 6:48 UTC (2+ messages)
[PATCH, rs6000] Change insn condition from TARGET_64BIT to TARGET_POWERPC64 for VSX scalar extract/insert instructions
2022-08-24 6:31 UTC (5+ messages)
[PATCH] MIPS: improve -march=native arch detection
2022-08-24 5:56 UTC (3+ messages)
tree.cc: Fix optimization of DFP default initialization
2022-08-24 5:08 UTC (2+ messages)
[PATCH] rs6000: Fix incorrect RTL for Power LE when removing the UNSPECS [PR106069]
2022-08-24 1:24 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v4] "
` Ping: "
[PATCH] Don't gimple fold ymm-version vblendvpd/vblendvps/vpblendvb w/o TARGET_AVX2
2022-08-24 1:15 UTC (2+ messages)
[PATCH] RISC-V: Add runtime invariant support
2022-08-24 1:02 UTC (10+ messages)
` "
Ping^2: 2 libcpp patches
2022-08-23 23:47 UTC (2+ messages)
[committed] preprocessor: Support #warning for standard C2x
2022-08-23 21:54 UTC (3+ messages)
` [PATCH] preprocessor: Implement C++23 P2437R1 - Support for #warning [PR106646]
[PATCH] c++: Quash bogus -Wredundant-move warning
2022-08-23 21:53 UTC (2+ messages)
[PATCH] c++: Implement -Wself-move warning [PR81159]
2022-08-23 21:27 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] Improve converting between 128-bit modes that use the same format
2022-08-23 21:13 UTC (2+ messages)
[PATCH] x86: Replace vmovdqu with movdqu in BF16 XMM ABI tests
2022-08-23 20:54 UTC
[PATCH] Fortran: improve error recovery while simplifying size of bad array [PR103694]
2022-08-23 20:29 UTC
[PATCH] Implement __builtin_issignaling
2022-08-23 19:21 UTC (10+ messages)
` Patch ping (Re: [PATCH] Implement __builtin_issignaling)
` [PATCH] v2: Implement __builtin_issignaling
New German PO file for 'gcc' (version 12.2.0)
2022-08-23 17:47 UTC
New template for 'gcc' made available
2022-08-23 15:50 UTC
[committed] libstdc++: Fix visit<void>(v) for non-void visitors [PR106589]
2022-08-23 15:39 UTC
[PATCH] ipa-visibility: Optimize TLS access [PR99619]
2022-08-23 15:27 UTC (5+ messages)
` [PATCH v2] "
[PATCH 1/3] libstdc++: Separate construct/convertibility tests for std::tuple
2022-08-23 15:14 UTC (8+ messages)
` [PATCH 2/3] libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2
` [PATCH 3/3] libstdc++: Implement ranges::zip_view "
[PATCH] tree-optimization/106722 - uninit analysis with long def -> use path
2022-08-23 13:20 UTC
[PATCH] tree-optimization/106722 - uninit analysis with long def -> use path
2022-08-23 13:20 UTC
[PATCH] Add newline when checking path profitability
2022-08-23 12:38 UTC (2+ messages)
[PATCH] New uninit testcase
2022-08-23 12:30 UTC
[PATCH] New uninit testcase
2022-08-23 12:30 UTC
[PATCH] Speedup path discovery in predicate::use_cannot_happen
2022-08-23 12:16 UTC
[PATCH] Speedup path discovery in predicate::use_cannot_happen
2022-08-23 12:16 UTC
[PATCH] libcpp: Optimize #pragma once with a hash table [PR58770]
2022-08-23 12:15 UTC (8+ messages)
` [PATCH V2] "
` Ping "
[PATCH] Add support for floating point endpoints to frange
2022-08-23 11:42 UTC
[committed] gfortran.dg/gomp/depend-4.f90: Minor fix
2022-08-23 11:17 UTC (2+ messages)
[PATCH] Add set/get functions for negative infinity in real.*
2022-08-23 10:33 UTC
[COMMITTED] Copy range from op2 in foperator_equal::op1_range
2022-08-23 10:18 UTC
[PATCH] Enhance final_value_replacement_loop to handle bitop with an invariant induction.[PR105735]
2022-08-23 7:26 UTC (3+ messages)
[PATCH] middle-end: Fix unexpected warnings for RISC-V port
2022-08-23 7:07 UTC (2+ messages)
[PATCH] testsuite: Add test for r11-4123
2022-08-23 6:27 UTC (4+ messages)
` [PATCH v2] "
[PATCH] x86: Support vector __bf16 type
2022-08-23 3:01 UTC (8+ messages)
` [PATCH] Add ABI test for "
` [PATCH] Add __m128bf16/__m256bf16/__m512bf16 type for bf16 abi test
[PATCH] x86: Cast stride to __PTRDIFF_TYPE__ in AMX intrinsics
2022-08-23 2:05 UTC (2+ messages)
[COMMITTED] PR tree-optimization/106687 - Return the correct relation
2022-08-23 1:06 UTC
[committed] libstdc++: Document linker option for C++23 <stacktrace> [PR105678]
2022-08-22 21:53 UTC
[committed] libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]
2022-08-22 21:53 UTC
[committed] libstdc++: Check for overflow in regex back-reference [PR106607]
2022-08-22 21:53 UTC
[PATCH] c++: Extend -Wpessimizing-move to other contexts
2022-08-22 21:02 UTC (4+ messages)
[PATCH 00/10] [RISCV] Fix/improve the RISCV backend
2022-08-22 20:44 UTC (7+ messages)
` [PATCH 06/10] [RISCV] Use constraints/predicates instead of checking const_int directly for shNadd patterns
` [PATCH 10/10] [RISCV] Fix PR 106632 and PR 106588 a few constraints in bitmanip.md
[committed] pru: Optimize 64-bit logical operations
2022-08-22 19:35 UTC
[committed] pru: Add mov variants to load const -1
2022-08-22 19:35 UTC
[committed] PR target/106564: pru: Optimize 64-bit sign- and zero-extend
2022-08-22 19:35 UTC
[Patch] add more C++ name hints. v2
2022-08-22 19:09 UTC
[PATCH] c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]
2022-08-22 15:50 UTC (2+ messages)
` [PATCH] c++: Predefine __cpp_named_character_escapes=202207L for C++23 [PR106648]
OpenMP, libgomp: Environment variable syntax extension
2022-08-22 15:35 UTC (8+ messages)
` [PATCH] "
[PATCH] s390: Recognize reverse/element swap permute patterns
2022-08-22 15:24 UTC (3+ messages)
[PATCH] jobserver: detect properly O_NONBLOCK
2022-08-22 13:44 UTC (4+ messages)
[PATCH] Refactor is_non_loop_exit_postdominating
2022-08-22 13:38 UTC
[PATCH] Remove dead predicate analysis GENERIC expr building code
2022-08-22 13:37 UTC
[PATCH] Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557]
2022-08-22 9:52 UTC (2+ messages)
[committed] Fix more problems with new linker warnings
2022-08-22 9:39 UTC (2+ messages)
[PATCH][DOCS] Document make jobserver related changes for GCC 13
2022-08-22 9:24 UTC (3+ messages)
[PATCH] middle-end: Fix issue of poly_uint16 (1, 1) in self test
2022-08-22 9:16 UTC (2+ messages)
[PATCH 0/3] [RISCV] Improve bswap for ZBB
2022-08-22 9:14 UTC (5+ messages)
` [PATCH 1/3] Fix PR 106600: __builtin_bswap32 is not hooked up for ZBB for 32bit
` [PATCH 2/3] Fix PR 106601: __builtin_bswap16 code gen could be improved with ZBB enabled
` [PATCH 3/3] Fix PR 106690: enable effective_target_bswap for RISCV targets with ZBB enabled by default
[PATCH] middle-end: skipp stepped vector test of poly_int (1, 1) and allow the machine_mode definition with poly_uint16 (1, 1)
2022-08-22 9:12 UTC (13+ messages)
` "
[PATCH] analyzer: buffer overlap checker [PR105898]
2022-08-22 8:10 UTC
[Patch] lto-wrapper.cc: Delete offload_names temp files in case of error [PR106686]
2022-08-22 7:44 UTC (2+ messages)
[PATCH][RFC] tree-optimization/105646 - re-interpret always executed in uninit diag
2022-08-22 6:16 UTC
[PATCH (pushed)] analyzer: add missing final keyword
2022-08-22 3:14 UTC
[PATCH v4] RISC-V: Add support for inlining subword atomic operations
2022-08-21 21:58 UTC
FW:RE:R; URGENT... !!!
2022-08-20 16:26 UTC
[PATCH] libgo: Access to glibc-specific field in struct sigevent
2022-08-20 10:31 UTC
[PATCH] fortran: Drop -static-lib{gfortran,quadmath} from f951 [PR46539]
2022-08-20 9:45 UTC (2+ messages)
[PATCH v4] LoongArch: Add support code model extreme
2022-08-20 9:04 UTC (2+ messages)
` [commited PATCH "
[PATCH v3] LoongArch: Add support code model extreme
2022-08-20 2:29 UTC
[PATCH] wwwdocs: Add D language changes and caveats to gcc-12/changes.html
2022-08-19 16:44 UTC (2+ messages)
[PATCH] Refactor back_threader_profitability
2022-08-19 16:02 UTC (2+ messages)
[Patch] mkoffload: Cleanup temporary omp_requires_file
2022-08-19 14:05 UTC (2+ messages)
[PATCH] tree-optimization/105937 - avoid uninit diagnostics crossing iterations
2022-08-19 13:55 UTC
[GCC 13/15][PATCH v3] arm: Add support for dwarf debug directives and pseudo hard-register for PAC feature
2022-08-19 11:23 UTC (2+ messages)
[PATCH v2] LoongArch: Add support code model extreme
2022-08-19 10:41 UTC (2+ messages)
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).