Age | Commit message (Expand) | Author | Files | Lines |
2025-03-21 | gccrs: implement the TuplePattern and use it for function patterns | Philip Herron | 1 | -1/+1 |
2025-03-21 | gccrs: Refactor HIR to reduce the amount of raw pointers | Pierre-Emmanuel Patry | 1 | -4/+4 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-01-16 | gccrs: Compile pattern match statements into conditional statements | Owen Avery | 1 | -18/+27 |
2024-01-16 | gccrs: Fix typechecking (and compilation) error for alt patterns in match exp... | Dave Evans | 1 | -14/+2 |
2024-01-16 | gccrs: Replace Location with location_t in gccrs backend | Owen Avery | 1 | -3/+3 |
2024-01-16 | gccrs: get rid of useless helper class and fix header usage | Philip Herron | 1 | -0/+1 |
2024-01-16 | gccrs: hir: Provide basic handling for ReferencePattern in function parameter | Mahmoud Mohamed | 1 | -2/+2 |
2024-01-16 | gccrs: Add AltPattern HIR node | Owen Avery | 1 | -0/+20 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-04-06 | gccrs: Add support for TuplePattern in let statements | Owen Avery | 1 | -6/+1 |
2023-04-06 | gccrs: Remove HIR::GroupedPattern | Owen Avery | 1 | -8/+0 |
2023-04-06 | gccrs: Create and use CompilePatternLet visitor for compiling let statments | Owen Avery | 1 | -0/+87 |
2023-04-06 | gccrs: Added missing GroupedPattern visitors for code generation | Owen Avery | 1 | -2/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add HIR to GCC GENERIC lowering for all nodes | Philip Herron | 1 | -0/+95 |