Angel

Results 9 comments of Angel

@Rot127 None. I like it more than my version, which was a little rushed. It's better that you can now refer to the documentation rather than trying to make sense...

Note: I rebased onto latest commit since I noticed that the ARM auto-sync pr was merged and I needed some of those latest changes for my own stuff (mostly for...

Pretty sure this has to do with the commit onto which I rebased. Shouldn't be an issue on future rebase

Each OpNum doesn't necessarily correspond to a single piece. That depends on how that specific operand is encoded. Some operands don't have all of their bits next to each other...

I might be on holidays for about two weeks starting from 15th of this month so I might not be able to rebase. But in the worst case senario, I...

> My problem is that `llvm-capstone` is out of sync and generates newer tables (with the encoding). And I am tiered of cherry picking the right commits into other branches....

It's understandable. I can tell that it was quite painful to try and get all the encodings correct when there were multiple inaccuracies and missing definitions in the `.td` files...

Yeah sadly this is too slow to be usable and I believe the culprit is the foldmethod used.

I mentioned this because in the docs it's said that the expression is evaluated for every single line so maybe this is what's causing the slowness. Do you think it...