aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmexpand.ml
Commit message (Collapse)AuthorAgeFilesLines
* Offset out of range for ldp/stp instructionsxavier.leroy2019-08-231-1/+3
| | | | These instructions are generated by __builtin_memcpy.
* AArch64 portXavier Leroy2019-08-081-0/+436
This commit adds a back-end for the AArch64 architecture, namely ARMv8 in 64-bit mode.