public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[aarch64] Use dup and zip1 for interleaving elements in initializing vector
 2023-04-06 10:26 UTC  (21+ messages)

[PATCH] dse: Handle SUBREGs of word REGs differently for WORD_REGISTER_OPERATIONS targets [PR109040]
 2023-04-06 10:15 UTC  (9+ messages)

[PATCH] riscv: Fix genrvv-type-indexer dependencies
 2023-04-06  9:45 UTC 

Rust front-end update 2023-04-05
 2023-04-06  9:05 UTC  (91+ messages)
` [committed 01/88] gccrs: fatal_error_flag: Fix typo in error message
` [committed 02/88] gccrs: unsafe: check use of `target_feature` attribute
` [committed 03/88] gccrs: Check for mutable references in const functions
` [committed 04/88] gccrs: rust: add bound parsing in parse_generic_arg
` [committed 05/88] gccrs: Implement declarative macro 2.0 parser
` [committed 06/88] gccrs: Add name resolution to generic argument associated item bindings
` [committed 07/88] gccrs: Support associated type bound arguments
` [committed 08/88] gccrs: Reuse TypeCheckPattern on LetStmt's
` [committed 09/88] gccrs: Add get_locus function for abstract class MetaItemInner
` [committed 10/88] gccrs: diagnostics: Add underline for tokens in diagnostics
` [committed 11/88] gccrs: Change how CompileVarDecl outputs Bvariable's
` [committed 12/88] gccrs: testsuite: Handle Windows carriage returns properly
` [committed 13/88] gccrs: Support GroupedPattern during name resolution
` [committed 14/88] gccrs: Do not crash on empty macros expand. Fixes #1712
` [committed 15/88] gccrs: Add HIR lowering for GroupedPattern
` [committed 16/88] gccrs: Add get_item method for HIR::GroupedPattern
` [committed 17/88] gccrs: Add type resolution for grouped patterns
` [committed 18/88] gccrs: Added missing GroupedPattern visitors for code generation
` [committed 19/88] gccrs: Rename file rust-ast-full-test.cc to rust-ast.cc
` [committed 20/88] gccrs: moved operator.h to util/rust-operators.h
` [committed 21/88] gccrs: fixed compiler error message on wildcard pattern within expression
` [committed 22/88] gccrs: fixed indentations in AST pretty expanded dump of trait
` [committed 23/88] gccrs: macro: Allow builtin `MacroInvocation`s within the AST
` [committed 24/88] gccrs: Create and use CompilePatternLet visitor for compiling let statments
` [committed 25/88] gccrs: parser: Allow parsing multiple reference types
` [committed 26/88] gccrs: Move rust-buffered-queue.h to util folder #1766
` [committed 27/88] gccrs: Improve GroupedPattern lowering
` [committed 28/88] gccrs: Remove HIR::GroupedPattern
` [committed 29/88] gccrs: Optimize HIR::ReferencePattern
` [committed 30/88] gccrs: Implement lowering ReferencePattern from AST to HIR
` [committed 31/88] gccrs: parser: Improve parsing of complex generic arguments
` [committed 32/88] gccrs: parser: Fix parsing of closure param list
` [committed 33/88] gccrs: Add support for feature check
` [committed 34/88] gccrs: Removed comment copy-pasted from gcc/tree.def
` [committed 35/88] gccrs: Add another test case for passing associated type-bounds
` [committed 36/88] gccrs: Move TypePredicateItem impl out of the header
` [committed 37/88] gccrs: Refactor TyVar and TypeBoundPredicates
` [committed 38/88] gccrs: Refactor SubstitutionRef base class into its own CC file
` [committed 39/88] gccrs: Refactor all substitution mapper code implementation "
` [committed 40/88] gccrs: Refactor BaseType, InferType and ErrorType impl into cc file
` [committed 41/88] gccrs: Refactor PathProbe "
` [committed 42/88] gccrs: Refactor PathProbeType code into CC file
` [committed 43/88] gccrs: Refactor all code out of the rust-tyty.h header
` [committed 44/88] gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
` [committed 45/88] gccrs: Rename header rust-hir-trait-ref.h to rust-hir-trait-reference.h
` [committed 46/88] gccrs: Refactor handle_substitutions to take a reference
` [committed 47/88] gccrs: Clear the substitution callbacks when copying ArgumentMappings
` [committed 48/88] gccrs: Add missing param subst callback
` [committed 49/88] gccrs: Remove monomorphization hack to setup possible associated types
` [committed 50/88] gccrs: Refactor the type unification code
` [committed 51/88] gccrs: Fix nullptr dereference
` [committed 52/88] gccrs: Add missing Sized, Copy and Clone lang item mappings
` [committed 53/88] gccrs: Fix higher ranked trait bounds computation of self
` [committed 54/88] gccrs: Remove bad error message on checking function arguments
` [committed 55/88] gccrs: Add general TypeBounds checks
` [committed 56/88] gccrs: Add support for TuplePattern in let statements
` [committed 57/88] gccrs: rust-item: include rust-expr.h
` [committed 58/88] gccrs: parser: Expose parse_macro_invocation as public API
` [committed 59/88] gccrs: expansion: Add `get_token_slice` to `MacroInvocLexer` class
` [committed 60/88] gccrs: macros: Perform macro expansion in a fixed-point fashion
` [committed 61/88] gccrs: expander: Add documentation for `expand_eager_invocations`
` [committed 62/88] gccrs: typecheck: Refactor rust-hir-trait-reference.h
` [committed 63/88] gccrs: cli: Update safety warning message
` [committed 64/88] gccrs: Update copyright years
` [committed 65/88] gccrs: Add feature gate for "rust-intrinsic"
` [committed 66/88] gccrs: Add variadic argument type checking
` [committed 67/88] gccrs: Add test
` [committed 68/88] gccrs: Simplify WildcardPattern let statement handling
` [committed 69/88] gccrs: lex: Prevent directories in RAIIFile
` [committed 70/88] gccrs: testsuite: Add empty string macro test
` [committed 71/88] gccrs: Add support for parsing empty tuple patterns
` [committed 72/88] gccrs: Implemented UTF-8 checking for include_str!()
` [committed 73/88] gccrs: Extract query_type from TypeCheckBase to be a simple extern
` [committed 74/88] gccrs: Add new virtual function HIR::ImplItem::get_impl_item_name
` [committed 75/88] gccrs: Support for Sized builtin marker trait
` [committed 76/88] gccrs: Fix regression in testcase
` [committed 77/88] gccrs: Add trailing newline
` [committed 78/88] gccrs: builtins: Return empty list of tokens instead of nullptr
` [committed 79/88] gccrs: Fix formatting
` [committed 80/88] gccrs: Add AST::AltPattern class
` [committed 81/88] gccrs: Fix up DejaGnu directives in 'rust/compile/issue-1830_{bytes,str}.rs' test cases [#1838]
` [committed 82/88] gccrs: rename rust-hir-full-tests.cc
` [committed 83/88] gccrs: add test case to show our query-type system is working
` [committed 84/88] gccrs: ast: Refactor TraitItem to keep Location info
` [committed 85/88] gccrs: diagnostic: Refactor Error class
` [committed 86/88] gccrs: Added AST Node AST::InlineAsm
` [committed 87/88] gccrs: Address unsafe with/without block handling ambiguity
` [committed 88/88] gccrs: Fix issue with parsing unsafe block expression statements

