Sushant Dinesh
Sushant Dinesh
Some more points to consider: - How do we go about setting the CF for SHL/SHR (and other variants) [[See Link]](http://x86.renejeschke.de/html/file_module_x86_id_285.html) - Even though new operations `>>>` and `
@condret Why do you say just `$b` dies not work? Cause this seems to be working. Then again, I might be wrong and it might have just worked for this...
In any case, this issue is almost fixed (atleast the points highlighted here).
@safiire Your first issue of X86_INS_OR not correctly setting the flag due to `esil->cur` and `esil->old` being modified from clearing of `of` and `cf` can be fixed by simply modifying...
@XVilka We have `OpCustom`, maybe we can use that for now?
This kind of exists through the `mark` and `color` for SSA in SSAExtras, but yes, it could be improved. Currently, this is used only for DCE.
After #95, the selector test for unconditional branches has been disabled. This needs to be re-enabled and checked when the target of an unconditional is not: 1. A single target...
I think we can make a rust -> python interface. This is on my long term plans, to make python bindings to use radeco.
@ZhangZhuoSJTU I'd like to see explicit notes in the wiki/source code for the algorithm of `hash_subtree` as that is going to be an important piece that's going to be re-used,...
Opcodes were added in #96. Need to make use of these new opcodes during IR generation.