Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix vec.h bug | comex | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | style police | comex | 2015-07-16 | 1 | -3/+6 |
| | |||||
* | stuff! | comex | 2015-07-10 | 1 | -1/+2 |
| | |||||
* | tests | comex | 2015-07-07 | 1 | -0/+4 |
| | |||||
* | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 1 | -0/+1 |
| | |||||
* | Let's get hacky! | comex | 2015-03-01 | 1 | -3/+16 |
| | |||||
* | make jump-dis use a vec as a stack, rather than a hacky queue | comex | 2015-03-01 | 1 | -26/+9 |
| | |||||
* | Ban calls within transform regions in threadsafe mode. | comex | 2015-02-23 | 1 | -0/+4 |
| | |||||
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 1 | -25/+21 |
| | | | | | | | | | | 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. | ||||
* | formatting | comex | 2015-02-08 | 1 | -11/+17 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 1 | -0/+3 |
| | |||||
* | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2015-01-21 | 1 | -4/+3 |
| | | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd) | ||||
* | some reorganization | comex | 2015-01-19 | 1 | -2/+2 |
| | |||||
* | improve test; thumb2 fixes | comex | 2015-01-17 | 1 | -0/+1 |
| | |||||
* | flip the definition of TARGET_(UN)SUPPORTED | comex | 2015-01-17 | 1 | -2/+2 |
| | |||||
* | IT, BX LR - untested | comex | 2015-01-17 | 1 | -18/+20 |
| | |||||
* | transform-dis stuff - compiles for arm, so far | comex | 2015-01-17 | 1 | -15/+17 |
| | |||||
* | reorganization | comex | 2015-01-17 | 1 | -0/+161 |