Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong T bit in BLX(imm)->BLX(reg) transform | Reiko Asakura | 2021-02-17 | 1 | -1/+2 |
| | |||||
* | Fixed extraction for BL/BLX thumb2 | Yifan Lu | 2016-11-03 | 1 | -4/+4 |
| | |||||
* | Bad handling of t2 BL/BLX | Yifan Lu | 2016-11-03 | 1 | -2/+2 |
| | | | | Fixes #1 | ||||
* | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Add unaligned read/write functions. | comex | 2015-02-24 | 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. | ||||
* | Ban calls within transform regions in threadsafe mode. | comex | 2015-02-23 | 1 | -0/+18 |
| | |||||
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 1 | -12/+18 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 1 | -12/+12 |
| | |||||
* | some reorganization | comex | 2015-01-19 | 1 | -0/+185 |