aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Stacklayout.v
Commit message (Collapse)AuthorAgeFilesLines
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-22/+22
| | | | | | | | | | | Since Coq 8.12, `omega` is flagged as deprecated and scheduled for removal. Also replace CompCert's homemade tactics `omegaContradiction`, `xomega`, and `xomegaContradiction` with `lia` and `extlia`. Turn back on the deprecation warning for uses of `omega`. Make the proof of `Ctypes.sizeof_pos` more robust to variations in `lia`.
* AArch64 portXavier Leroy2019-08-081-0/+140
This commit adds a back-end for the AArch64 architecture, namely ARMv8 in 64-bit mode.