summaryrefslogtreecommitdiff
path: root/runtime/arm64.S
Commit message (Expand)AuthorAgeFilesLines
* Rename Continuation_already_taken to Continuation_already_resumedFlorian Angeletti2022-09-211-1/+1
* Rename Effect.Unhandled_effect -> Effect.UnhandledJon Ludlam2022-09-211-2/+2
* Use Callback.register_exception for exceptions in Effect moduleKC Sivaramakrishnan2022-09-211-6/+6
* Ensure that GC is not invoked from bounds check failures (#11303)Stephen Dolan2022-07-271-2/+2
* Use '.' instead of '__' to separate module from ident in symbolsXavier Leroy2022-07-151-8/+8
* Fixing typosJPR2022-03-211-1/+1
* ARM64 CFI support (#11099)Tom Kelly2022-03-161-3/+71
* Documentation improvements for native stack switching functions (#11059)Tom Kelly2022-02-281-3/+11
* ARM64 address review:Tom Kelly2022-02-211-4/+10
* ARM64: cleanup {SAVE,RESTORE}_ALL_REGS to use TMP,TMP2; also explicitly handl...Tom Kelly2022-02-211-70/+66
* ARM64: assembler, emit and proc changes to get it workingTom Kelly2022-02-211-154/+469
* Add stack overflow detection for ARM64/Linux and ARM64/macOSXavier Leroy2021-08-241-0/+20
* Recycle the former "young limit" register, giving one more allocatable registerXavier Leroy2020-12-111-2/+2
* Do not cache young_limit in a processor registersXavier Leroy2020-12-101-13/+12
* Add named text sections for caml_system__code_begin/end symbolsGreta Yorsh2020-10-191-3/+5
* arm64: remove misleading commentEduardoRFS2020-07-261-1/+0
* arm64: support ios shared libraryEduardoRFS2020-07-251-1/+1
* arm64 runtime: use additional arg only externallyEduardoRFS2020-07-251-24/+26
* arm64 runtime: apply ios assembler requirementsEduardoRFS2020-07-251-1/+46
* arm64 runtime: macro for global and local symbolsEduardoRFS2020-07-251-39/+42
* arm64 runtime: remove .type, .size on local labelsEduardoRFS2020-07-251-4/+0
* arm64 runtime: macro pair for objectsEduardoRFS2020-07-251-6/+11
* arm64 runtime: macro pair for functionsEduardoRFS2020-07-251-26/+20
* arm64 runtime: use x17 instead of x18(reserved)EduardoRFS2020-07-251-4/+3
* Per-architecture support for allocation size info in frame tables.Stephen Dolan2019-10-231-91/+11
* Fix missing Caml_state (#8940)Guillaume Munch-Maccagnoni2019-10-031-4/+4
* Remove inclusion of config.h from the files that generate domain state table.KC Sivaramakrishnan2019-08-231-3/+0
* Domain state works on Power64KC Sivaramakrishnan2019-08-231-1/+1
* Support for domain state on arm64 architectureKC Sivaramakrishnan2019-08-231-95/+96
* Add .caml to function section namesGreta Yorsh2019-07-151-1/+1
* Add macro FUNCTION in arm.S and arm64.S to avoid duplicate use of function nameGreta Yorsh2019-07-151-44/+16
* Emit each function in a separate section (amd64,i386,arm,arm64)Greta Yorsh2019-07-151-1/+28
* Ensure that Gc.minor_words remains accurate after a GC (#8619)Stephen Dolan2019-05-041-4/+8
* arm64.S: use 32-bit loads to access caml_backtrace_active (#8569)Xavier Leroy2019-04-021-2/+10
* Remove gprof support (#2314)Mark Shinwell2019-03-161-17/+0
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+571