summaryrefslogtreecommitdiff
path: root/runtime/amd64.S
Commit message (Expand)AuthorAgeFilesLines
* Fix ENDFUNCTION macros args for callbacksKC Sivaramakrishnan2019-08-231-3/+3
* Remove inclusion of config.h from the files that generate domain state table.KC Sivaramakrishnan2019-08-231-6/+3
* Fix CFI offsets in amd64KC Sivaramakrishnan2019-08-231-12/+13
* Fix long linesKC Sivaramakrishnan2019-08-231-8/+15
* Rename exn_handler to exception_pointerKC Sivaramakrishnan2019-08-231-15/+15
* Move native runtime globals used for roots to domain stateKC Sivaramakrishnan2019-08-231-19/+19
* Move backtrace support global variables to domain state.KC Sivaramakrishnan2019-08-231-2/+2
* young_ptr and young_limit are now in domain stateKC Sivaramakrishnan2019-08-231-13/+13
* Introduce domain state and steal exception pointerKC Sivaramakrishnan2019-08-231-41/+56
* Fix stack probe CFI information for amd64 and i386 (#8848)Tom Kelly2019-07-311-6/+6
* No support for section names on macos/mingw/cygwinGreta Yorsh2019-07-151-4/+0
* Add .caml to function section namesGreta Yorsh2019-07-151-2/+2
* Emit each function in a separate section (amd64,i386,arm,arm64)Greta Yorsh2019-07-151-0/+23
* Address review commentGreta Yorsh2019-06-241-1/+0
* Add .size directive in runtime functionsGreta Yorsh2019-06-241-0/+22
* Ensure that Gc.minor_words remains accurate after a GC (#8619)Stephen Dolan2019-05-041-0/+25
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+741