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 support for parsing more assembly #2027

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

JasonGross
Copy link
Collaborator

I want to be able to handle the output of gcc/clang on our C code.

Right now, I have added support for parsing the assembly output.
Equivalence checking is still to come.

Also still to come is parsing data declarations

@JasonGross JasonGross force-pushed the more-asm-opcode-parse branch from 252454c to 3723f79 Compare March 4, 2025 23:16
I want to be able to handle the output of gcc/clang on our C code.

Right now, I have added support for parsing the assembly output.
Equivalence checking is still to come.

Also still to come is parsing data declarations
@JasonGross JasonGross force-pushed the more-asm-opcode-parse branch from 3723f79 to 9f80974 Compare March 5, 2025 17:48
@JasonGross
Copy link
Collaborator Author

Built before rebase, so I will merge

@JasonGross JasonGross marked this pull request as ready for review March 5, 2025 17:48
@JasonGross JasonGross merged commit bfc6118 into mit-plv:master Mar 5, 2025
15 checks passed
@JasonGross JasonGross deleted the more-asm-opcode-parse branch March 5, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant