Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RISC-V] Fix invalid operand register in the emitted addition/subtraction code #102074

Merged
merged 30 commits into from
May 27, 2024

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    f2d7eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7afe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e962811 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    836f439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcdb4a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e3b72f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    685f72e View commit details
    Browse the repository at this point in the history
  5. [RISC-V] Additional fixes

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    37ed8d2 View commit details
    Browse the repository at this point in the history
  6. [RISC-V] Fixed triple same register problem in emitInsTernary additio…

    …n and subtraction logic
    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    71f9c49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5d29d8 View commit details
    Browse the repository at this point in the history
  8. [RISC-V] Added comments

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c6614fa View commit details
    Browse the repository at this point in the history
  9. [RISC-V] Formatted code

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    971b36f View commit details
    Browse the repository at this point in the history
  10. [RISC-V] Fixed bug

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4e0264b View commit details
    Browse the repository at this point in the history
  11. [RISC-V] Fixed other bug

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3d0ba8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    807acfc View commit details
    Browse the repository at this point in the history
  13. [RISC-V] Fixed assert

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4316263 View commit details
    Browse the repository at this point in the history
  14. [RISC-V] Improved comment

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b841e3c View commit details
    Browse the repository at this point in the history
  15. [RISC-V] Fixed comment

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f82a853 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1f5dfa9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    965be5a View commit details
    Browse the repository at this point in the history
  18. [RISC-V] Removed asserts

    Bajtazar committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b34f37d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4371f04 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    ad89ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2cdb16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c582f View commit details
    Browse the repository at this point in the history
  4. [RISC-V] Fixed some comments

    Bajtazar committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9078647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b24b88 View commit details
    Browse the repository at this point in the history
  6. [RISC-V] Improvements

    Bajtazar committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6a6dc82 View commit details
    Browse the repository at this point in the history
  7. [RISC-V] Added old comment

    Bajtazar committed May 14, 2024
    Configuration menu
    Copy the full SHA
    06dbd79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e464442 View commit details
    Browse the repository at this point in the history