aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/dis-arm.inc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-15fix some ARM stuff including calls, and test itcomex1-3/+4
wow this code sucks
2015-02-24Add unaligned read/write functions.comex1-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.
2015-02-23Ban calls within transform regions in threadsafe mode.comex1-0/+7
2015-02-08Fix other architectures compiling - haven't tried *running* anything..comex1-9/+10
2015-02-01fix my utter failure to handle branches/conditionals correctly (on ARM)comex1-8/+9
2015-01-19some reorganizationcomex1-0/+0
2015-01-17ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵comex1-8/+16
can't use r1 as scratch
2015-01-17IT, BX LR - untestedcomex1-0/+3
2015-01-17transform-dis stuff - compiles for arm, so farcomex1-14/+14
2015-01-16interpose (based on %c based on data) compiles...comex1-0/+2
2015-01-16jump dis - seemingly working(!)comex1-53/+60
2015-01-13add a test assembly file, not used yetcomex1-1/+4
2015-01-12these functions are actually pointless, since it's easier to change the ↵comex1-8/+34
*offset* for actual pc-rel loads (and the rest are accounted for, albeit implicitly in the case of add pc) i might end up using the stack :/
2015-01-11thumb2 and stuffcomex1-2/+4
2015-01-11thumb2 progresscomex1-9/+28
2015-01-11this produces good output (finally) but takes 3.25s to compile 24K of code, lolcomex1-53/+46
2015-01-11Revert "C++ is just a giant pain in the ass"comex1-46/+54
This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373.
2015-01-11C++ is just a giant pain in the asscomex1-54/+46
2015-01-11yay?comex1-78/+131
2015-01-11*sigh*comex1-0/+98