aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-28Always reflect lower bits from mask in subranges.Andrew MacLeod6-41/+61
2025-04-28tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]Andrew Pinski3-46/+104
2025-04-28gimple-verifier: Add check that comparison in GIMPLE_COND does not throwAndrew Pinski1-0/+13
2025-04-28gimplefe: Round trip of rotates [PR119432]Andrew Pinski3-2/+15
2025-04-28gimplefe: Simplify handling of identifier based binary operationsAndrew Pinski1-78/+29
2025-04-28Add testcase for bogus Warray-bounds warning dealing with __builtin_unreachab...Andrew Pinski1-0/+17
2025-04-28gccrs: Fix narrowing conversion warningsOwen Avery2-23/+29
2025-04-28gccrs: Visit visibility in UseDeclarationPierre-Emmanuel Patry1-0/+1
2025-04-28gccrs: Some assorted tweaks and bug fixesOwen Avery3-5/+5
2025-04-28gccrs: Completely duplicate path nodePierre-Emmanuel Patry2-2/+7
2025-04-28gccrs: Use specialized param visit function for paramsPierre-Emmanuel Patry4-28/+20
2025-04-28gccrs: Remove passing test from exclusion listPierre-Emmanuel Patry1-2/+0
2025-04-28gccrs: Use stacked context for nested bindings.Pierre-Emmanuel Patry4-71/+113
2025-04-28gccrs: Add pattern bindingsPierre-Emmanuel Patry3-5/+156
2025-04-28gccrs: Add binding context classPierre-Emmanuel Patry1-0/+81
2025-04-28gccrs: Add hash function for IdentifiersPierre-Emmanuel Patry1-0/+13
2025-04-28gccrs: Add equality operator for identifiersPierre-Emmanuel Patry1-0/+5
2025-04-28gccrs: Add fn_once and Sized lang items to the testPierre-Emmanuel Patry1-10/+19
2025-04-28gccrs: Change expected error output to match nr2Pierre-Emmanuel Patry2-5/+5
2025-04-28gccrs: Update generics9 expected error messagePierre-Emmanuel Patry2-2/+2
2025-04-28gccrs: Prevent forward declaration in type parametersPierre-Emmanuel Patry4-0/+33
2025-04-28gccrs: Remove error state for GenericArgPierre-Emmanuel Patry8-45/+35
2025-04-28gccrs: Change error message to match expected test outputPierre-Emmanuel Patry2-4/+2
2025-04-28gccrs: nr2.0: Improve error handlingOwen Avery6-49/+115
2025-04-28gccrs: nr2.0: Fix derive-debug1.rsOwen Avery2-2/+1
2025-04-28gccrs: prealloc the initilizer vectorPhilip Herron1-0/+4
2025-04-28gccrs: Fix ICE with empty generic argumentsPhilip Herron4-2/+7
2025-04-28gccrs: Adjust segment start position errorsOwen Avery6-15/+13
2025-04-28gccrs: Fix ICE when handling case of unknown field in HIR::FieldAccessPhilip Herron4-11/+30
2025-04-28gccrs: Add test case to show ice is fixedPhilip Herron2-0/+8
2025-04-28gccrs: nr2.0: Remove unnecessary copy of NodeOwen Avery1-1/+1
2025-04-28gccrs: Fix ICE in struct expressionsPhilip Herron5-33/+45
2025-04-28gccrs: nr2.0: Handle StructPatternFieldIdentOwen Avery3-1/+9
2025-04-28gccrs: Add test case to show ICE is fixedPhilip Herron1-0/+8
2025-04-28gccrs: Add test case to show issue is fixedPhilip Herron1-0/+17
2025-04-28gccrs: Add gimple test for black box intrinsicPierre-Emmanuel Patry1-0/+28
2025-04-28gccrs: Add execute test for black_box intrinsicPierre-Emmanuel Patry1-0/+30
2025-04-28gccrs: Add LlvmInlineAsm node dumpPierre-Emmanuel Patry1-1/+38
2025-04-28gccrs: Parse and lower llvm asm nodePierre-Emmanuel Patry36-17/+576
2025-04-28gccrs: Add llvmInlineAsm nodePierre-Emmanuel Patry16-2/+124
2025-04-28gccrs: Emit error with old asm syntax in new asm blocksPierre-Emmanuel Patry1-0/+8
2025-04-28gccrs: Add check for placeholder (infer) type in return positionPhilip Herron4-0/+134
2025-04-28gccrs: Fix ICE when checking shift's which are behind array refsPhilip Herron2-0/+6
2025-04-28gccrs: Fix crash in hir dump as labels are optionalPhilip Herron1-1/+3
2025-04-28gccrs: Update comments in repr parsing codeYap Zhi Heng2-2/+2
2025-04-28gccrs: Implement integer representation for enumsZhi Heng2-4/+11
2025-04-28gccrs: Implement typecheck for zero-variant enumsZhi Heng5-6/+61
2025-04-28gccrs: Fix segv in unsafe chckerPhilip Herron4-1/+34
2025-04-28simplify-rtx: Split out native_decode_intRichard Sandiford2-13/+27
2025-04-28x86: Properly find the maximum stack slot alignmentH.J. Lu6-21/+360