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

WIP: Support for generating clang AST from exported JSON #51

Draft
wants to merge 35 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
Copy link
Contributor Author

kumarak commented Nov 18, 2024

PR is WIP and still not ready for review

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