[PATCH] RISC-V: Fix VSETLV PASS compile-time issue
2024-01-30 21:19 UTC (2+ messages)
[patch, libgfortran] PR111022 ES0.0E0 format gave ES0.dE0 output with d too high
2024-01-30 20:36 UTC (3+ messages)
[PATCH] Include safe-ctype.h after C++ standard headers, to avoid over-poisoning
2024-01-30 20:27 UTC (7+ messages)
` [PING][PATCH] "
[patch,avr,applied] Add more devices
2024-01-30 20:18 UTC
[PATCH] mklog: Add lookup for new generated files in libstdc++
2024-01-30 20:08 UTC (2+ messages)
[PATCH V3 0/4] RISC-V: Associate typed insns to dfa reservation
2024-01-30 19:39 UTC (5+ messages)
` [PATCH V3 2/4] RISC-V: Add vector related pipelines
[PATCH] aarch64: -mstrict-align vs __arm_data512_t [PR113657]
2024-01-30 18:43 UTC
[PATCH] c++: avoid -Wdangling-reference for std::span-like classes [PR110358]
2024-01-30 18:15 UTC (4+ messages)
` [PATCH v2] "
[PATCH] RISC-V: Fix rvv intrinsic pragma tests dejagnu selector
2024-01-30 17:51 UTC (2+ messages)
[COMMITTED] xtensa: Make full transition to LRA
2024-01-30 17:44 UTC
[PATCH][GCC 13] aarch64: Avoid out-of-range shrink-wrapped saves [PR111677]
2024-01-30 17:44 UTC
[PATCH] aarch64: Fix ICE in poly-int.h due to SLP
2024-01-30 17:36 UTC (2+ messages)
[PATCH] c++: add original testcase [PR67898]
2024-01-30 17:28 UTC (2+ messages)
[pushed] testsuite: fix anon6 mangling [PR112846]
2024-01-30 17:10 UTC
[PATCH] testsuite, arm: Fix testcase arm/pr112337.c to check for the options first
2024-01-30 17:07 UTC
[PATCH] libgcc: Include stdlib.h for abort() on mingw32
2024-01-30 17:04 UTC
[PATCH] libstdc++: atomic: Add missing clear_padding in __atomic_float constructor
2024-01-30 16:50 UTC (9+ messages)
` [PING][PATCH] "
[pushed] testsuite: mangle-reparm1a options [PR113451]
2024-01-30 16:40 UTC
[PATCH v4 0/4]New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
2024-01-30 16:04 UTC (11+ messages)
[PATCH] AArch64: Cleanup memset expansion
2024-01-30 15:51 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] libgccjit: Add ability to get CPU features
2024-01-30 15:50 UTC (4+ messages)
[PATCH] AArch64: Remove AARCH64_EXTRA_TUNE_NO_LDP_STP_QREGS
2024-01-30 15:37 UTC
[PATCH] aarch64: Avoid out-of-range shrink-wrapped saves [PR111677]
2024-01-30 15:30 UTC
[PATCH] Handle function symbol reference in readonly data section
2024-01-30 15:27 UTC (16+ messages)
[PATCH] c++: duplicated side effects of xobj arg [PR113640]
2024-01-30 15:26 UTC (2+ messages)
[PATCH] libstdc++: Enable std::text_encoding for darwin and FreeBSD
2024-01-30 15:02 UTC
[Patch, stage-1, RFC]: i386: attribute regparm/stdcall and vaargs
2024-01-30 14:54 UTC (2+ messages)
[PATCH] aarch64: libgcc: Cleanup ELF marking in asm
2024-01-30 14:54 UTC
[PATCH 0/3] vect, aarch64: Add SVE support for simdclones
2024-01-30 14:31 UTC (4+ messages)
` [PATCH 1/3] vect: Pass stmt_vec_info to TARGET_SIMD_CLONE_USABLE
` [PATCH 2/3] vect: disable multiple calls of poly simdclones
` [PATCH 3/3] aarch64: Add SVE support for simd clones [PR 96342]
[PATCH v3 0/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
2024-01-30 14:09 UTC (6+ messages)
` [PATCH v3 1/2] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns
` [PATCH v3 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
[PATCH v1] RISC-V: Bugfix for vls integer mode calling convention
2024-01-30 13:49 UTC (7+ messages)
` [PATCH v2] RISC-V: Bugfix for vls mode aggregated in GPR "
[pushed] analyzer: fix -Wanalyzer-allocation-size false +ve on Linux kernel's round_up macro [PR113654]
2024-01-30 13:31 UTC
[pushed] analyzer: add SARIF property bag to -Wanalyzer-allocation-size
2024-01-30 13:31 UTC
[PATCH]middle-end: check memory accesses in the destination block [PR113588]
2024-01-30 13:04 UTC (4+ messages)
[PATCH] Handle COMDAT function symbol reference in readonly data section
2024-01-30 13:01 UTC (2+ messages)
[PATCH] Handle private COMDAT function symbol reference in readonly data section
2024-01-30 12:56 UTC
[PATCHSET] Update Rust frontend January 2024
2024-01-30 12:07 UTC (102+ messages)
` [COMMITTED 001/101] gccrs: Add visibility to trait item
` [COMMITTED 002/101] gccrs: Add a test to highlight public trait type parsing
` [COMMITTED 003/101] gccrs: Fix error emission for self pointers
` [COMMITTED 004/101] gccrs: Report self parameter parsing error kind
` [COMMITTED 005/101] gccrs: Add new test for parsing errors on self pointers
` [COMMITTED 006/101] gccrs: ast: Change *Path nodes API
` [COMMITTED 007/101] gccrs: rib: Add Namespace enum
` [COMMITTED 008/101] gccrs: forever-stack: Fix basic get logic
` [COMMITTED 009/101] gccrs: foreverstack: Specialize `get` for Namespace::Labels
` [COMMITTED 010/101] gccrs: forever stack: Fix resolve_path signature
` [COMMITTED 011/101] gccrs: forever stack: Improve resolve_path implementation
` [COMMITTED 012/101] gccrs: foreverstack: Add `to_canonical_path` method
` [COMMITTED 013/101] gccrs: foreverstack: Add `to_rib` method
` [COMMITTED 014/101] gccrs: resolve: Format if properly
` [COMMITTED 015/101] gccrs: forever stack: Remove development debug info
` [COMMITTED 016/101] gccrs: Reject auto traits with generic parameters
` [COMMITTED 017/101] gccrs: Add regression test for generic auto traits
` [COMMITTED 018/101] gccrs: Reject auto traits with super trait
` [COMMITTED 019/101] gccrs: Add a regression test for super trait on auto trait
` [COMMITTED 020/101] gccrs: Add check for associated items on auto traits
` [COMMITTED 021/101] gccrs: Emit an error on variadic non extern functions
` [COMMITTED 022/101] gccrs: Add a test regular variadic functions errors
` [COMMITTED 023/101] gccrs: Add ast validation check on union variant number
` [COMMITTED 024/101] gccrs: Replace TOK suffix with KW
` [COMMITTED 025/101] gccrs: Add edition separation for keywords
` [COMMITTED 026/101] gccrs: Treat underscore as a keyword
` [COMMITTED 027/101] gccrs: Add await keyword
` [COMMITTED 028/101] gccrs: Replace some keyword raw values
` [COMMITTED 029/101] gccrs: Add a list of weak keyword
` [COMMITTED 030/101] gccrs: Replace some weak keyword raw value with constexpr
` [COMMITTED 031/101] gccrs: Introduce a proper keyword list
` [COMMITTED 032/101] gccrs: Added support to Parse ASYNC function
` [COMMITTED 033/101] gccrs: ctx: Add Labels ForeverStack to the resolver
` [COMMITTED 034/101] gccrs: nr2.0: Add base for late name resolution
` [COMMITTED 035/101] gccrs: toplevel: Use DefaultResolver for Function
` [COMMITTED 036/101] gccrs: nr2.0: Store mappings in NameResolutionContext
` [COMMITTED 037/101] gccrs: late: Start setting up builtin types
` [COMMITTED 038/101] gccrs: late: Start storing mappings properly in the resolver
` [COMMITTED 039/101] gccrs: early: Resolve paths properly
` [COMMITTED 040/101] gccrs: toplevel: Add comment about running the collector twice
` [COMMITTED 041/101] gccrs: ast: Add NodeId to UseTree base class
` [COMMITTED 042/101] gccrs: early: Move `use` declaration resolving to TopLevel
` [COMMITTED 043/101] gccrs: toplevel: Resolve `use` declarations
` [COMMITTED 044/101] gccrs: Create base class for TupleStructItems and TuplePatternItems
` [COMMITTED 045/101] gccrs: Add unsafety member to modules
` [COMMITTED 046/101] gccrs: Parse module safety
` [COMMITTED 047/101] gccrs: Emit an error on unsafe modules
` [COMMITTED 048/101] gccrs: Add a regression test for unsafe module validation
` [COMMITTED 049/101] gccrs: Remove backend dependancy on resolution rib information
` [COMMITTED 050/101] gccrs: Remove class AST::InherentImplItem
` [COMMITTED 051/101] gccrs: Split async and const function qualifiers
` [COMMITTED 052/101] gccrs: Allow const and async specifiers in functions
` [COMMITTED 053/101] gccrs: Add async const function ast validation pass
` [COMMITTED 054/101] gccrs: Add a regression test for async const functions
` [COMMITTED 055/101] gccrs: Add AST validation check for const in trait
` [COMMITTED 056/101] gccrs: Add regression test for const fn "
` [COMMITTED 057/101] gccrs: Make feature gate visitor inherit from default one
` [COMMITTED 058/101] gccrs: Change the attribute checker visitor to "
` [COMMITTED 059/101] gccrs: Make early name resolver inherit from "
` [COMMITTED 060/101] gccrs: Add multiple regression test in name resolution
` [COMMITTED 061/101] gccrs: Add execution test for name resolution 2.0
` [COMMITTED 062/101] gccrs: Make function bodies truly optional
` [COMMITTED 063/101] gccrs: Add validation for functions without body
` [COMMITTED 064/101] gccrs: Add a regression test for function body check
` [COMMITTED 065/101] gccrs: Generate error for const trait functions
` [COMMITTED 066/101] gccrs: Renamed `WIN64` to `WIN_64`
` [COMMITTED 067/101] gccrs: Allow enabling lang_items and no_core features
` [COMMITTED 068/101] gccrs: Make default resolver inherit from default visitor
` [COMMITTED 069/101] gccrs: Make expand visitor "
` [COMMITTED 070/101] gccrs: Change cfg stripper to use "
` [COMMITTED 071/101] gccrs: refactor builtins initialization and attributes
` [COMMITTED 072/101] gccrs: HIR: add missing getters
` [COMMITTED 073/101] gccrs: TyTy: Fix missed nodiscard
` [COMMITTED 074/101] gccrs: BIR: "
` [COMMITTED 075/101] gccrs: TyTy: refactor to new API
` [COMMITTED 076/101] gccrs: TyTy: Common interface for fucntion-like types
` [COMMITTED 077/101] gccrs: TyTy: SubstitutionRef cast specialization
` [COMMITTED 078/101] gccrs: BIR: Cleanup
` [COMMITTED 079/101] gccrs: split rust-mangle.cc into two files
` [COMMITTED 080/101] gccrs: Handle `async` qualifier inside trait
` [COMMITTED 081/101] gccrs: Generate error for `async` trait fucntions
` [COMMITTED 082/101] gccrs: ast: Fix lifetime type parsing
` [COMMITTED 083/101] gccrs: ast: Unify explicitly and implicitly elided lifettimes
` [COMMITTED 084/101] gccrs: ast: Full lifetime elision handling
` [COMMITTED 085/101] gccrs: ast: Infer static lifetime for const and static items
` [COMMITTED 086/101] gccrs: ast: Lower 'for' lifetimes
` [COMMITTED 087/101] gccrs: TyTy: Refactor FnType deprecated API
` [COMMITTED 088/101] gccrs: Handle newlines during string parsing while lexing
` [COMMITTED 089/101] gccrs: Handle `async` functions in traits
` [COMMITTED 090/101] gccrs: Fix inconsistent formatting
` [COMMITTED 091/101] gccrs: Handle `async` keyword for regular implementations
` [COMMITTED 092/101] gccrs: Add improved error when a field is redefined in a struct constructor
` [COMMITTED 093/101] gccrs: Unify storage of associated items in SingleASTNode
` [COMMITTED 094/101] gccrs: Added newline to get more readable lexdump
` [COMMITTED 095/101] gccrs: Test: fix missing lifetime in a test
` [COMMITTED 096/101] gccrs: AST: Fix for lifetime parsing
` [COMMITTED 097/101] gccrs: AST: Fix for lifetime lowering
` [COMMITTED 098/101] gccrs: Test: check implemented for lifetime handling
` [COMMITTED 099/101] gccrs: Add improved error when no fields in initializer
` [COMMITTED 100/101] gccrs: Remove TraitImplItem
` [COMMITTED 101/101] gccrs: Fix output line ending patterns
[PATCH] middle-end: Enhance conditional reduction vectorization by re-association in ifcvt [PR109088]
2024-01-30 11:16 UTC
[PATCH] tree-optimization/113659 - early exit vectorization and missing VUSE
2024-01-30 10:52 UTC
[PATCH]AArch64: relax cbranch tests to accepted inverted branches [PR113502]
2024-01-30 10:48 UTC (5+ messages)
[PATCH] Fortran: use name of array component in runtime error message [PR30802]
2024-01-30 10:46 UTC (8+ messages)
[PATCH] testsuite, ubsan: Add libstdc++ deps where required
2024-01-30 10:31 UTC
[PATCH] testsuite, asan, hwsan: Add libstdc++ deps where required
2024-01-30 10:30 UTC
[tree-ssa PATCH] PR target/113560: Enhance is_widening_mult_rhs_p
2024-01-30 10:04 UTC (2+ messages)
[PATCH] riscv: Move UNSPEC_XTHEAD* from unspecv to unspec
2024-01-30 9:53 UTC (2+ messages)
Fwd: [PATCH V2] rs6000: New pass for replacement of adjacent loads fusion (lxv)
2024-01-30 9:45 UTC (3+ messages)
` "
[pushed] aarch64: Avoid allocating FPRs to address registers [PR113623]
2024-01-30 9:34 UTC
[pushed] aarch64: Handle debug references to removed registers [PR113636]
2024-01-30 9:33 UTC
[PATCH v9 1/2] Add condition coverage (MC/DC)
2024-01-30 9:33 UTC (5+ messages)
` Ping: "
[PATCH] tree-ssa-strlen: Fix up handle_store [PR113603]
2024-01-30 8:48 UTC (2+ messages)
[PATCH] except: Fix __builtin_eh_return_data_regno (-42) expansion [PR101195]
2024-01-30 8:45 UTC (2+ messages)
[committed] testsuite: Fix up pr113622-{2,3}.c for i686-linux [PR113622]
2024-01-30 8:39 UTC
[PATCH v2] LoongArch: Modify the address calculation logic for obtaining array element values through fp
2024-01-30 7:55 UTC
[PATCH] LoongArch: Modify the address calculation logic for obtaining array element values through fp
2024-01-30 7:50 UTC
[PATCH] strub: Only unbias stack point for SPARC_STACK_BOUNDARY_HACK [PR113100]
2024-01-30 7:32 UTC (7+ messages)
[PATCH] RISC-V: THEAD: Fix improper immediate value for MODIFY_DISP instruction on 32-bit systems
2024-01-30 6:40 UTC (4+ messages)
` [PATCH v2] "
[PATCH] strub: drop nonaliased parm from build_ref_type_for [PR113394]
2024-01-30 6:06 UTC (2+ messages)
[PATCH] Fix some of vect-avg-*.c testcases
2024-01-30 5:19 UTC
[PATCH] c++: Don't ICE for unknown parameter to constexpr'd switch-statement, PR113545
2024-01-30 5:18 UTC (4+ messages)
` Ping PATCH: testcase for "ICE for unknown parameter to constexpr'd switch-statement, PR113545"
[PATCH] c++/modules: Handle error header names in modules [PR107594]
2024-01-30 2:57 UTC (2+ messages)
[PATCH] x86: Limit -mcmodel=large tests to lp64 target
2024-01-30 2:15 UTC
[PATCH] LoongArch: libsanitizer: Enable build lsan and tsan for loongarch64
2024-01-30 2:09 UTC
[Committed] RISC-V: Fix regression
2024-01-30 1:19 UTC
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).