Summary
- arm64 runtime: use x17 instead of x18(reserved) (commit: 4375fa8) (details)
- fix build when using clang (commit: bc1a664) (details)
- arm64 runtime: macro pair for functions (commit: 32ab52c) (details)
- arm64 runtime: macro pair for objects (commit: f6c799d) (details)
- arm64 runtime: remove .type, .size on local labels (commit: cbcd76b) (details)
- arm64 runtime: macro for global and local symbols (commit: 4294391) (details)
- arm64 runtime: apply ios assembler requirements (commit: f323d2a) (details)
- arm64 emitter: support apple variant of assembler (commit: d189dce) (details)
- ios: Sys.command is not supported (commit: 8cd474f) (details)
- ios: add support on configure script (commit: 5e7f7c7) (details)
- arm64 runtime: use additional arg only externally (commit: bdbd867) (details)
- arm64: support ios shared library (commit: 8c38ac6) (details)
- ios: dead lock on Sys.command (commit: 99664ee) (details)
- arm64: add reference to Apple ARM64 ABI (commit: 9a98d40) (details)
- arm64: use Arch.macosx instead of is_macosx (commit: 69d4ab8) (details)
- On the iPhone simulator the machine context field has two underscores (commit: 83a06c3) (details)
- ios: memory leak when Sys.command failed (commit: f817b25) (details)
- arm64: remove misleading comment (commit: cf6ecb7) (details)