aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/dis-arm.inc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some ARM stuff including calls, and test itcomex2016-11-151-3/+4
| | | | wow this code sucks
* 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/+7
|
* Fix other architectures compiling - haven't tried *running* anything..comex2015-02-081-9/+10
|
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-011-8/+9
|
* some reorganizationcomex2015-01-191-0/+214