aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/dis-thumb.inc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add unaligned read/write functions.comex2015-02-241-1/+1
| | | | | | | I thought I could get away without since I wasn't (presently) targeting systems without hardware support for unaligned accesses, but on armv7 clang insists on optimizing into the one ARM instruction that requires alignment anyway - LDM/STM. Oops. Damnit, clang.
* Ban calls within transform regions in threadsafe mode.comex2015-02-231-0/+3
|
* call vs. branch fixes on ARM (though really I should just ignore calls)comex2015-02-091-3/+1
|
* Fix other architectures compiling - haven't tried *running* anything..comex2015-02-081-20/+23
|
* Make the ARM branches actually go to the right place. I need automated ↵comex2015-02-031-1/+2
| | | | tests before stable.
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-011-15/+29
|
* some reorganizationcomex2015-01-191-0/+79