Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-17 | Fix wrong T bit in BLX(imm)->BLX(reg) transform | Reiko Asakura | 1 | -1/+2 | |
2016-11-03 | Fixed extraction for BL/BLX thumb2 | Yifan Lu | 1 | -4/+4 | |
2016-11-03 | Fixed extraction for BL/BLX thumb2 | Yifan Lu | 1 | -4/+4 | |
2016-11-03 | Bad handling of t2 BL/BLX | Yifan Lu | 1 | -2/+2 | |
Fixes #1 | |||||
2016-11-03 | Bad handling of t2 BL/BLX | Yifan Lu | 1 | -2/+2 | |
Fixes #1 | |||||
2015-03-01 | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 1 | -1/+1 | |
2015-02-24 | Add unaligned read/write functions. | comex | 1 | -1/+1 | |
I thought I could get away without since I wasn't (presently) targeting systems without hardware support for unaligned accesses, but on armv7 clang insists on optimizing into the one ARM instruction that requires alignment anyway - LDM/STM. Oops. Damnit, clang. | |||||
2015-02-23 | Ban calls within transform regions in threadsafe mode. | comex | 1 | -0/+18 | |
2015-02-08 | Fix other architectures compiling - haven't tried *running* anything.. | comex | 1 | -12/+18 | |
2015-02-01 | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 1 | -12/+12 | |
2015-01-19 | some reorganization | comex | 1 | -0/+0 | |
2015-01-17 | ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵ | comex | 1 | -6/+6 | |
can't use r1 as scratch | |||||
2015-01-17 | improve test; thumb2 fixes | comex | 1 | -5/+18 | |
2015-01-17 | IT, BX LR - untested | comex | 1 | -1/+4 | |
2015-01-17 | transform-dis stuff - compiles for arm, so far | comex | 1 | -5/+5 | |
2015-01-16 | interpose (based on %c based on data) compiles... | comex | 1 | -0/+2 | |
2015-01-16 | jump dis - seemingly working(!) | comex | 1 | -52/+57 | |
2015-01-12 | these functions are actually pointless, since it's easier to change the ↵ | comex | 1 | -5/+12 | |
*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-11 | thumb2 and stuff | comex | 1 | -17/+39 | |
2015-01-11 | thumb2 progress | comex | 1 | -0/+133 | |