public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH]middle-end: check memory accesses in the destination block [PR113588]
 2024-01-30 12:57 UTC  (3+ messages)

[PATCH] Handle private COMDAT function symbol reference in readonly data section
 2024-01-30 12:56 UTC 

[PATCH v1] RISC-V: Bugfix for vls integer mode calling convention
 2024-01-30 12:54 UTC  (5+ messages)
` [PATCH v2] RISC-V: Bugfix for vls mode aggregated in GPR "

[PATCH] Handle function symbol reference in readonly data section
 2024-01-30 12:51 UTC  (20+ messages)

[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 v3 0/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2024-01-30 11:36 UTC  (5+ 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] 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  (10+ 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 v4 0/4]New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2024-01-30  5:41 UTC  (15+ 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 

[PATCH] c++: unifying INTEGER_CST parm with type-dep arg [PR113644]
 2024-01-29 23:48 UTC  (2+ messages)

[PATCH] aarch64: Check the ldp/stp policy model correctly when mem ops are reversed
 2024-01-29 23:31 UTC  (3+ messages)

[Patch, stage-1, RFC]: i386: attribute regparm/stdcall and vaargs
 2024-01-29 23:14 UTC 

[PATCH] Handle COMDAT function symbol reference in readonly data section
 2024-01-29 23:08 UTC 

[PATCH] c++: problematic assert in reference_binding [PR113141]
 2024-01-29 22:42 UTC  (6+ messages)

[PATCH] Fortran: Mark internal symbols as artificial [PR88009,PR68800]
 2024-01-29 22:18 UTC  (7+ messages)

[PATCH v3] x86: Generate REG_CFA_UNDEFINED for unsaved callee-saved registers
 2024-01-29 21:55 UTC 

[PATCH][libsanitizer]: Sync fixes for asan interceptors from upstream [PR112644]
 2024-01-29 21:54 UTC  (2+ messages)

[PATCH] aarch64: enforce lane checking for intrinsics
 2024-01-29 21:21 UTC  (4+ messages)

c23 type compatibility rules, v3
 2024-01-29 20:27 UTC  (3+ messages)
` Fix ICE with -g and -std=c23 when forming composite types [PR113438]

[PATCH v2] x86: Generate REG_CFA_UNDEFINED for unsaved callee-saved registers
 2024-01-29 20:00 UTC 

[PATCH] x86: Generate REG_CFA_UNDEFINED for unsaved callee-saved registers
 2024-01-29 19:56 UTC  (3+ messages)

[PATCH] RISC-V: Fix rvv intrinsic pragma tests dejagnu selector
 2024-01-29 19:38 UTC 

_GLIBCXX_DEBUG_BACKTRACE broken
 2024-01-29 19:14 UTC  (2+ messages)

[PATCH] testsuite: no dfp run without dfprt
 2024-01-29 18:24 UTC  (3+ messages)

[COMMITTED] bpf: emit empty epilogues in naked functions
 2024-01-29 17:52 UTC 

[PATCH] RISC-V: Add require-effective-target to pr113429 testcase
 2024-01-29 17:51 UTC  (3+ messages)
  ` [Committed] "

[PATCH] openmp: Change to using a hashtab to lookup offload target addresses for indirect function calls
 2024-01-29 17:48 UTC  (2+ messages)
` [PATCH v2] "

[pushed] c++: local class in generic lambda [PR113544]
 2024-01-29 17:40 UTC 

[patch] plugin/plugin-nvptx.c: Fix fini_device call when already shutdown [PR113513]
 2024-01-29 17:07 UTC  (4+ messages)
` [v2][patch] "

[committed] MAINTAINERS: Update my email address
 2024-01-29 16:56 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).