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

Limit bit-rot in the disabled backends #11217

Merged
merged 6 commits into from
May 3, 2022
Merged

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    d5a0955 View commit details
    Browse the repository at this point in the history
  2. Propagate changes to Mach.operation from PR#10943

    The Iload constructor was changed from a triple to a record, but the
    disabled backends weren't updated.
    dra27 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2028c63 View commit details
    Browse the repository at this point in the history
  3. Add placeholders for Idls_get to disabled backends

    Eliminates the partial match warning in these backends, but obviously
    the emitters are still broken.
    dra27 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    08be1bd View commit details
    Browse the repository at this point in the history
  4. Fix multicore rebase artefact in arm backend

    Unused variable r12 was originally removed in PR#502.
    dra27 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ba2c659 View commit details
    Browse the repository at this point in the history
  5. Fix iextcall override in arm emitter

    Extra parameter added in the multicore merge. Obviously the emitter
    remains broken.
    dra27 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e60774f View commit details
    Browse the repository at this point in the history
  6. s/Domain_exception_pointer/Domain_exn_handler

    The i386 emitter still had the 4.x name.
    dra27 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6eadce4 View commit details
    Browse the repository at this point in the history