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

Add asm goto support to asm! #119365

Merged
merged 13 commits into from
Mar 8, 2024
Merged

Add asm goto support to asm! #119365

merged 13 commits into from
Mar 8, 2024

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    93fa857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    040ab7d View commit details
    Browse the repository at this point in the history
  3. Use slice.chain(option) for Successors

    This makes more sense because most cases then second one is unwind target.
    nbdd0121 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7152993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b044aaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b1dd1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27e6ee1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e4fd6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e4e3d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31f078e View commit details
    Browse the repository at this point in the history
  10. Add tests for asm goto

    nbdd0121 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4677a71 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84bc9e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    626a5f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Bless aarch64 asm test

    nbdd0121 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0ee0f29 View commit details
    Browse the repository at this point in the history