Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ban calls within transform regions in threadsafe mode. | comex | 2015-02-23 | 1 | -0/+5 |
| | |||||
* | more | comex | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 1 | -5/+5 |
| | |||||
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 1 | -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 support | comex | 2015-02-08 | 1 | -26/+61 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 1 | -2/+10 |
| | |||||
* | improve test; thumb2 fixes | comex | 2015-01-17 | 1 | -0/+1 |
| | |||||
* | IT, BX LR - untested | comex | 2015-01-17 | 1 | -0/+1 |
| | |||||
* | jump dis - seemingly working(!) | comex | 2015-01-16 | 1 | -25/+24 |
| | |||||
* | these functions are actually pointless, since it's easier to change the ↵ | comex | 2015-01-12 | 1 | -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 improvements | comex | 2015-01-12 | 1 | -0/+1 |
| | |||||
* | improve test | comex | 2015-01-12 | 1 | -4/+4 |
| | |||||
* | that was easy | comex | 2015-01-11 | 1 | -0/+1 |
| | |||||
* | thumb2 and stuff | comex | 2015-01-11 | 1 | -0/+69 |