aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/arch-transform-dis.inc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-011-2/+4
|
* Ban calls within transform regions in threadsafe mode.comex2015-02-231-13/+8
|
* Fix a broken bit test.comex2015-02-091-1/+3
|
* morecomex2015-02-091-25/+33
|
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-081-0/+195
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.