-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Esme Povirk
committed
Jun 7, 2024
1 parent
8a654b8
commit f759c1c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
27 files
+22 −2 | configure.ac | |
+571 −0 | mono/arch/loongarch64/loongarch64-codegen.h | |
+3 −0 | mono/metadata/mono-config.c | |
+9 −2 | mono/metadata/object-offsets.h | |
+20 −0 | mono/mini/Makefile.am.in | |
+619 −0 | mono/mini/cpu-loongarch64.md | |
+655 −0 | mono/mini/exceptions-loongarch64.c | |
+2 −1 | mono/mini/genmdesc.py | |
+2 −0 | mono/mini/mini-arch.h | |
+1 −1 | mono/mini/mini-codegen.c | |
+92 −0 | mono/mini/mini-loongarch64-gsharedvt.c | |
+88 −0 | mono/mini/mini-loongarch64-gsharedvt.h | |
+6,309 −0 | mono/mini/mini-loongarch64.c | |
+292 −0 | mono/mini/mini-loongarch64.h | |
+99 −0 | mono/mini/mini-ops.h | |
+2 −0 | mono/mini/mini-runtime.c | |
+59 −0 | mono/mini/tramp-loongarch64-gsharedvt.c | |
+828 −0 | mono/mini/tramp-loongarch64.c | |
+10 −0 | mono/mini/unwind.c | |
+4 −0 | mono/sgen/sgen-archdep.h | |
+4 −0 | mono/utils/Makefile.am | |
+1 −0 | mono/utils/freebsd-elf_common.h | |
+33 −0 | mono/utils/mono-context.c | |
+102 −0 | mono/utils/mono-context.h | |
+16 −0 | mono/utils/mono-hwcap-loongarch64.c | |
+20 −0 | mono/utils/mono-sigcontext.h | |
+1 −1 | scripts/ci/test.sh |