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

Wrappers for critical front-end components #10

Open
3 tasks
michkot opened this issue Apr 10, 2017 · 0 comments
Open
3 tasks

Wrappers for critical front-end components #10

michkot opened this issue Apr 10, 2017 · 0 comments

Comments

@michkot
Copy link
Member

michkot commented Apr 10, 2017

We need access to program/functions/instructions details for proper development and debugging.

  • Function: name, return type, argument types, argument Frontend IDs. Optional: "is intrinsic", linkage type
  • Instruction: LLVM string rep, source info {file, line, column}
  • Values = {Constants and Instructions}: source name (named register vs named stack variable?)

Implementation notes:
Generate map for values when creating CFG
Add "debugger mode" functionality -> retrieve all information on construction and cache it in the wrapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant