aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/arch-transform-dis.inc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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
This patch is a monolithic mess, because I was too lazy to do the refactor first (that would require some stash fun, since I wasn't actually sure before doing x86 transform-dis what would be needed). Anyway, the resulting code should be cleaner - less duplication. This breaks ARM/ARM64.
2015-02-08starting x86 supportcomex1-0/+1
2015-02-03Make the ARM branches actually go to the right place. I need automated ↵comex1-2/+2
tests before stable.
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
(and fix makefile bug where files whose names contained 'arm' would always be ldid'd)
2015-01-19some reorganizationcomex1-0/+0
2015-01-17ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵comex1-2/+8
can't use r1 as scratch
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