[PATCH] LoongArch: Add built-in functions description of LoongArch BASE instruction set instructions
 2023-04-06  8:58 UTC  (2+ messages)

[PATCH] [testsuite] [ppc] skip ppc-fortran if fortran is disabled
 2023-04-06  8:32 UTC  (2+ messages)

[PATCHv3, rs6000] rs6000: correct vector sign extend built-ins on Big Endian [PR108812]
 2023-04-06  8:21 UTC  (2+ messages)

[Committed] MAINTAINERS: Add myself as CTF and BTF reviewer
 2023-04-06  7:28 UTC 

[PATCH] [testsuite] [ppc] expect vectorization in gen-vect-11c.c
 2023-04-06  6:48 UTC  (4+ messages)

[PATCH] c++, coroutines: Fix block nests when the function has no top-level bind
 2023-04-06  6:27 UTC 

[PATCH 0/5] RISC-V: Support ZC* extensions
 2023-04-06  6:21 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: Minimal support for ZC extensions
` [PATCH 2/5] RISC-V: Enable compressible features when use ZC* extensions
` [PATCH 3/5] RISC-V: Add ZC* test for march args being passed
` [PATCH 4/5] RISC-V: Add Zcmp extension supports
` [PATCH 5/5] RISC-V: Add ZCMP push/pop testcases

[PATCH] [PR99708] [rs6000] don't expect __ibm128 with 64-bit long double
 2023-04-06  6:17 UTC  (4+ messages)

[PATCH] Check hard_regno_mode_ok before setting lowest memory move cost for the mode with different reg classes
 2023-04-06  5:07 UTC  (4+ messages)

[PATCH] Fix typo in -param=vect-induction-float= attributes
 2023-04-06  4:25 UTC 

[PATCH] Fix typo in -param=vect-induction-float= attributes
 2023-04-06  4:15 UTC 

[PATCH v2] RISC-V: Add Z*inx imcompatible check in gcc
 2023-04-06  2:56 UTC  (4+ messages)
    `  "

[PATCH] Skip module_cmi_p and related unsupported module test
 2023-04-06  2:38 UTC  (9+ messages)
    ` [PATCH] testsuite: Fix up modules.exp [PR108899]
      ` 'g++.dg/modules/modules.exp': don't leak local 'unsupported' proc [PR108899] (was: [PATCH] testsuite: Fix up modules.exp [PR108899])
        ` 'g++.dg/modules/modules.exp': don't leak local 'unsupported' proc [PR108899]

[PATCH 0/2] Support Intel AMX-COMPLEX
 2023-04-06  2:38 UTC  (2+ messages)

Factory Direct Acrylic
 2023-04-06  1:43 UTC 

