aboutsummaryrefslogtreecommitdiff
path: root/test/test-td-simple.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ban calls within transform regions in threadsafe mode.comex2015-02-231-0/+5
|
* morecomex2015-02-091-1/+1
|
* Fix other architectures compiling - haven't tried *running* anything..comex2015-02-081-5/+5
|
* Refactor disassembly so x86 works, and add x86 transform-dis.comex2015-02-081-27/+14
| | | | | | | | | | 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.
* starting x86 supportcomex2015-02-081-26/+61
|
* fix my utter failure to handle branches/conditionals correctly (on ARM)comex2015-02-011-2/+10
|
* improve test; thumb2 fixescomex2015-01-171-0/+1
|
* IT, BX LR - untestedcomex2015-01-171-0/+1
|
* jump dis - seemingly working(!)comex2015-01-161-25/+24
|
* these functions are actually pointless, since it's easier to change the ↵comex2015-01-121-3/+11
| | | | | | *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 :/
* minor improvementscomex2015-01-121-0/+1
|
* improve testcomex2015-01-121-4/+4
|
* that was easycomex2015-01-111-0/+1
|
* thumb2 and stuffcomex2015-01-111-0/+69