aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmexpand.ml
Commit message (Collapse)AuthorAgeFilesLines
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-211-2/+0
| | | | | | | The `__builtin_nop` function is documented only for PowerPC. It was added to the other architectures by copy paste, but has no known uses. So, remove `__builtin_nop` from all architectures but PowerPC.
* The SP register has dwarf register number 31.Bernhard Schommer2019-12-111-1/+1
|
* Added dwarf register numbers for aarch64Bernhard Schommer2019-11-281-3/+18
|
* 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.