Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more | comex | 2015-02-09 | 1 | -1/+2 |
| | |||||
* | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 2015-02-08 | 1 | -34/+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. | ||||
* | fix ARM64 too, theoretically | comex | 2015-02-03 | 1 | -2/+3 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 1 | -22/+33 |
| | |||||
* | add README (and note to self to fix something) | comex | 2015-01-30 | 1 | -0/+2 |
| | |||||
* | ... | comex | 2015-01-24 | 1 | -6/+0 |
| | |||||
* | minor cleanup - stop caring about thumb outside of arch-specific code | comex | 2015-01-21 | 1 | -3/+3 |
| | | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd) | ||||
* | some reorganization | comex | 2015-01-19 | 1 | -7/+3 |
| | |||||
* | improve test; thumb2 fixes | comex | 2015-01-17 | 1 | -1/+10 |
| | |||||
* | flip the definition of TARGET_(UN)SUPPORTED | comex | 2015-01-17 | 1 | -2/+2 |
| | |||||
* | arm64 transform dis, arm fixes, move to .c since i'm dumb | comex | 2015-01-17 | 1 | -6/+121 |
| | |||||
* | transform-dis stuff - compiles for arm, so far | comex | 2015-01-17 | 1 | -0/+9 |