[PATCH] Introduce -nolibstdc++ option
 2023-04-06  1:25 UTC  (11+ messages)

[PATCH] PR tree-optimization/109417 - Check if dependency is valid before using in may_recompute_p
 2023-04-05 21:52 UTC  (2+ messages)

Ping: [PATCH] jit: Install jit headers in $(libsubincludedir) [PR 101491]
 2023-04-05 21:44 UTC  (7+ messages)
` Ping^2: "
  ` Ping^3: "
    ` Ping^4: "
      ` Ping^5: "
        ` Ping^6: "
          ` Ping^7: "

[PATCH v2 0/8] RISCV: Implement ISA Manual Table A.6 Mappings
 2023-04-05 21:01 UTC  (9+ messages)
  ` [PATCH v2 1/8] RISCV: Eliminate SYNC memory models
  ` [PATCH v2 2/8] RISCV: Enforce Libatomic LR/SC SEQ_CST
  ` [PATCH v2 3/8] RISCV: Enforce atomic compare_exchange SEQ_CST
  ` [PATCH v2 4/8] RISCV: Add AMO release bits
  ` [PATCH v2 5/8] RISCV: Eliminate AMO op fences
  ` [PATCH v2 6/8] RISCV: Weaken compare_exchange LR/SC pairs
  ` [PATCH v2 7/8] RISCV: Weaken atomic stores
  ` [PATCH v2 8/8] RISCV: Weaken mem_thread_fence

[Patch, fortran] PR104272 - finalizer gets called during allocate
 2023-04-05 20:33 UTC  (6+ messages)

[PATCH] c++: satisfaction and ARGUMENT_PACK_SELECT [PR105644]
 2023-04-05 20:32 UTC  (3+ messages)

[RFA][Bug target/108892 ][13 regression] Force re-recognition after changing RTL structure of an insn
 2023-04-05 19:02 UTC  (6+ messages)

[PATCH] c++: 'typename T::X' vs 'struct T::X' lookup [PR109420]
 2023-04-05 17:35 UTC  (3+ messages)

[PATCH, V3] PR target/105325, Make load/cmp fusion know about prefixed loads
 2023-04-05 16:57 UTC  (2+ messages)
` Ping: "

[committed] hppa: Fix 22_locale/locale/cons/12658_thread-2.cc on hppa
 2023-04-05 15:47 UTC 

[committed] hppa: Add assember CFI directives to millicode division and remainder routines
 2023-04-05 14:52 UTC 

[PATCH] RISC-V: Fix PR108279
 2023-04-05 13:53 UTC  (5+ messages)
  `  "

[PATCH] RISC-V: Fix SEW64 of vrsub.vx runtime fail in RV32 system
 2023-04-05 13:49 UTC  (5+ messages)
  `  "

[PATCH] Less warnings for parameters declared as arrays [PR98541, PR98536]
 2023-04-05 13:25 UTC  (3+ messages)

[PATCH] [og12] OpenMP: Constructors and destructors for "declare target" static aggregates
 2023-04-05 12:31 UTC  (3+ messages)

[PATCH] tree-vect-generic: Fix up ICE with SSA_NAME_OCCURS_IN_ABNORMAL_PHI [PR109392]
 2023-04-05 12:11 UTC  (2+ messages)

[PATCH 1/4] libstdc++: Harmonize <version> and other headers
 2023-04-05 12:10 UTC  (15+ messages)
` [PATCH 2/4] libstdc++: Add a test for <version> FTM redefinitions
` [PATCH 3/4] libstdc++: Downgrade DEBUG to ASSERTIONS when !HOSTED
` [PATCH 4/4] libstdc++: Fix some freestanding test failures

[PATCH] [og12] OpenMP: Fix checking ICE in "declare target" ctor/dtor support
 2023-04-05 12:08 UTC 

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-04-05 11:49 UTC  (5+ messages)

[committed] libstdc++: Define std::sub_match::swap member function (LWG 3204)
 2023-04-05 11:24 UTC 

[PATCH] tree-optimization/108888 - call if-conversion
 2023-04-05  9:07 UTC  (2+ messages)

[match.pd] [SVE] Add pattern to transform svrev(svrev(v)) --> v
 2023-04-05  8:38 UTC 

[PATCH] RISC-V: Fix PR109399 VSETVL PASS bug
 2023-04-05  1:26 UTC  (2+ messages)

[PATCH] RISC-V: Fix typo
 2023-04-05  1:14 UTC  (2+ messages)

[committed] doc: md.texi (Including Patterns): Fix page break
 2023-04-04 23:39 UTC 

Ping: [PATCH v2] libcpp: Handle extended characters in user-defined literal suffix [PR103902]
 2023-04-04 20:49 UTC 

[PATCHv4] [AARCH64] Fix PR target/103100 -mstrict-align and memset on not aligned buffers
 2023-04-04 17:47 UTC  (2+ messages)

[PATCH] Add -fsarif-time-report [PR109361]
 2023-04-04 17:08 UTC 

FDIC 2023
 2023-04-04 16:24 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).