-
Notifications
You must be signed in to change notification settings - Fork 10
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 riscv Architecture and cfg show address & source code #37
base: development-update-readme
Are you sure you want to change the base?
Add riscv Architecture and cfg show address & source code #37
Conversation
This pull request introduces 4 alerts when merging bee98cc into fe700c3 - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
Add tarjan algorithm Detection domator tree find loops |
This pull request introduces 17 alerts when merging edf2e26 into fe700c3 - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
python3 -m src.asm2cfg -er -c examples/riscv-huge.asm |
This pull request introduces 17 alerts when merging 86cb96a into fe700c3 - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
I suggest to split PR to standalone commits to simplify review. |
I also checked this PR now and it's indeed quite huge. Could you add them to separate commits or feature per PR? Also file |
Add riscv Architecture and cfg show address & source code