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

cannon: 64-bit Refactor #12029

Merged
merged 11 commits into from
Oct 1, 2024
Merged

cannon: 64-bit Refactor #12029

merged 11 commits into from
Oct 1, 2024

Commits on Sep 26, 2024

  1. cannon: 64-bit Refactor

    Refactor Cannon codebase to support both 32-bit and 64-bit MIPS emulation
    while reusing code as much as possible.
    Inphi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dfa61bb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    7a24ad0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. review comments

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1373011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940bc42 View commit details
    Browse the repository at this point in the history
  3. more review comments

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aabd851 View commit details
    Browse the repository at this point in the history
  4. fcntl syscall err for 64-bit

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e3b65d7 View commit details
    Browse the repository at this point in the history
  5. simplify pad check

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    883f799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab95e47 View commit details
    Browse the repository at this point in the history
  7. lint

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6a45ad4 View commit details
    Browse the repository at this point in the history
  8. fix sc 64-bit logic

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0547402 View commit details
    Browse the repository at this point in the history
  9. add TODO state test

    Inphi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    378e22e View commit details
    Browse the repository at this point in the history