gcc-cvs
Thread
Date
Earlier messages
Later messages
Messages by Thread
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Add internal field accessor for data
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Add accessors for the rank field
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Use the setter to modify the offset
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Move size and cosize functions
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Add a setter for the token field
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Add accessors for the elem_len field
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Move descriptor copy function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v102)] fortran: array descriptor: Move debug info generation function
Mikael Morin via Gcc-cvs
[gcc] Created branch 'mikael/heads/refactor_descriptor_v102' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc r16-4909] Fortran: Use specific PDT constructors from a generic list [PR122452]
Paul Thomas via Gcc-cvs
[gcc r16-4908] tree-optimization/122502 - avoid folding during imm use walk with active ranger
Richard Biener via Gcc-cvs
[gcc r16-4907] fold: Remove div_if_zero_remainder [PR122437]
Andrew Pinski via Gcc-cvs
[gcc r16-4906] Fix pr122478.c testcase
Andrew Pinski via Gcc-cvs
[gcc r16-4905] sccp: Fix ICE during folding after proping const in some cases [PR122497]
Andrew Pinski via Gcc-cvs
[gcc r15-10467] LoongArch: Only allow valid binary op when optimize conditional move
LuluCheng via Gcc-cvs
[gcc r16-4902] LoongArch: Implement the vector dot product operation with quadruple width.
LuluCheng via Gcc-cvs
[gcc r16-4904] LoongArch: Remove the "-mlasx" compilation option from the test cases.
LuluCheng via Gcc-cvs
[gcc r16-4903] LoongArch: Support vec_widen_[s]{add/sub/mult}_{hi/lo}_{v4si/v8si}.
LuluCheng via Gcc-cvs
[gcc r16-4901] LoongArch: Implement vec_widen_<su>{add/sub/mult}_{hi/lo}_{v16qi/v8hi}.
LuluCheng via Gcc-cvs
[gcc r16-4900] LoongArch: Simplify vec_widen_<su>{add/sub/mult}_{hi/lo}_m describe.
LuluCheng via Gcc-cvs
[gcc r16-4898] c++: Fix up and tweak std-name-hint.gperf
Jakub Jelinek via Gcc-cvs
[gcc r16-4897] gccrs: Improve ErrorPropagationExpr handling
Arthur Cohen via Gcc-cvs
[gcc r16-4870] gccrs: Fix ICE where we expect a num enum variant
Arthur Cohen via Gcc-cvs
[gcc r16-4887] gccrs: Add doc attribute checking on traits
Arthur Cohen via Gcc-cvs
[gcc r16-4864] gccrs: Implement TokenCollector::visit(AST::FormatArgs&)
Arthur Cohen via Gcc-cvs
[gcc r16-4884] gccrs: Add override modifier
Arthur Cohen via Gcc-cvs
[gcc r16-4863] gccrs: Fix ICE for invalid const capacity expression handling
Arthur Cohen via Gcc-cvs
[gcc r16-4893] gccrs: fix inner attr derive doesn't show error
Arthur Cohen via Gcc-cvs
[gcc r16-4860] gccrs: Fix ICE with invalid const expression
Arthur Cohen via Gcc-cvs
[gcc r16-4879] gccrs: tests: added extra parens compile test
Arthur Cohen via Gcc-cvs
[gcc r16-4891] gccrs: Emit error when tuple-indexing on non-tuples
Arthur Cohen via Gcc-cvs
[gcc r16-4869] gccrs: Add error diag for self params on plain functions
Arthur Cohen via Gcc-cvs
[gcc r16-4878] gccrs: Test libcore
Arthur Cohen via Gcc-cvs
[gcc r16-4894] gccrs: Fix ICE for repr attribute malformation
Arthur Cohen via Gcc-cvs
[gcc r16-4890] gccrs: Refactor TyTy::ConstType into separate types
Arthur Cohen via Gcc-cvs
[gcc r16-4844] gccrs: Implement missing var decl case for TuplePatternItemsHasRest
Arthur Cohen via Gcc-cvs
[gcc r16-4865] gccrs: Improve FFIOpt
Arthur Cohen via Gcc-cvs
[gcc r16-4871] gccrs: Prevent segfault on builtin metavars
Arthur Cohen via Gcc-cvs
[gcc r16-4867] gccrs: Remove old hack from resolve operator overload
Arthur Cohen via Gcc-cvs
[gcc r16-4896] gccrs: Attempt to resolve pattern items in tuple pattern with a rest pattern
Arthur Cohen via Gcc-cvs
[gcc r16-4866] gccrs: fnptr types can hold onto generic params so it needs to handle substs
Arthur Cohen via Gcc-cvs
[gcc r16-4886] gccrs: Avoid malformed attribute conversion
Arthur Cohen via Gcc-cvs
[gcc r16-4872] gccrs: Emit errors from the transcriber when they occur
Arthur Cohen via Gcc-cvs
[gcc r16-4854] gccrs: Add libcore to the list of ignored prefixes
Arthur Cohen via Gcc-cvs
[gcc r16-4883] gccrs: Emit an error on malformed path
Arthur Cohen via Gcc-cvs
[gcc r16-4892] gccrs: fix ICE in TyVar constructor
Arthur Cohen via Gcc-cvs
[gcc r16-4882] gccrs: Use rich_location for TupleStructPattern type check num field error
Arthur Cohen via Gcc-cvs
[gcc r16-4874] gccrs: expand: Inherit from PointerVisitor
Arthur Cohen via Gcc-cvs
[gcc r16-4861] gccrs: Fix ICE handling division by zero in const eval
Arthur Cohen via Gcc-cvs
[gcc r16-4857] gccrs: Create subdirectory checks/errors/feature
Arthur Cohen via Gcc-cvs
[gcc r16-4840] gccrs: Fix bug with unconstrained const generic
Arthur Cohen via Gcc-cvs
[gcc r16-4895] gccrs: Fix ICE on enum in tuple struct pattern
Arthur Cohen via Gcc-cvs
[gcc r16-4880] gccrs: Implement lowering of AST::TupleStructItemsHasRest
Arthur Cohen via Gcc-cvs
[gcc r16-4850] gccrs: Add test to confirm Rust-GCC/gccrs#3924 fix
Arthur Cohen via Gcc-cvs
[gcc r16-4873] gccrs: Add origin location to expanded tokens
Arthur Cohen via Gcc-cvs
[gcc r16-4846] gccrs: Fix segv when handling invalid array capacities
Arthur Cohen via Gcc-cvs
[gcc r16-4889] gccrs: test: add a regression test for issue Rust-GCC/gccrs#4145
Arthur Cohen via Gcc-cvs
[gcc r16-4877] gccrs: Fix StructPattern type checking rejecting tuple struct scrutinee
Arthur Cohen via Gcc-cvs
[gcc r16-4881] gccrs: Implement compilation support for HIR::TupleStructItemsHasRest
Arthur Cohen via Gcc-cvs
[gcc r16-4875] gccrs: Handle link_name attribute
Arthur Cohen via Gcc-cvs
[gcc r16-4839] gccrs: track generic const generics properly
Arthur Cohen via Gcc-cvs
[gcc r16-4858] gccrs: Remove AST::TraitItemConst
Arthur Cohen via Gcc-cvs
[gcc r16-4868] gccrs: Fix ICE on copied array expressions
Arthur Cohen via Gcc-cvs
[gcc r16-4856] gccrs: nr1.0: Remove EarlyNameResolver
Arthur Cohen via Gcc-cvs
[gcc r16-4842] gccrs: Add implicit infer support for unify on const types
Arthur Cohen via Gcc-cvs
[gcc r16-4888] gccrs: fix: add early return for empty module file
Arthur Cohen via Gcc-cvs
[gcc r16-4836] gccrs: get rid of last can_eq usage finally
Arthur Cohen via Gcc-cvs
[gcc r16-4853] gccrs: track abi and unsafety on fnptrs for proper type checking
Arthur Cohen via Gcc-cvs
[gcc r16-4833] gccrs: remove 2nd last usage of can_eq
Arthur Cohen via Gcc-cvs
[gcc r16-4847] gccrs: Fix crash on break outside of loop context
Arthur Cohen via Gcc-cvs
[gcc r16-4885] gccrs: Force crash when retrieving meta item location
Arthur Cohen via Gcc-cvs
[gcc r16-4876] gccrs: Add HIR lowering support for rest pattern in struct patterns' AST
Arthur Cohen via Gcc-cvs
[gcc r16-4830] gccrs: respect the unify rules commit flag
Arthur Cohen via Gcc-cvs
[gcc r16-4841] gccrs: allow unifications against non const types
Arthur Cohen via Gcc-cvs
[gcc r16-4826] gccrs: Emit error on lonely self use declaration
Arthur Cohen via Gcc-cvs
[gcc r16-4803] gccrs: Convert lookup return type to optional
Arthur Cohen via Gcc-cvs
[gcc r16-4852] gccrs: get rid of more clones in unify path
Arthur Cohen via Gcc-cvs
[gcc r16-4811] gccrs: Add fn pointer implementation test
Arthur Cohen via Gcc-cvs
[gcc r16-4800] gccrs: Add null check to reconstruct
Arthur Cohen via Gcc-cvs
[gcc r16-4859] gccrs: Protect from errors in alternate pattern parsing
Arthur Cohen via Gcc-cvs
[gcc r16-4851] gccrs: Add test to confirm Rust-GCC/gccrs#3922 fix
Arthur Cohen via Gcc-cvs
[gcc r16-4824] gccrs: Remove Parser::parse_tuple_index_expr_float
Arthur Cohen via Gcc-cvs
[gcc r16-4779] gccrs: fix error number
Arthur Cohen via Gcc-cvs
[gcc r16-4848] gccrs: Unify path-to-type handling in Late resolver
Arthur Cohen via Gcc-cvs
[gcc r16-4838] gccrs: Fix formatting of tyty code
Arthur Cohen via Gcc-cvs
[gcc r16-4818] gccrs: nr1.0: Remove support in pattern checker
Arthur Cohen via Gcc-cvs
[gcc r16-4819] gccrs: nr1.0: Remove support in borrow checker
Arthur Cohen via Gcc-cvs
[gcc r16-4843] gccrs: Recognize rustc_allow_const_fn_unstable
Arthur Cohen via Gcc-cvs
[gcc r16-4793] gccrs: Replace old read-only checker with new implementation.
Arthur Cohen via Gcc-cvs
[gcc r16-4828] gccrs: Make the coerce borrowed pointer consistent with try flag
Arthur Cohen via Gcc-cvs
[gcc r16-4835] gccrs: reuse an error mark node instead of new ones each failure
Arthur Cohen via Gcc-cvs
[gcc r16-4837] gccrs: Remove fully the can_eq TyTy::BaseType::can_eq interface
Arthur Cohen via Gcc-cvs
[gcc r16-4823] gccrs: Do not dump the AST if the parser emit errors
Arthur Cohen via Gcc-cvs
[gcc r16-4777] gccrs: Add test for multiple wildcard use declaration.
Arthur Cohen via Gcc-cvs
[gcc r16-4845] gccrs: Implement missing read-only checker case for TuplePatternItemsHasRest
Arthur Cohen via Gcc-cvs
[gcc r16-4782] gccrs: ast: Cleanup SingleASTNode::NodeType
Arthur Cohen via Gcc-cvs
[gcc r16-4834] gccrs: simplify cloning of types during unify
Arthur Cohen via Gcc-cvs
[gcc r16-4832] gccrs: Add check bounds flag to unify rules for compatability checks
Arthur Cohen via Gcc-cvs
[gcc r16-4808] gccrs: Change coerce_unsize error handling
Arthur Cohen via Gcc-cvs
[gcc r16-4812] gccrs: Remove Parser::parse_path_in_expression_pratt
Arthur Cohen via Gcc-cvs
[gcc r16-4792] gccrs: Read-only check if the variable is mutable type.
Arthur Cohen via Gcc-cvs
[gcc r16-4797] gccrs: Improve libformat_parser FFI
Arthur Cohen via Gcc-cvs
[gcc r16-4825] gccrs: Allow early resolution to use the language prelude
Arthur Cohen via Gcc-cvs
[gcc r16-4773] gccrs: Refactor inline assembly constructor
Arthur Cohen via Gcc-cvs
[gcc r16-4831] gccrs: Update can_eq to be a types_compatable interface
Arthur Cohen via Gcc-cvs
[gcc r16-4796] gccrs: fix ICE in convert_tree for tuple destructuring with ref
Arthur Cohen via Gcc-cvs
[gcc r16-4829] gccrs: Remove some const usage so we can get rid of more can_eq usage
Arthur Cohen via Gcc-cvs
[gcc r16-4807] gccrs: Refactor return statements
Arthur Cohen via Gcc-cvs
[gcc r16-4787] gccrs: Reject empty cfg_attr
Arthur Cohen via Gcc-cvs
[gcc r16-4776] gccrs: Remove abort on wildcard patterns
Arthur Cohen via Gcc-cvs
[gcc r16-4809] gccrs: Put nevertype cercion into it's own function
Arthur Cohen via Gcc-cvs
[gcc r16-4786] gccrs: Improve handling of non-final path segments
Arthur Cohen via Gcc-cvs
[gcc r16-4765] gccrs: Fix friendly class to friendly struct qualification
Arthur Cohen via Gcc-cvs
[gcc r16-4814] gccrs: Avoid std::unique_ptr<std::string> in Token
Arthur Cohen via Gcc-cvs
[gcc r16-4821] gccrs: ast: Add PointerVisitor
Arthur Cohen via Gcc-cvs
[gcc r16-4791] gccrs: Add IdentifierPattern subpattern support for ClosureParamInfer
Arthur Cohen via Gcc-cvs
[gcc r16-4806] gccrs: Remove unused variable assignments
Arthur Cohen via Gcc-cvs
[gcc r16-4764] gccrs: Remove cyclic inclusion and unused headers.
Arthur Cohen via Gcc-cvs
[gcc r16-4763] gccrs: Prevent copy from vector implementation
Arthur Cohen via Gcc-cvs
[gcc r16-4820] gccrs: Separate strip information from internal state
Arthur Cohen via Gcc-cvs
[gcc r16-4813] gccrs: Eagerly expand format_args macro
Arthur Cohen via Gcc-cvs
[gcc r16-4762] gccrs: Fix variadic member flag value in constructor
Arthur Cohen via Gcc-cvs
[gcc r16-4817] gccrs: nr1.0: Remove support in rust-session-manager.cc
Arthur Cohen via Gcc-cvs
[gcc r16-4805] gccrs: Avoid copy when constructing TypeBoundPredicate
Arthur Cohen via Gcc-cvs
[gcc r16-4827] gccrs: Error out on unsuffixed self list use declaration
Arthur Cohen via Gcc-cvs
[gcc r16-4810] gccrs: Use as member function instead of static cast
Arthur Cohen via Gcc-cvs
[gcc r16-4801] gccrs: Fix generic type constraints
Arthur Cohen via Gcc-cvs
[gcc r16-4815] gccrs: Refactor AST Patterns that hold multiple pattern items
Arthur Cohen via Gcc-cvs
[gcc r16-4757] gccrs: Improve handling of AttrInputLiteral
Arthur Cohen via Gcc-cvs
[gcc r16-4804] gccrs: Remove unused copy
Arthur Cohen via Gcc-cvs
[gcc r16-4756] gccrs: Refactor HIR::PatternItem class and its derivatives
Arthur Cohen via Gcc-cvs
[gcc r16-4822] gccrs: desugar: Use PointerVisitor for ExpressionYeast
Arthur Cohen via Gcc-cvs
[gcc r16-4799] gccrs: Remove #[simd_test] support
Arthur Cohen via Gcc-cvs
[gcc r16-4802] gccrs: Treat function pointers like pointers for cast
Arthur Cohen via Gcc-cvs
[gcc r16-4783] gccrs: expand: Add handling for macro expansion in pattern context
Arthur Cohen via Gcc-cvs
[gcc r16-4816] gccrs: nr1.0: Remove support in privacy checker
Arthur Cohen via Gcc-cvs
[gcc r16-4780] gccrs: Add name resolution processing for discriminant values
Arthur Cohen via Gcc-cvs
[gcc r16-4784] gccrs: Fix Self macro invocation parsing failure
Arthur Cohen via Gcc-cvs
[gcc r16-4778] gccrs: CfgStrip AST nodes marked with #[test]
Arthur Cohen via Gcc-cvs
[gcc r16-4798] gccrs: Expect identifier subpatterns to be non-alt
Arthur Cohen via Gcc-cvs
[gcc r16-4789] gccrs: fix ICE by skipping invalid (non-FNDEF) candidates
Arthur Cohen via Gcc-cvs
[gcc r16-4781] gccrs: Detect failure to match an ident metavariable
Arthur Cohen via Gcc-cvs
[gcc r16-4775] gccrs: Emit an error message on unsupported llvm_asm
Arthur Cohen via Gcc-cvs
[gcc r16-4788] gccrs: fix ICE for empty enum variant
Arthur Cohen via Gcc-cvs
[gcc r16-4795] gccrs: Implement rest pattern support for slice patterns
Arthur Cohen via Gcc-cvs
[gcc r16-4772] gccrs: Add checks to ExpandVisitor
Arthur Cohen via Gcc-cvs
[gcc r16-4794] gccrs: Collect lang items after expansion
Arthur Cohen via Gcc-cvs
[gcc r16-4790] gccrs: Implement let statement support for IdentifierPattern's subpatterns
Arthur Cohen via Gcc-cvs
[gcc r16-4774] gccrs: Fix infinite loop on inline assembly clobbers
Arthur Cohen via Gcc-cvs
[gcc r16-4771] gccrs: Fix ICE on exclusive_range_pattern lowering
Arthur Cohen via Gcc-cvs
[gcc r16-4785] gccrs: nr2.0: Fix ChangeLog entry
Arthur Cohen via Gcc-cvs
[gcc r16-4766] gccrs: Add header guards
Arthur Cohen via Gcc-cvs
[gcc r16-4769] gccrs: Handle attributes in expression macros
Arthur Cohen via Gcc-cvs
[gcc r16-4761] gccrs: Move vector of unique_ptr
Arthur Cohen via Gcc-cvs
[gcc r16-4770] gccrs: Exclude some inline assembly test
Arthur Cohen via Gcc-cvs
[gcc r16-4768] gccrs: Improve vector usages and avoid copies.
Arthur Cohen via Gcc-cvs
[gcc r16-4759] gccrs: Copy cfg_attrs instead setting it to itself
Arthur Cohen via Gcc-cvs
[gcc r16-4767] gccrs: Add missing direct include
Arthur Cohen via Gcc-cvs
[gcc r16-4758] gccrs: Add missing header inclusion
Arthur Cohen via Gcc-cvs
[gcc r16-4760] gccrs: Avoid transitive declaration
Arthur Cohen via Gcc-cvs
[gcc r16-4755] gccrs: Explicitly use an empty vector for structural eq
Arthur Cohen via Gcc-cvs
[gcc r16-4754] dwarf: handle repeated decl with different btf_decl_tags [PR122248]
David Faust via Gcc-cvs
[gcc r16-4753] btf: do not prune at typedefs
David Faust via Gcc-cvs
[gcc r16-4752] Remove parentheses in dg-scan directive
Eric Botcazou via Gcc-cvs
[gcc r16-4751] lto: Stream out partitioned toplevel assembly
Michal Jires via Gcc-cvs
[gcc r16-4750] lto: Partition toplevel assembly in 1to1
Michal Jires via Gcc-cvs
[gcc r16-4749] lto: Use toplevel_node in lto_symtab_encoder
Michal Jires via Gcc-cvs
[gcc r16-4748] lto: Simplify control variable in loop of balanced partitioning
Michal Jires via Gcc-cvs
[gcc r16-4747] cgraph: Add toplevel_node
Michal Jires via Gcc-cvs
[gcc r16-4746] lto: Keep lto file data
Michal Jires via Gcc-cvs
[gcc r16-4745] lto: Fix reversed sorting of node order.
Michal Jires via Gcc-cvs
[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v100' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc r16-4744] fortran: Cleanup obsolete comment
Mikael Morin via Gcc-cvs
[gcc r16-4743] Extend the attribute "counted_by" to support VOID pointer under GNU extension.
Qing Zhao via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v100)] fortran: Cleanup obsolete comment
Mikael Morin via Gcc-cvs
[gcc] Created branch 'mikael/heads/refactor_descriptor_v100' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc r16-4742] MATCH: Optimize `VEC_SHL_INSERT (dup (A), A)` to just `dup (A) [PR116075]
Andrew Pinski via Gcc-cvs
[gcc r16-4741] forwprop: Improve simple dse slightly more for eh but multiple incoming edges (phi) [PR122247]
Andrew Pinski via Gcc-cvs
[gcc r16-4740] forwprop: Improve simple dse for eh [PR122247]
Andrew Pinski via Gcc-cvs
[gcc r16-4739] niter: Use ranger to query ctz range.
Robin Dapp via Gcc-cvs
[gcc r16-4738] MAINTAINERS: Add myself to reviewers/maintainers.
Robin Dapp via Gcc-cvs
[gcc r16-4737] [Ada] Fix formal parameter incorrectly visible from outside of instance
Eric Botcazou via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move array growth function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move array growth function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move array growth function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move array growth function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move descriptor copy function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move descriptor copy function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move descriptor copy function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move descriptor copy function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move bound shift utility function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move bound shift utility function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move bound shift utility function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: array descriptor: Move bound shift utility function
Mikael Morin via Gcc-cvs
[gcc(refs/users/mikael/heads/refactor_descriptor_v101)] fortran: Cleanup obsolete comment
Mikael Morin via Gcc-cvs
[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v101' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v101' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v101' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v101' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
[gcc r16-4736] [PATCH v2] RISC-V: avlprop: Scale AVL by subreg ratio [PR122445].
Jeff Law via Gcc-cvs
Earlier messages
Later messages