aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/arch-transform-dis.inc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-17Fix wrong T bit in BLX(imm)->BLX(reg) transformReiko Asakura1-1/+1
2016-11-25Fix uninitialized variable in ARM32 transform_dis_branchYifan Lu1-0/+2
2016-11-23Fixed defination of CC_CBXZ collides with other bitsYifan Lu1-9/+28
2016-11-15fix some ARM stuff including calls, and test itcomex1-8/+15
2016-11-03Added ARM PUSH multi instruction assemblyYifan Lu1-1/+1
2016-11-03Implemented call rewrite support, fixes #3Yifan Lu1-1/+9
2016-10-23Fixed warning about unused functionYifan Lu1-1/+1
2015-03-01A number of critical fixes painstakingly discovered in the slowest way possible.comex1-2/+4
2015-02-23Ban calls within transform regions in threadsafe mode.comex1-13/+8
2015-02-09Fix a broken bit test.comex1-1/+3
2015-02-09morecomex1-25/+33
2015-02-08Refactor disassembly so x86 works, and add x86 transform-dis.comex1-0/+0
2015-02-08starting x86 supportcomex1-0/+1
2015-02-03Make the ARM branches actually go to the right place. I need automated tests...comex1-2/+2
2015-02-01whoops, don't mean to always jump to thumb modecomex1-1/+1
2015-02-01fix my utter failure to handle branches/conditionals correctly (on ARM)comex1-4/+81
2015-01-24it compiles...comex1-20/+21
2015-01-24...comex1-97/+24
2015-01-21minor cleanup - stop caring about thumb outside of arch-specific codecomex1-7/+7
2015-01-19some reorganizationcomex1-0/+0
2015-01-17ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we can'...comex1-2/+8
2015-01-17improve test; thumb2 fixescomex1-12/+37
2015-01-17arm64 transform dis, arm fixes, move to .c since i'm dumbcomex1-9/+9
2015-01-17transform-dis stuff - compiles for arm, so farcomex1-0/+158