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

Improve Ldelem and Stelem Unstripping #184

Merged
merged 4 commits into from
Oct 6, 2024

Commits on Oct 5, 2024

  1. Unstrip floating point array op codes

    * Ldelem_R4
    * Ldelem_R8
    * Stelem_R4
    * Stelem_R8
    ds5678 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7b6c503 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Some small fixes

    * Ldelema, Ldelem, and Stelem have type operands
    * Fail for value-type newarr
    ds5678 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    3cfe08b View commit details
    Browse the repository at this point in the history
  2. ldelem and stelem

    ds5678 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ae83854 View commit details
    Browse the repository at this point in the history
  3. formatting

    ds5678 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9a1203c View commit details
    Browse the repository at this point in the history