| Commit message (Expand) | Author | Files | Lines |
2021-01-25 | Fix always_inline attribute warning | Reiko Asakura | 1 | -7/+7 |
2021-01-23 | Port to Vita Development Suite | Reiko Asakura | 1 | -0/+6 |
2015-07-16 | style police | comex | 1 | -1/+3 |
2015-02-24 | Add unaligned read/write functions. | comex | 1 | -3/+28 |
2015-02-08 | Fix other architectures compiling - haven't tried *running* anything.. | comex | 1 | -11/+12 |
2015-02-08 | Refactor disassembly so x86 works, and add x86 transform-dis. | comex | 1 | -0/+26 |
2015-02-08 | starting x86 support | comex | 1 | -0/+1 |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 1 | -0/+6 |
2015-01-24 | ... | comex | 1 | -0/+6 |
2015-01-19 | some reorganization | comex | 1 | -18/+2 |
2015-01-17 | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we can'... | comex | 1 | -3/+7 |
2015-01-17 | arm64 transform dis, arm fixes, move to .c since i'm dumb | comex | 1 | -1/+1 |
2015-01-17 | IT, BX LR - untested | comex | 1 | -0/+4 |
2015-01-17 | reorganization | comex | 1 | -0/+14 |
2015-01-16 | interpose (based on %c based on data) compiles... | comex | 1 | -1/+2 |
2015-01-16 | jump dis - seemingly working(!) | comex | 1 | -16/+17 |
2015-01-12 | these functions are actually pointless, since it's easier to change the *offs... | comex | 1 | -0/+12 |
2015-01-12 | minor improvements | comex | 1 | -3/+6 |
2015-01-11 | thumb2 and stuff | comex | 1 | -2/+2 |
2015-01-11 | thumb2 progress | comex | 1 | -0/+2 |
2015-01-11 | generate all the transform-dis-*; should be more precise; can't just use make... | comex | 1 | -1/+1 |
2015-01-11 | this speeds it up a tad, still ~2s; oh well, I asked for C++... | comex | 1 | -24/+21 |
2015-01-11 | this produces good output (finally) but takes 3.25s to compile 24K of code, lol | comex | 1 | -5/+32 |
2015-01-11 | Revert "C++ is just a giant pain in the ass" | comex | 1 | -43/+20 |
2015-01-11 | C++ is just a giant pain in the ass | comex | 1 | -20/+43 |
2015-01-11 | yay? | comex | 1 | -21/+37 |
2015-01-10 | ... | comex | 1 | -0/+47 |