Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-23 | Ban calls within transform regions in threadsafe mode. | comex | 1 | -0/+5 | |
2015-02-09 | more | comex | 1 | -1/+1 | |
2015-02-08 | Fix other architectures compiling - haven't tried *running* anything.. | comex | 1 | -5/+5 | |
2015-02-08 | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 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. | |||||
2015-02-08 | starting x86 support | comex | 1 | -26/+61 | |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 1 | -2/+10 | |
2015-01-17 | improve test; thumb2 fixes | comex | 1 | -0/+1 | |
2015-01-17 | IT, BX LR - untested | comex | 1 | -0/+1 | |
2015-01-16 | jump dis - seemingly working(!) | comex | 1 | -25/+24 | |
2015-01-12 | these functions are actually pointless, since it's easier to change the ↵ | comex | 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 :/ | |||||
2015-01-12 | minor improvements | comex | 1 | -0/+1 | |
2015-01-12 | improve test | comex | 1 | -4/+4 | |
2015-01-11 | that was easy | comex | 1 | -0/+1 | |
2015-01-11 | thumb2 and stuff | comex | 1 | -7/+13 | |
2015-01-11 | thumb2 progress | comex | 1 | -5/+11 | |
2015-01-11 | this produces good output (finally) but takes 3.25s to compile 24K of code, lol | comex | 1 | -18/+23 | |
2015-01-11 | Revert "C++ is just a giant pain in the ass" | comex | 1 | -5/+3 | |
This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373. | |||||
2015-01-11 | C++ is just a giant pain in the ass | comex | 1 | -3/+5 | |
2015-01-11 | yay? | comex | 1 | -0/+52 | |