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

SystemZ Auto-Sync refactor #2462

Merged
merged 71 commits into from
Sep 14, 2024
Merged

Conversation

Rot127
Copy link
Collaborator

@Rot127 Rot127 commented Aug 28, 2024

Your checklist for this pull request

  • I've documented or updated the documentation of every API function and struct this PR changes.
  • I've added tests that prove my fix is effective or that my feature works (if possible)

Based on: #2456

Detailed description

Refactors the SystemZ module.

New features:

  • Update to LLVM-18
  • Memory operands have now an address mode attached to see which fields are set.
  • Instruction formats are added.
  • Operand access information is added.

Changes

  • Renaming SysZ to SystemZ everywhere and adding a compatibility header for it.

Bug fixes

  • pintInt functions were not working for INTx_MIN values.
  • Added several unit tests
  • Adding support to annotate the the output stream.
  • Check for overflows in the stream.

Test plan

Added

Closing issues

closes #2423
closes #1545
closes #2194

@Rot127 Rot127 force-pushed the SysZ-AS-refactor branch 2 times, most recently from 169777d to 0615bdc Compare September 9, 2024 10:35
Copy link
Member

@kabeor kabeor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So cool!

@kabeor kabeor merged commit af1ed2f into capstone-engine:next Sep 14, 2024
19 checks passed
@Rot127 Rot127 deleted the SysZ-AS-refactor branch September 15, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants