-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to mono/2018-02/a0228295 (#1609)
Context: mono/mono#7685 Context: mono/mono#8403 Context: mono/mono#8409
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
29 files
+8 −5 | mcs/class/System/Test/System.Net.Sockets/SocketTest.cs | |
+2 −0 | mono/metadata/icall.c | |
+2 −1 | mono/metadata/marshal.h | |
+1 −1 | mono/metadata/mono-perfcounters.c | |
+1 −0 | mono/metadata/object-internals.h | |
+3 −0 | mono/metadata/object-offsets.h | |
+8 −1 | mono/mini/aot-compiler.c | |
+2 −0 | mono/mini/aot-runtime.c | |
+3 −1 | mono/mini/ee.h | |
+5 −1 | mono/mini/exceptions-arm64.c | |
+23 −0 | mono/mini/iltests.il | |
+133 −18 | mono/mini/interp/interp.c | |
+2 −2 | mono/mini/method-to-ir.c | |
+2 −2 | mono/mini/mini-amd64.c | |
+133 −76 | mono/mini/mini-arm.c | |
+2 −0 | mono/mini/mini-arm.h | |
+154 −86 | mono/mini/mini-arm64.c | |
+1 −0 | mono/mini/mini-arm64.h | |
+7 −3 | mono/mini/mini-exceptions.c | |
+52 −0 | mono/mini/mini-generic-sharing.c | |
+24 −0 | mono/mini/mini-posix.c | |
+13 −1 | mono/mini/mini-runtime.c | |
+4 −0 | mono/mini/mini-runtime.h | |
+20 −0 | mono/mini/mini-trampolines.c | |
+9 −2 | mono/mini/mini.h | |
+117 −0 | mono/mini/tramp-arm.c | |
+84 −0 | mono/mini/tramp-arm64.c | |
+1 −1 | sdks/builds/llvm.mk | |
+2 −1 | tools/offsets-tool/MonoAotOffsetsDumper.cs |