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

New lift approach #47

Merged
merged 7 commits into from
Oct 15, 2024
Merged

New lift approach #47

merged 7 commits into from
Oct 15, 2024

Conversation

pgoodman
Copy link
Contributor

@pgoodman pgoodman commented Oct 11, 2024

  • Migrates Akshay high p-code lifting support to the old script.
  • Canonicalizes both the headless and gui codepaths to operate on lists of functions.
  • Saturates a set of functions to lift, where the initial input set is treated as those for which we want definitions (i.e. high p-code)
  • Starts doing p-code operation-specific lifting in the JSON representation. E.g. CBRANCH and CALL. This is important to eventually discover (and thus saturate) all referenced functions and global symbols.

@pgoodman pgoodman requested a review from xlauko as a code owner October 11, 2024 17:12
@pgoodman pgoodman requested review from kumarak and removed request for xlauko October 11, 2024 17:12
@pgoodman pgoodman changed the title Lift types New lift approach Oct 11, 2024
@xlauko
Copy link
Collaborator

xlauko commented Oct 15, 2024

@pgoodman can you clean up commit messages, please. I want to use change-logs for quarterly reports.

pgoodman and others added 7 commits October 15, 2024 16:15
…efinition lifting. Drilling in on more specific handling of p-code operations.
…rations object, keyed by operation labels, and an ordered_operations list, containing just labels. The idea will be so that we can directly reference uniques via their operation labels, and thus use operation labels as the names of the actual operations in mlir
@kumarak kumarak merged commit 1b21b57 into main Oct 15, 2024
5 checks passed
@kumarak kumarak deleted the lift_types branch October 15, 2024 16:36
@xlauko xlauko added the ghidra label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants