Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some ARM stuff including calls, and test it | comex | 2016-11-15 | 1 | -3/+4 |
| | | | | wow this code sucks | ||||
* | 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/+7 |
| | |||||
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 1 | -9/+10 |
| | |||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 1 | -8/+9 |
| | |||||
* | some reorganization | comex | 2015-01-19 | 1 | -0/+214 |