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

JIT ARM64-SVE: Allow LCL_VARs to store as mask #99608

Merged
merged 28 commits into from
Mar 21, 2024

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Remove FEATURE_MASKED_SIMD

    a74nh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ed574f9 View commit details
    Browse the repository at this point in the history
  2. More generic ifdefs

    a74nh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    02fa227 View commit details
    Browse the repository at this point in the history
  3. Add varTypeIsSIMDOrMask

    a74nh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2e2e174 View commit details
    Browse the repository at this point in the history
  4. Add extra type checks

    a74nh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fcdb18a View commit details
    Browse the repository at this point in the history
  5. Merge main

    a74nh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    687af37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fc8d5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dbfe63 View commit details
    Browse the repository at this point in the history
  8. Add OperIs functions

    a74nh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    85f09bf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Mark untested uses of mov

    a74nh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7945d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5d951 View commit details
    Browse the repository at this point in the history
  3. Valuenum fixes for tier 1

    a74nh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ce61a40 View commit details
    Browse the repository at this point in the history
  4. Remove importer changes

    a74nh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b5502a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39c02d0 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove importer changes"

    This reverts commit b5502a6.
    a74nh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d8dea0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ec8e38 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Fix formatting

    a74nh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3ec441c View commit details
    Browse the repository at this point in the history
  2. Reapply "Remove importer changes"

    This reverts commit d8dea0e.
    a74nh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f569512 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Use dummy mask ldr and str

    a74nh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0110170 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    ec05e34 View commit details
    Browse the repository at this point in the history
  2. Move str_mask/ldr_mask

    a74nh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    71bcb48 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    a74nh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    24cd68b View commit details
    Browse the repository at this point in the history
  4. Set imm

    a74nh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5b995ae View commit details
    Browse the repository at this point in the history
  5. fix assert

    a74nh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3a82d5d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fix assert (2)

    a74nh committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8baee38 View commit details
    Browse the repository at this point in the history
  2. Fix assert (3)

    a74nh committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b22755a View commit details
    Browse the repository at this point in the history
  3. nop

    a74nh committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bd8db6e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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