Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-01-16 | gccrs: Minor typo fix | Marc Poulhiès | 1 | -4/+4 |
2024-01-16 | gccrs: Remove unused complex number support | Owen Avery | 1 | -20/+0 |
2024-01-16 | gccrs: Shorten `make_unsigned_long_tree` code and remove `Backend::integer_co... | Guillaume Gomez | 1 | -4/+0 |
2024-01-16 | gccrs: Convert class Backend into namespace | Owen Avery | 1 | -420/+484 |
2024-01-16 | gccrs: Remove Gcc_backend | Owen Avery | 1 | -7/+1 |
2024-01-16 | gccrs: Remove Backend::write_export_data | Owen Avery | 1 | -4/+0 |
2024-01-16 | gccrs: Move remaining expression-related methods into base class Backend | Owen Avery | 1 | -89/+28 |
2024-01-16 | gccrs: Move block-related methods into base class Backend | Owen Avery | 1 | -12/+4 |
2024-01-16 | gccrs: Move statement-related methods into base class Backend | Owen Avery | 1 | -35/+11 |
2024-01-16 | gccrs: Move function-related methods into base class Backend | Owen Avery | 1 | -33/+9 |
2024-01-16 | gccrs: Move some simple expression-related methods into base class Backend | Owen Avery | 1 | -27/+9 |
2024-01-16 | gccrs: Move variable-related methods into base class Backend | Owen Avery | 1 | -46/+18 |
2024-01-16 | gccrs: Move debug-related functions into base class Backend | Owen Avery | 1 | -8/+3 |
2024-01-16 | gccrs: Move label-related functions into base class Backend | Owen Avery | 1 | -14/+4 |
2024-01-16 | gccrs: Move type-related functions into base class Backend | Owen Avery | 1 | -83/+31 |
2024-01-16 | gccrs: Move Backend::error_variable to Bvariable::error_variable | Owen Avery | 1 | -7/+0 |
2024-01-16 | gccrs: Remove Backend::bool_type and Backend::char_type | Owen Avery | 1 | -10/+0 |
2024-01-16 | gccrs: Move Gcc_backend declaration to header file | Owen Avery | 1 | -0/+215 |
2024-01-16 | gccrs: Remove Location typedef | Owen Avery | 1 | -6/+6 |
2024-01-16 | gccrs: Replace Location with location_t in unnamed function parameters | Owen Avery | 1 | -27/+27 |
2024-01-16 | gccrs: Continue to replace usages of Location with location_t | Owen Avery | 1 | -12/+12 |
2024-01-16 | gccrs: Replace Linemap::unknown_location with UNKNOWN_LOCATION | Owen Avery | 1 | -2/+1 |
2024-01-16 | gccrs: Redo how we handle unit types for the final time | Philip Herron | 1 | -8/+3 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-04-06 | gccrs: moved operator.h to util/rust-operators.h | Abdul Rafey | 1 | -1/+1 |
2023-01-31 | gccrs: backend: Add overflow checks to every arithmetic operation | Arthur Cohen | 1 | -4/+15 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add base for HIR to GCC GENERIC lowering | Philip Herron | 1 | -0/+506 |