Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+3 |
| | |||||
* | call vs. branch fixes on ARM (though really I should just ignore calls) | comex | 2015-02-09 | 1 | -3/+1 |
| | |||||
* | Fix other architectures compiling - haven't tried *running* anything.. | comex | 2015-02-08 | 1 | -20/+23 |
| | |||||
* | Make the ARM branches actually go to the right place. I need automated ↵ | comex | 2015-02-03 | 1 | -1/+2 |
| | | | | tests before stable. | ||||
* | fix my utter failure to handle branches/conditionals correctly (on ARM) | comex | 2015-02-01 | 1 | -15/+29 |
| | |||||
* | some reorganization | comex | 2015-01-19 | 1 | -0/+79 |