-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Autosync - Refreshed #1831
Autosync - Refreshed #1831
Conversation
Yes, we will have more groups. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Just derived from llvm's lib/MC/MCInstPrinter.cpp. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Documents and code, with slight fixes. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
@FlyGoat I will create a new branch for this feature tomorrow and plz rebase after that |
Were there any changes required on the TableGen backend side? Since this code is autogenerated, I suspect it might |
plz rebase to https://github.com/capstone-engine/capstone/tree/autosync branch |
Done
No actually I started with files generated by Phosphorus15. |
Any update? |
@FlyGoat hi,as I mentioned in #1803 (comment), plz "do not add any .inc file in this PR, we should PR that alone". |
I think it's better if we can auto generate .inc files and releasing by github action |
@FlyGoat how is it going? Do you need any help? |
Ah my fault, I thought I had updated PR but actually not. Will push tomorrow. Sorry. |
@FlyGoat Any update? |
@kabeor sorry for the latency, PR sent on llvm-capstone repo. |
Btw it seems impossible to sepreate code change and auto generated table change without breaking build between them. |
@XVilka yeah,agree with that |
@FlyGoat how is it going? |
Just as notification: #1803 (comment) |
This work is based on #1803.
Note that only MIPS is included in this PR. As that's the arch which I most familiar.
I'll work on RISC-V, sparc and others after got this portion merged.