aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/aarch64
Commit message (Collapse)AuthorAgeFilesLines
* "macosx" is now called "macos"Xavier Leroy2021-01-181-1/+1
| | | | | The configure script still accepts "macosx" for backward compatibility, but every other part of CompCert now uses "macos".
* AArch64: macOS portXavier Leroy2020-12-262-4/+66
| | | | | This commit adds support for macOS (and probably iOS) running on AArch64 / ARM 64-bit / "Apple silicon" processors.
* AArch64 portXavier Leroy2019-08-082-0/+154
This commit adds a back-end for the AArch64 architecture, namely ARMv8 in 64-bit mode.