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

Support for generating clang AST from exported JSON #51

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Conversation

kumarak
Copy link
Contributor

@kumarak kumarak commented Nov 16, 2024

No description provided.

…guments. Merged handling of direct and indirect calls.
…operations. p-code operations now only include an 'output' node when the result goes to a named thing.
… that are associated with HighSymbol but often only just HighOthers where the HighSymbol has the right type but the HighOther doesn't, and also misses the names.
…temporaries. This handles the case that a side-effectful unique, e.g. a LOAD, has more than one descendents, or that a register only has a single descendent.
…r example, sometimes there is a reference to the stack pointer in the call, and it represents the address of first/last variable in the stack frame.
…address labels for global variables with unusual VariableStorage.
…eturn. Remove HighSymbol-relative offset adjustment related to stack address displacement calculation.
@kumarak kumarak requested a review from xlauko as a code owner November 16, 2024 18:50
@kumarak kumarak marked this pull request as draft November 16, 2024 18:50
@kumarak kumarak force-pushed the kumarak/pcode-translate branch from ef5ca84 to 7369f25 Compare November 16, 2024 18:52
@kumarak kumarak force-pushed the kumarak/pcode-translate branch from 9c938d2 to 1bece2d Compare November 18, 2024 01:32
@kumarak kumarak force-pushed the kumarak/pcode-translate branch from ab6a48e to 41f40ce Compare November 26, 2024 01:26
@kumarak kumarak marked this pull request as ready for review December 6, 2024 15:30
@kumarak kumarak marked this pull request as draft December 6, 2024 15:50
@kumarak kumarak force-pushed the kumarak/pcode-translate branch from 7561991 to 1684575 Compare December 8, 2024 15:59
@kumarak kumarak marked this pull request as ready for review December 8, 2024 16:22
@kumarak kumarak changed the title WIP: Support for generating clang AST from exported JSON Support for generating clang AST from exported JSON Dec 8, 2024
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.

2 participants