From 577812b069e76d3eafa7730a2f52ca75deaf38a3 Mon Sep 17 00:00:00 2001 From: Tomas Date: Fri, 7 Jan 2022 18:55:39 +0100 Subject: [PATCH] Move localloc/common library under JIT folder In today source tree we have five different libraries named 'common'. This change is a first step in deduplicating their names; I have also moved the library under the JIT/ folder as it's used not only by JIT/jit64 tests but also by Methodical and Regression tests. Thanks Tomas --- .../localloc/call/call01_small.csproj | 2 +- .../VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj | 2 +- .../VS-ia64-JIT/V1.2-M01/b14324/repro.il | 6 +-- .../VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj | 2 +- .../VS-ia64-JIT/V1.2-M02/b14355/call01.il | 36 ++++++------- .../common.il => common/localloc_common.il} | 3 +- .../localloc_common.ilproj} | 0 .../JIT/jit64/localloc/call/call05_dynamic.il | 28 +++++----- .../jit64/localloc/call/call05_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/call/call05_large.il | 18 +++---- .../jit64/localloc/call/call05_large.ilproj | 2 +- .../JIT/jit64/localloc/call/call05_small.il | 18 +++---- .../jit64/localloc/call/call05_small.ilproj | 2 +- .../JIT/jit64/localloc/call/call07_dynamic.il | 52 +++++++++---------- .../jit64/localloc/call/call07_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/call/call07_small.il | 40 +++++++------- .../jit64/localloc/call/call07_small.ilproj | 2 +- .../JIT/jit64/localloc/eh/eh01_dynamic.csproj | 2 +- .../JIT/jit64/localloc/eh/eh01_large.csproj | 2 +- .../JIT/jit64/localloc/eh/eh01_small.csproj | 2 +- .../JIT/jit64/localloc/eh/eh02_dynamic.csproj | 2 +- .../JIT/jit64/localloc/eh/eh02_large.csproj | 2 +- .../JIT/jit64/localloc/eh/eh02_small.csproj | 2 +- .../JIT/jit64/localloc/eh/eh03_dynamic.il | 28 +++++----- .../JIT/jit64/localloc/eh/eh03_dynamic.ilproj | 2 +- src/tests/JIT/jit64/localloc/eh/eh03_large.il | 22 ++++---- .../JIT/jit64/localloc/eh/eh03_large.ilproj | 2 +- src/tests/JIT/jit64/localloc/eh/eh03_small.il | 22 ++++---- .../JIT/jit64/localloc/eh/eh03_small.ilproj | 2 +- .../JIT/jit64/localloc/eh/eh04_dynamic.il | 24 ++++----- .../JIT/jit64/localloc/eh/eh04_dynamic.ilproj | 2 +- src/tests/JIT/jit64/localloc/eh/eh04_large.il | 18 +++---- .../JIT/jit64/localloc/eh/eh04_large.ilproj | 2 +- src/tests/JIT/jit64/localloc/eh/eh04_small.il | 18 +++---- .../JIT/jit64/localloc/eh/eh04_small.ilproj | 2 +- .../JIT/jit64/localloc/eh/eh05_dynamic.csproj | 2 +- .../JIT/jit64/localloc/eh/eh05_large.csproj | 2 +- .../JIT/jit64/localloc/eh/eh05_small.csproj | 2 +- .../jit64/localloc/ehverify/eh05_dynamic.il | 4 +- .../localloc/ehverify/eh05_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh05_large.il | 2 +- .../JIT/jit64/localloc/ehverify/eh05_small.il | 2 +- .../jit64/localloc/ehverify/eh06_dynamic.il | 4 +- .../localloc/ehverify/eh06_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh06_large.il | 2 +- .../JIT/jit64/localloc/ehverify/eh06_small.il | 2 +- .../jit64/localloc/ehverify/eh07_dynamic.il | 4 +- .../localloc/ehverify/eh07_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh07_large.il | 2 +- .../jit64/localloc/ehverify/eh07_large.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh07_small.il | 2 +- .../jit64/localloc/ehverify/eh07_small.ilproj | 2 +- .../jit64/localloc/ehverify/eh08_dynamic.il | 4 +- .../localloc/ehverify/eh08_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh08_large.il | 2 +- .../JIT/jit64/localloc/ehverify/eh08_small.il | 2 +- .../localloc/ehverify/eh09_dynamic.csproj | 2 +- .../jit64/localloc/ehverify/eh09_large.csproj | 2 +- .../jit64/localloc/ehverify/eh09_small.csproj | 2 +- .../jit64/localloc/ehverify/eh11_dynamic.il | 24 ++++----- .../localloc/ehverify/eh11_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh11_large.il | 18 +++---- .../jit64/localloc/ehverify/eh11_large.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh11_small.il | 18 +++---- .../jit64/localloc/ehverify/eh11_small.ilproj | 2 +- .../jit64/localloc/ehverify/eh12_dynamic.il | 24 ++++----- .../localloc/ehverify/eh12_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh12_large.il | 18 +++---- .../jit64/localloc/ehverify/eh12_large.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh12_small.il | 18 +++---- .../jit64/localloc/ehverify/eh12_small.ilproj | 2 +- .../jit64/localloc/ehverify/eh13_dynamic.il | 24 ++++----- .../localloc/ehverify/eh13_dynamic.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh13_large.il | 18 +++---- .../jit64/localloc/ehverify/eh13_large.ilproj | 2 +- .../JIT/jit64/localloc/ehverify/eh13_small.il | 18 +++---- .../jit64/localloc/ehverify/eh13_small.ilproj | 2 +- .../localloc/unwind/unwind01_dynamic.csproj | 2 +- .../localloc/unwind/unwind01_large.csproj | 2 +- .../localloc/unwind/unwind01_small.csproj | 2 +- .../localloc/unwind/unwind02_dynamic.csproj | 2 +- .../localloc/unwind/unwind02_large.csproj | 2 +- .../localloc/unwind/unwind02_small.csproj | 2 +- .../localloc/unwind/unwind03_dynamic.csproj | 2 +- .../localloc/unwind/unwind03_large.csproj | 2 +- .../localloc/unwind/unwind03_small.csproj | 2 +- .../jit64/localloc/unwind/unwind04_dynamic.il | 26 +++++----- .../localloc/unwind/unwind04_dynamic.ilproj | 2 +- .../jit64/localloc/unwind/unwind04_large.il | 18 +++---- .../localloc/unwind/unwind04_large.ilproj | 2 +- .../jit64/localloc/unwind/unwind04_small.il | 18 +++---- .../localloc/unwind/unwind04_small.ilproj | 2 +- .../jit64/localloc/unwind/unwind05_dynamic.il | 26 +++++----- .../localloc/unwind/unwind05_dynamic.ilproj | 2 +- .../jit64/localloc/unwind/unwind05_large.il | 18 +++---- .../localloc/unwind/unwind05_large.ilproj | 2 +- .../jit64/localloc/unwind/unwind05_small.il | 18 +++---- .../localloc/unwind/unwind05_small.ilproj | 2 +- .../jit64/localloc/unwind/unwind06_dynamic.il | 26 +++++----- .../localloc/unwind/unwind06_dynamic.ilproj | 2 +- .../jit64/localloc/unwind/unwind06_large.il | 18 +++---- .../localloc/unwind/unwind06_large.ilproj | 2 +- .../jit64/localloc/unwind/unwind06_small.il | 18 +++---- .../localloc/unwind/unwind06_small.ilproj | 2 +- 104 files changed, 424 insertions(+), 425 deletions(-) rename src/tests/JIT/{jit64/localloc/common/common.il => common/localloc_common.il} (99%) rename src/tests/JIT/{jit64/localloc/common/common.ilproj => common/localloc_common.ilproj} (100%) diff --git a/src/tests/JIT/Methodical/localloc/call/call01_small.csproj b/src/tests/JIT/Methodical/localloc/call/call01_small.csproj index 692ad1df98a949..38c34800f67dc9 100644 --- a/src/tests/JIT/Methodical/localloc/call/call01_small.csproj +++ b/src/tests/JIT/Methodical/localloc/call/call01_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj index 085ffeeb0be148..cd05b15478e76f 100644 --- a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj +++ b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/repro.il b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/repro.il index 5ddb33eaca0f4d..11f00d3e400ee5 100644 --- a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/repro.il +++ b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/repro.il @@ -1,6 +1,6 @@ // Test localloc with tail call followed by jump .assembly extern legacy library mscorlib {} -.assembly extern common{} +.assembly extern localloc_common{} .assembly extern legacy library mscorlib {} .assembly 'repro'{} .assembly extern xunit.core {} @@ -28,7 +28,7 @@ IL_0012: ldloc.0 IL_0013: ldsfld int32 LocallocTest::locallocSize IL_0018: ldc.i4 1000 - IL_001d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_001d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0032: newobj instance void LocallocTest::.ctor() @@ -72,7 +72,7 @@ IL_0021: ldarg.s ar1 IL_0023: ldsfld int32 LocallocTest::locallocSize IL_0028: ldc.i4 1000 - IL_002d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_002d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj index 4d8cd6db8cd7c7..a997b20fc34f9a 100644 --- a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj +++ b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il index 44f52cbcb6b05f..b67b0ab4749fa6 100644 --- a/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il +++ b/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il @@ -13,7 +13,7 @@ .assembly extern mscorlib { } -.assembly extern common +.assembly extern localloc_common { .ver 0:0:0:0 } @@ -56,27 +56,27 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 IL_0019: ldc.i4.4 - IL_001a: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_001a: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001f: mul IL_0020: localloc IL_0022: stloc.3 - IL_0023: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0023: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0028: stsfld int32 LocallocTest::locallocSize IL_002d: ldloc.2 IL_002e: ldsfld int32 LocallocTest::locallocSize IL_0033: ldc.i4 0x3e8 - IL_0038: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0038: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_003d: ldloc.3 IL_003e: ldsfld int32 LocallocTest::locallocSize IL_0043: ldc.i4 0x7d0 - IL_0048: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0048: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_004d: ldc.i4.1 @@ -109,7 +109,7 @@ IL_0069: ldloc.2 IL_006a: ldsfld int32 LocallocTest::locallocSize IL_006f: ldc.i4 0x3e8 - IL_0074: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -123,7 +123,7 @@ IL_0085: ldloc.3 IL_0086: ldsfld int32 LocallocTest::locallocSize IL_008b: ldc.i4 0x7d0 - IL_0090: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0090: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -136,7 +136,7 @@ IL_009c: ldstr "local1" IL_00a1: ldloc.0 IL_00a2: ldc.i8 0xfedcba9876543210 - IL_00ab: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ab: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, uint64, uint64) IL_00b0: brtrue.s IL_00b7 @@ -148,7 +148,7 @@ IL_00b7: ldstr "local2" IL_00bc: ldloc.1 IL_00bd: ldc.i8 0xfedcba9876543211 - IL_00c6: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00c6: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, uint64, uint64) IL_00cb: brtrue.s IL_00d2 @@ -217,32 +217,32 @@ IL_0020: ldstr "error\n" IL_0025: call void [System.Console]System.Console::WriteLine(string) IL_002a: ldc.i4.4 - IL_002b: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_002b: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0030: mul IL_0031: localloc IL_0033: stloc.0 IL_0034: ldc.i4.4 - IL_0035: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0035: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_003a: mul IL_003b: localloc IL_003d: stloc.1 IL_003e: ldloc.0 IL_003f: ldsfld int32 LocallocTest::locallocSize IL_0044: ldc.i4 0xbb8 - IL_0049: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0049: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_004e: ldloc.1 IL_004f: ldsfld int32 LocallocTest::locallocSize IL_0054: ldc.i4 0xfa0 - IL_0059: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0059: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_005e: ldstr "ar1" IL_0063: ldarg.s ar1 IL_0065: ldsfld int32 LocallocTest::locallocSize IL_006a: ldc.i4 0x3e8 - IL_006f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -256,7 +256,7 @@ IL_007f: ldarg.s ar2 IL_0081: ldsfld int32 LocallocTest::locallocSize IL_0086: ldc.i4 0x7d0 - IL_008b: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_008b: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -270,7 +270,7 @@ IL_009b: ldloc.0 IL_009c: ldsfld int32 LocallocTest::locallocSize IL_00a1: ldc.i4 0xbb8 - IL_00a6: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a6: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -284,7 +284,7 @@ IL_00b6: ldloc.1 IL_00b7: ldsfld int32 LocallocTest::locallocSize IL_00bc: ldc.i4 0xfa0 - IL_00c1: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00c1: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/common/common.il b/src/tests/JIT/common/localloc_common.il similarity index 99% rename from src/tests/JIT/jit64/localloc/common/common.il rename to src/tests/JIT/common/localloc_common.il index 4857a3a5ed739a..90955f3ac5996b 100644 --- a/src/tests/JIT/jit64/localloc/common/common.il +++ b/src/tests/JIT/common/localloc_common.il @@ -5,12 +5,11 @@ .assembly extern System.Console { auto } .assembly extern mscorlib { auto } -.assembly common +.assembly localloc_common { .hash algorithm 0x00008004 .ver 0:0:0:0 } -.module common.dll .custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 ) .imagebase 0x00400000 .subsystem 0x00000003 diff --git a/src/tests/JIT/jit64/localloc/common/common.ilproj b/src/tests/JIT/common/localloc_common.ilproj similarity index 100% rename from src/tests/JIT/jit64/localloc/common/common.ilproj rename to src/tests/JIT/common/localloc_common.ilproj diff --git a/src/tests/JIT/jit64/localloc/call/call05_dynamic.il b/src/tests/JIT/jit64/localloc/call/call05_dynamic.il index b51a997eb4e707..6b4fb63cbf68a1 100644 --- a/src/tests/JIT/jit64/localloc/call/call05_dynamic.il +++ b/src/tests/JIT/jit64/localloc/call/call05_dynamic.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'call05_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -28,29 +28,29 @@ class LocallocTest V_2, int32 V_3) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0002: mul IL_0003: localloc IL_0005: stloc.0 IL_0006: ldc.i4.4 - IL_0007: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0007: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0008: mul IL_0009: localloc IL_000b: stloc.1 - IL_000c: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_000c: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_000d: stsfld int32 LocallocTest::locallocSize IL_0012: ldloc.0 IL_0013: ldsfld int32 LocallocTest::locallocSize IL_0018: ldc.i4 1000 - IL_001d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_001d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0022: ldloc.1 IL_0023: ldsfld int32 LocallocTest::locallocSize IL_0028: ldc.i4 2000 - IL_002d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) @@ -138,32 +138,32 @@ int32* intArray2, int32 V_2) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0002: mul IL_0003: localloc IL_0005: stloc.0 IL_0006: ldc.i4.4 - IL_0007: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0007: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0008: mul IL_0009: localloc IL_000b: stloc.1 IL_000c: ldloc.0 IL_000d: ldsfld int32 LocallocTest::locallocSize IL_0012: ldc.i4 0xbb8 - IL_0017: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0017: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_001c: ldloc.1 IL_001d: ldsfld int32 LocallocTest::locallocSize IL_0022: ldc.i4 0xfa0 - IL_0027: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0027: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_002c: ldstr "ar1" IL_0031: ldarg.s ar1 IL_0033: ldsfld int32 LocallocTest::locallocSize IL_0038: ldc.i4 1000 - IL_003d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_003d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -177,7 +177,7 @@ IL_004d: ldarg.s ar2 IL_004f: ldsfld int32 LocallocTest::locallocSize IL_0054: ldc.i4 2000 - IL_0059: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0059: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -191,7 +191,7 @@ IL_0069: ldloc.0 IL_006a: ldsfld int32 LocallocTest::locallocSize IL_006f: ldc.i4 3000 - IL_0074: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -205,7 +205,7 @@ IL_0084: ldloc.1 IL_0085: ldsfld int32 LocallocTest::locallocSize IL_008a: ldc.i4 4000 - IL_008f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_008f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/call/call05_dynamic.ilproj b/src/tests/JIT/jit64/localloc/call/call05_dynamic.ilproj index 1d325a72f81f3e..a87f33bc33d738 100644 --- a/src/tests/JIT/jit64/localloc/call/call05_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/call/call05_dynamic.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/call/call05_large.il b/src/tests/JIT/jit64/localloc/call/call05_large.il index abe3a04dd7e392..6a60e5f03026c8 100644 --- a/src/tests/JIT/jit64/localloc/call/call05_large.il +++ b/src/tests/JIT/jit64/localloc/call/call05_large.il @@ -8,7 +8,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'call05_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -43,13 +43,13 @@ IL_0012: ldloc.0 IL_0013: ldsfld int32 LocallocTest::locallocSize IL_0018: ldc.i4 1000 - IL_001d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_001d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0022: ldloc.1 IL_0023: ldsfld int32 LocallocTest::locallocSize IL_0028: ldc.i4 2000 - IL_002d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) @@ -149,20 +149,20 @@ IL_000c: ldloc.0 IL_000d: ldsfld int32 LocallocTest::locallocSize IL_0012: ldc.i4 0xbb8 - IL_0017: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0017: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_001c: ldloc.1 IL_001d: ldsfld int32 LocallocTest::locallocSize IL_0022: ldc.i4 0xfa0 - IL_0027: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0027: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_002c: ldstr "ar1" IL_0031: ldarg.s ar1 IL_0033: ldsfld int32 LocallocTest::locallocSize IL_0038: ldc.i4 1000 - IL_003d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_003d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -176,7 +176,7 @@ IL_004d: ldarg.s ar2 IL_004f: ldsfld int32 LocallocTest::locallocSize IL_0054: ldc.i4 2000 - IL_0059: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0059: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -190,7 +190,7 @@ IL_0069: ldloc.0 IL_006a: ldsfld int32 LocallocTest::locallocSize IL_006f: ldc.i4 3000 - IL_0074: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -204,7 +204,7 @@ IL_0084: ldloc.1 IL_0085: ldsfld int32 LocallocTest::locallocSize IL_008a: ldc.i4 4000 - IL_008f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_008f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/call/call05_large.ilproj b/src/tests/JIT/jit64/localloc/call/call05_large.ilproj index 01adc4f1118d93..016265d613c50d 100644 --- a/src/tests/JIT/jit64/localloc/call/call05_large.ilproj +++ b/src/tests/JIT/jit64/localloc/call/call05_large.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/call/call05_small.il b/src/tests/JIT/jit64/localloc/call/call05_small.il index bef8fdb9e3f770..b8217e4cbd5e5a 100644 --- a/src/tests/JIT/jit64/localloc/call/call05_small.il +++ b/src/tests/JIT/jit64/localloc/call/call05_small.il @@ -8,7 +8,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'call05_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -43,13 +43,13 @@ IL_0012: ldloc.0 IL_0013: ldsfld int32 LocallocTest::locallocSize IL_0018: ldc.i4 1000 - IL_001d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_001d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0022: ldloc.1 IL_0023: ldsfld int32 LocallocTest::locallocSize IL_0028: ldc.i4 2000 - IL_002d: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002d: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) @@ -149,20 +149,20 @@ IL_000c: ldloc.0 IL_000d: ldsfld int32 LocallocTest::locallocSize IL_0012: ldc.i4 0xbb8 - IL_0017: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0017: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_001c: ldloc.1 IL_001d: ldsfld int32 LocallocTest::locallocSize IL_0022: ldc.i4 0xfa0 - IL_0027: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0027: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_002c: ldstr "ar1" IL_0031: ldarg.s ar1 IL_0033: ldsfld int32 LocallocTest::locallocSize IL_0038: ldc.i4 1000 - IL_003d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_003d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -176,7 +176,7 @@ IL_004d: ldarg.s ar2 IL_004f: ldsfld int32 LocallocTest::locallocSize IL_0054: ldc.i4 2000 - IL_0059: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0059: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -190,7 +190,7 @@ IL_0069: ldloc.0 IL_006a: ldsfld int32 LocallocTest::locallocSize IL_006f: ldc.i4 3000 - IL_0074: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -204,7 +204,7 @@ IL_0084: ldloc.1 IL_0085: ldsfld int32 LocallocTest::locallocSize IL_008a: ldc.i4 4000 - IL_008f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_008f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/call/call05_small.ilproj b/src/tests/JIT/jit64/localloc/call/call05_small.ilproj index d5b22a1c1ed767..3322668227bca2 100644 --- a/src/tests/JIT/jit64/localloc/call/call05_small.ilproj +++ b/src/tests/JIT/jit64/localloc/call/call05_small.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/call/call07_dynamic.il b/src/tests/JIT/jit64/localloc/call/call07_dynamic.il index d753ba25f249ea..136047b6a455cf 100644 --- a/src/tests/JIT/jit64/localloc/call/call07_dynamic.il +++ b/src/tests/JIT/jit64/localloc/call/call07_dynamic.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'call07_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -34,16 +34,16 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 - IL_0019: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0019: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001e: stsfld int32 LocallocTest::locallocSize IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: newobj instance void LocallocTest::.ctor() @@ -76,7 +76,7 @@ IL_004f: ldstr "local1" IL_0054: ldloc.0 IL_0055: ldc.i8 0xfedcba9876543210 - IL_005e: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_005e: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0063: brtrue.s IL_006a @@ -88,7 +88,7 @@ IL_006a: ldstr "local2" IL_006f: ldloc.1 IL_0070: ldc.i8 0xfedcba9876543211 - IL_0079: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0079: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_007e: brtrue.s IL_0085 @@ -124,7 +124,7 @@ IL_0005: ldarg.s ar1 IL_0007: ldsfld int32 LocallocTest::locallocSize IL_000c: ldc.i4 1000 - IL_0011: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0011: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -172,20 +172,20 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 IL_0019: ldloc.2 IL_001a: ldsfld int32 LocallocTest::locallocSize IL_001f: ldc.i4 2000 - IL_0024: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0024: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0029: ldstr "local1" IL_002e: ldloc.0 IL_002f: ldc.i8 0xfedcba9876543210 - IL_0038: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0038: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_003d: brtrue.s IL_0043 @@ -196,7 +196,7 @@ IL_0043: ldstr "local2" IL_0048: ldloc.1 IL_0049: ldc.i8 0xfedcba9876543211 - IL_0052: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0057: brtrue.s IL_005d @@ -228,20 +228,20 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 IL_0019: ldloc.2 IL_001a: ldsfld int32 LocallocTest::locallocSize IL_001f: ldc.i4 3000 - IL_0024: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0024: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0029: ldstr "local1" IL_002e: ldloc.0 IL_002f: ldc.i8 0xfedcba9876543210 - IL_0038: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0038: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_003d: brtrue.s IL_0043 @@ -253,7 +253,7 @@ IL_0043: ldstr "local2" IL_0048: ldloc.1 IL_0049: ldc.i8 0xfedcba9876543211 - IL_0052: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0057: brtrue.s IL_005d @@ -265,7 +265,7 @@ IL_0062: ldarg.1 IL_0063: ldsfld int32 LocallocTest::locallocSize IL_0068: ldc.i4 1000 - IL_006d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -279,7 +279,7 @@ IL_007d: ldarg.2 IL_007e: ldsfld int32 LocallocTest::locallocSize IL_0083: ldc.i4 2000 - IL_0088: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0088: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -293,7 +293,7 @@ IL_0098: ldloc.2 IL_0099: ldsfld int32 LocallocTest::locallocSize IL_009e: ldc.i4 3000 - IL_00a3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -338,32 +338,32 @@ IL_000b: ret IL_000c: ldc.i4.4 - IL_000d: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_000d: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0012: mul IL_0013: localloc IL_0015: stloc ar3 IL_0019: ldloc.s ar3 IL_001b: ldsfld int32 LocallocTest::locallocSize IL_0020: ldc.i4 0xbb8 - IL_0025: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0025: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_002a: ldc.i4.4 - IL_002b: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_002b: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0030: mul IL_0031: localloc IL_0033: stloc.s ar4 IL_0035: ldloc.s ar4 IL_0037: ldsfld int32 LocallocTest::locallocSize IL_003c: ldc.i4 0xfa0 - IL_0041: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0041: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0046: ldstr "ar1" IL_004b: ldarg ar1 IL_004f: ldsfld int32 LocallocTest::locallocSize IL_0054: ldc.i4 0x3e8 - IL_0059: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0059: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -377,7 +377,7 @@ IL_0072: ldarg ar2 IL_0076: ldsfld int32 LocallocTest::locallocSize IL_007b: ldc.i4 0x7d0 - IL_0080: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0080: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -391,7 +391,7 @@ IL_0099: ldloc ar3 IL_009d: ldsfld int32 LocallocTest::locallocSize IL_00a2: ldc.i4 0xbb8 - IL_00a7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -405,7 +405,7 @@ IL_00c0: ldloc ar4 IL_00c4: ldsfld int32 LocallocTest::locallocSize IL_00c9: ldc.i4 0xfa0 - IL_00ce: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ce: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/call/call07_dynamic.ilproj b/src/tests/JIT/jit64/localloc/call/call07_dynamic.ilproj index ffa393dcfdb5fe..ec1ed25880e4f8 100644 --- a/src/tests/JIT/jit64/localloc/call/call07_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/call/call07_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/call/call07_small.il b/src/tests/JIT/jit64/localloc/call/call07_small.il index 774232f169d92d..6df0c5a0dd369b 100644 --- a/src/tests/JIT/jit64/localloc/call/call07_small.il +++ b/src/tests/JIT/jit64/localloc/call/call07_small.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'call07_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -43,7 +43,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: newobj instance void LocallocTest::.ctor() @@ -76,7 +76,7 @@ IL_004f: ldstr "local1" IL_0054: ldloc.0 IL_0055: ldc.i8 0xfedcba9876543210 - IL_005e: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_005e: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0063: brtrue.s IL_006a @@ -88,7 +88,7 @@ IL_006a: ldstr "local2" IL_006f: ldloc.1 IL_0070: ldc.i8 0xfedcba9876543211 - IL_0079: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0079: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_007e: brtrue.s IL_0085 @@ -124,7 +124,7 @@ IL_0005: ldarg.s ar1 IL_0007: ldsfld int32 LocallocTest::locallocSize IL_000c: ldc.i4 1000 - IL_0011: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0011: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -179,13 +179,13 @@ IL_0019: ldloc.2 IL_001a: ldsfld int32 LocallocTest::locallocSize IL_001f: ldc.i4 2000 - IL_0024: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0024: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0029: ldstr "local1" IL_002e: ldloc.0 IL_002f: ldc.i8 0xfedcba9876543210 - IL_0038: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0038: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_003d: brtrue.s IL_0043 @@ -196,7 +196,7 @@ IL_0043: ldstr "local2" IL_0048: ldloc.1 IL_0049: ldc.i8 0xfedcba9876543211 - IL_0052: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0057: brtrue.s IL_005d @@ -235,13 +235,13 @@ IL_0019: ldloc.2 IL_001a: ldsfld int32 LocallocTest::locallocSize IL_001f: ldc.i4 3000 - IL_0024: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0024: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0029: ldstr "local1" IL_002e: ldloc.0 IL_002f: ldc.i8 0xfedcba9876543210 - IL_0038: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0038: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_003d: brtrue.s IL_0043 @@ -253,7 +253,7 @@ IL_0043: ldstr "local2" IL_0048: ldloc.1 IL_0049: ldc.i8 0xfedcba9876543211 - IL_0052: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0057: brtrue.s IL_005d @@ -265,7 +265,7 @@ IL_0062: ldarg.1 IL_0063: ldsfld int32 LocallocTest::locallocSize IL_0068: ldc.i4 1000 - IL_006d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -279,7 +279,7 @@ IL_007d: ldarg.2 IL_007e: ldsfld int32 LocallocTest::locallocSize IL_0083: ldc.i4 2000 - IL_0088: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0088: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -293,7 +293,7 @@ IL_0098: ldloc.2 IL_0099: ldsfld int32 LocallocTest::locallocSize IL_009e: ldc.i4 3000 - IL_00a3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -345,7 +345,7 @@ IL_0019: ldloc.s ar3 IL_001b: ldsfld int32 LocallocTest::locallocSize IL_0020: ldc.i4 0xbb8 - IL_0025: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0025: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_002a: ldc.i4.4 @@ -356,14 +356,14 @@ IL_0035: ldloc.s ar4 IL_0037: ldsfld int32 LocallocTest::locallocSize IL_003c: ldc.i4 0xfa0 - IL_0041: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0041: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0046: ldstr "ar1" IL_004b: ldarg ar1 IL_004f: ldsfld int32 LocallocTest::locallocSize IL_0054: ldc.i4 0x3e8 - IL_0059: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0059: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -377,7 +377,7 @@ IL_0072: ldarg ar2 IL_0076: ldsfld int32 LocallocTest::locallocSize IL_007b: ldc.i4 0x7d0 - IL_0080: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0080: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -391,7 +391,7 @@ IL_0099: ldloc ar3 IL_009d: ldsfld int32 LocallocTest::locallocSize IL_00a2: ldc.i4 0xbb8 - IL_00a7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -405,7 +405,7 @@ IL_00c0: ldloc ar4 IL_00c4: ldsfld int32 LocallocTest::locallocSize IL_00c9: ldc.i4 0xfa0 - IL_00ce: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ce: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/call/call07_small.ilproj b/src/tests/JIT/jit64/localloc/call/call07_small.ilproj index df7dca6f570f55..8c6f65d7552b5d 100644 --- a/src/tests/JIT/jit64/localloc/call/call07_small.ilproj +++ b/src/tests/JIT/jit64/localloc/call/call07_small.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj b/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj index c436fe588a060c..c13f2ebf28be30 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh01_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj b/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj index d6b19431606e49..0047cacf67ea44 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh01_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj b/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj index 0d9ccd68eb7992..1c8b1f4e321fe4 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh01_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj b/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj index 218613f7ab713f..100f3a2956203d 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh02_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj b/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj index ceb92b78ecb7ff..0cd835c20c6a1b 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh02_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj b/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj index 29fdce2d539092..c2e763005c3784 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh02_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.il b/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.il index a124c8d7c86673..c4a99c50776d51 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.il +++ b/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common {} +.assembly extern localloc_common {} .assembly 'eh03_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -39,29 +39,29 @@ IL_000f: add IL_0010: stloc.2 IL_0011: ldc.i4.4 - IL_0012: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0012: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0017: mul IL_0018: localloc IL_001a: stloc.3 IL_001b: ldc.i4.4 - IL_001c: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_001c: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0021: mul IL_0022: localloc IL_0024: stloc.s intArray2 - IL_0026: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0026: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_002b: stsfld int32 LocallocTest::locallocSize .try { IL_0030: ldloc.3 IL_0031: ldsfld int32 LocallocTest::locallocSize IL_0036: ldc.i4 1000 - IL_003b: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_003b: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0040: ldloc.s intArray2 IL_0042: ldsfld int32 LocallocTest::locallocSize IL_0047: ldc.i4 2000 - IL_004c: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_004c: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0051: ldstr "Test Exception" @@ -78,7 +78,7 @@ IL_0062: ldloc.3 IL_0063: ldsfld int32 LocallocTest::locallocSize IL_0068: ldc.i4 1000 - IL_006d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -90,7 +90,7 @@ IL_007b: ldloc.s intArray2 IL_007d: ldsfld int32 LocallocTest::locallocSize IL_0082: ldc.i4 2000 - IL_0087: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0087: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -109,7 +109,7 @@ IL_0095: ldloc.3 IL_0096: ldsfld int32 LocallocTest::locallocSize IL_009b: ldc.i4 1000 - IL_00a0: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a0: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -121,7 +121,7 @@ IL_00ae: ldloc.s intArray2 IL_00b0: ldsfld int32 LocallocTest::locallocSize IL_00b5: ldc.i4 2000 - IL_00ba: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ba: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -141,7 +141,7 @@ IL_00d2: ldloc.3 IL_00d3: ldsfld int32 LocallocTest::locallocSize IL_00d8: ldc.i4 1000 - IL_00dd: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00dd: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -155,7 +155,7 @@ IL_00ee: ldloc.s intArray2 IL_00f0: ldsfld int32 LocallocTest::locallocSize IL_00f5: ldc.i4 2000 - IL_00fa: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00fa: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -167,7 +167,7 @@ IL_0106: ldstr "local1" IL_010b: ldloc.1 IL_010c: ldc.i8 0xfedcba9876543210 - IL_0115: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0115: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_011a: brtrue.s IL_0121 @@ -179,7 +179,7 @@ IL_0121: ldstr "local2" IL_0126: ldloc.2 IL_0127: ldc.i8 0xfedcba9876543211 - IL_0130: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0130: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0135: brtrue.s IL_013c diff --git a/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.ilproj b/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.ilproj index c999924c0946ef..51820ffdca5708 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/eh/eh03_dynamic.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh03_large.il b/src/tests/JIT/jit64/localloc/eh/eh03_large.il index 784b850baf636e..f2593651290673 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh03_large.il +++ b/src/tests/JIT/jit64/localloc/eh/eh03_large.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common {} +.assembly extern localloc_common {} .assembly 'eh03_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -55,13 +55,13 @@ IL_0030: ldloc.3 IL_0031: ldsfld int32 LocallocTest::locallocSize IL_0036: ldc.i4 1000 - IL_003b: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_003b: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0040: ldloc.s intArray2 IL_0042: ldsfld int32 LocallocTest::locallocSize IL_0047: ldc.i4 2000 - IL_004c: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_004c: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0051: ldstr "Test Exception" @@ -78,7 +78,7 @@ IL_0062: ldloc.3 IL_0063: ldsfld int32 LocallocTest::locallocSize IL_0068: ldc.i4 1000 - IL_006d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -90,7 +90,7 @@ IL_007b: ldloc.s intArray2 IL_007d: ldsfld int32 LocallocTest::locallocSize IL_0082: ldc.i4 2000 - IL_0087: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0087: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -109,7 +109,7 @@ IL_0095: ldloc.3 IL_0096: ldsfld int32 LocallocTest::locallocSize IL_009b: ldc.i4 1000 - IL_00a0: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a0: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -121,7 +121,7 @@ IL_00ae: ldloc.s intArray2 IL_00b0: ldsfld int32 LocallocTest::locallocSize IL_00b5: ldc.i4 2000 - IL_00ba: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ba: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -141,7 +141,7 @@ IL_00d2: ldloc.3 IL_00d3: ldsfld int32 LocallocTest::locallocSize IL_00d8: ldc.i4 1000 - IL_00dd: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00dd: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -155,7 +155,7 @@ IL_00ee: ldloc.s intArray2 IL_00f0: ldsfld int32 LocallocTest::locallocSize IL_00f5: ldc.i4 2000 - IL_00fa: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00fa: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -167,7 +167,7 @@ IL_0106: ldstr "local1" IL_010b: ldloc.1 IL_010c: ldc.i8 0xfedcba9876543210 - IL_0115: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0115: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_011a: brtrue.s IL_0121 @@ -179,7 +179,7 @@ IL_0121: ldstr "local2" IL_0126: ldloc.2 IL_0127: ldc.i8 0xfedcba9876543211 - IL_0130: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0130: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0135: brtrue.s IL_013c diff --git a/src/tests/JIT/jit64/localloc/eh/eh03_large.ilproj b/src/tests/JIT/jit64/localloc/eh/eh03_large.ilproj index 72938c45d0e3e1..e6d2aaff07308b 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh03_large.ilproj +++ b/src/tests/JIT/jit64/localloc/eh/eh03_large.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh03_small.il b/src/tests/JIT/jit64/localloc/eh/eh03_small.il index 53b60ab333cbd6..ebc6f454918d9a 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh03_small.il +++ b/src/tests/JIT/jit64/localloc/eh/eh03_small.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common {} +.assembly extern localloc_common {} .assembly 'eh03_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -55,13 +55,13 @@ IL_0030: ldloc.3 IL_0031: ldsfld int32 LocallocTest::locallocSize IL_0036: ldc.i4 1000 - IL_003b: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_003b: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0040: ldloc.s intArray2 IL_0042: ldsfld int32 LocallocTest::locallocSize IL_0047: ldc.i4 2000 - IL_004c: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_004c: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0051: ldstr "Test Exception" @@ -78,7 +78,7 @@ IL_0062: ldloc.3 IL_0063: ldsfld int32 LocallocTest::locallocSize IL_0068: ldc.i4 1000 - IL_006d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -90,7 +90,7 @@ IL_007b: ldloc.s intArray2 IL_007d: ldsfld int32 LocallocTest::locallocSize IL_0082: ldc.i4 2000 - IL_0087: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0087: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -109,7 +109,7 @@ IL_0095: ldloc.3 IL_0096: ldsfld int32 LocallocTest::locallocSize IL_009b: ldc.i4 1000 - IL_00a0: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00a0: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -121,7 +121,7 @@ IL_00ae: ldloc.s intArray2 IL_00b0: ldsfld int32 LocallocTest::locallocSize IL_00b5: ldc.i4 2000 - IL_00ba: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ba: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -141,7 +141,7 @@ IL_00d2: ldloc.3 IL_00d3: ldsfld int32 LocallocTest::locallocSize IL_00d8: ldc.i4 1000 - IL_00dd: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00dd: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -155,7 +155,7 @@ IL_00ee: ldloc.s intArray2 IL_00f0: ldsfld int32 LocallocTest::locallocSize IL_00f5: ldc.i4 2000 - IL_00fa: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00fa: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -167,7 +167,7 @@ IL_0106: ldstr "local1" IL_010b: ldloc.1 IL_010c: ldc.i8 0xfedcba9876543210 - IL_0115: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0115: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_011a: brtrue.s IL_0121 @@ -179,7 +179,7 @@ IL_0121: ldstr "local2" IL_0126: ldloc.2 IL_0127: ldc.i8 0xfedcba9876543211 - IL_0130: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0130: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0135: brtrue.s IL_013c diff --git a/src/tests/JIT/jit64/localloc/eh/eh03_small.ilproj b/src/tests/JIT/jit64/localloc/eh/eh03_small.ilproj index 9fbdc495b3f376..e740b2003d47a5 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh03_small.ilproj +++ b/src/tests/JIT/jit64/localloc/eh/eh03_small.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.il b/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.il index efa5301677af76..f77c2a784204de 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.il +++ b/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.il @@ -8,7 +8,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh04_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -38,16 +38,16 @@ IL_000f: add IL_0010: stloc.2 IL_0011: ldc.i4.4 - IL_0012: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0012: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0017: mul IL_0018: localloc IL_001a: stloc.3 IL_001b: ldc.i4.4 - IL_001c: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_001c: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0021: mul IL_0022: localloc IL_0024: stloc.s intArray2 - IL_0026: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0026: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_002b: stsfld int32 LocallocTest::locallocSize .try { @@ -56,13 +56,13 @@ IL_0030: ldloc.3 IL_0031: ldsfld int32 LocallocTest::locallocSize IL_0036: ldc.i4 1000 - IL_003b: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_003b: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0040: ldloc.s intArray2 IL_0042: ldsfld int32 LocallocTest::locallocSize IL_0047: ldc.i4 2000 - IL_004c: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_004c: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0051: ldstr "Test Exception" @@ -78,7 +78,7 @@ IL_0061: ldloc.3 IL_0062: ldsfld int32 LocallocTest::locallocSize IL_0067: ldc.i4 1000 - IL_006c: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006c: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -90,7 +90,7 @@ IL_007a: ldloc.s intArray2 IL_007c: ldsfld int32 LocallocTest::locallocSize IL_0081: ldc.i4 2000 - IL_0086: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0086: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -117,7 +117,7 @@ IL_00a0: ldloc.3 IL_00a1: ldsfld int32 LocallocTest::locallocSize IL_00a6: ldc.i4 1000 - IL_00ab: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ab: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00bc: ldloc.s intArray2 IL_00be: ldsfld int32 LocallocTest::locallocSize IL_00c3: ldc.i4 2000 - IL_00c8: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00c8: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -143,7 +143,7 @@ IL_00d4: ldstr "local1" IL_00d9: ldloc.1 IL_00da: ldc.i8 0xfedcba9876543210 - IL_00e3: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00e3: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00e8: brtrue.s IL_00ef @@ -155,7 +155,7 @@ IL_00ef: ldstr "local2" IL_00f4: ldloc.2 IL_00f5: ldc.i8 0xfedcba9876543211 - IL_00fe: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00fe: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0103: brtrue.s IL_010a diff --git a/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.ilproj b/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.ilproj index dee4da18f7d0fb..a9903c64ca8943 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/eh/eh04_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh04_large.il b/src/tests/JIT/jit64/localloc/eh/eh04_large.il index c6345752e3355e..d1f336d1dd860a 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh04_large.il +++ b/src/tests/JIT/jit64/localloc/eh/eh04_large.il @@ -8,7 +8,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh04_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -56,13 +56,13 @@ IL_0030: ldloc.3 IL_0031: ldsfld int32 LocallocTest::locallocSize IL_0036: ldc.i4 1000 - IL_003b: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_003b: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0040: ldloc.s intArray2 IL_0042: ldsfld int32 LocallocTest::locallocSize IL_0047: ldc.i4 2000 - IL_004c: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_004c: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0051: ldstr "Test Exception" @@ -78,7 +78,7 @@ IL_0061: ldloc.3 IL_0062: ldsfld int32 LocallocTest::locallocSize IL_0067: ldc.i4 1000 - IL_006c: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006c: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -90,7 +90,7 @@ IL_007a: ldloc.s intArray2 IL_007c: ldsfld int32 LocallocTest::locallocSize IL_0081: ldc.i4 2000 - IL_0086: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0086: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -117,7 +117,7 @@ IL_00a0: ldloc.3 IL_00a1: ldsfld int32 LocallocTest::locallocSize IL_00a6: ldc.i4 1000 - IL_00ab: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ab: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00bc: ldloc.s intArray2 IL_00be: ldsfld int32 LocallocTest::locallocSize IL_00c3: ldc.i4 2000 - IL_00c8: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00c8: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -143,7 +143,7 @@ IL_00d4: ldstr "local1" IL_00d9: ldloc.1 IL_00da: ldc.i8 0xfedcba9876543210 - IL_00e3: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00e3: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00e8: brtrue.s IL_00ef @@ -155,7 +155,7 @@ IL_00ef: ldstr "local2" IL_00f4: ldloc.2 IL_00f5: ldc.i8 0xfedcba9876543211 - IL_00fe: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00fe: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0103: brtrue.s IL_010a diff --git a/src/tests/JIT/jit64/localloc/eh/eh04_large.ilproj b/src/tests/JIT/jit64/localloc/eh/eh04_large.ilproj index 129e5a3735598d..d85937541c7a95 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh04_large.ilproj +++ b/src/tests/JIT/jit64/localloc/eh/eh04_large.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh04_small.il b/src/tests/JIT/jit64/localloc/eh/eh04_small.il index 71dd321d884794..50465d262c76da 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh04_small.il +++ b/src/tests/JIT/jit64/localloc/eh/eh04_small.il @@ -8,7 +8,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh04_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -56,13 +56,13 @@ IL_0030: ldloc.3 IL_0031: ldsfld int32 LocallocTest::locallocSize IL_0036: ldc.i4 1000 - IL_003b: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_003b: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0040: ldloc.s intArray2 IL_0042: ldsfld int32 LocallocTest::locallocSize IL_0047: ldc.i4 2000 - IL_004c: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_004c: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0051: ldstr "Test Exception" @@ -78,7 +78,7 @@ IL_0061: ldloc.3 IL_0062: ldsfld int32 LocallocTest::locallocSize IL_0067: ldc.i4 1000 - IL_006c: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_006c: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -90,7 +90,7 @@ IL_007a: ldloc.s intArray2 IL_007c: ldsfld int32 LocallocTest::locallocSize IL_0081: ldc.i4 2000 - IL_0086: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0086: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -117,7 +117,7 @@ IL_00a0: ldloc.3 IL_00a1: ldsfld int32 LocallocTest::locallocSize IL_00a6: ldc.i4 1000 - IL_00ab: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00ab: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00bc: ldloc.s intArray2 IL_00be: ldsfld int32 LocallocTest::locallocSize IL_00c3: ldc.i4 2000 - IL_00c8: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00c8: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -143,7 +143,7 @@ IL_00d4: ldstr "local1" IL_00d9: ldloc.1 IL_00da: ldc.i8 0xfedcba9876543210 - IL_00e3: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00e3: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00e8: brtrue.s IL_00ef @@ -155,7 +155,7 @@ IL_00ef: ldstr "local2" IL_00f4: ldloc.2 IL_00f5: ldc.i8 0xfedcba9876543211 - IL_00fe: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00fe: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0103: brtrue.s IL_010a diff --git a/src/tests/JIT/jit64/localloc/eh/eh04_small.ilproj b/src/tests/JIT/jit64/localloc/eh/eh04_small.ilproj index 08dfeef56ab908..fcf3c327ddfc26 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh04_small.ilproj +++ b/src/tests/JIT/jit64/localloc/eh/eh04_small.ilproj @@ -10,6 +10,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj b/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj index f22da2eead1787..e28d8f8654dee9 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh05_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj b/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj index e228c6496be820..5ee9afad1c1f28 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh05_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj b/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj index 834f3dfa77b2ea..852fb8bf994677 100644 --- a/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj +++ b/src/tests/JIT/jit64/localloc/eh/eh05_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.il index 57c8304469504f..b611d3d2c9ea20 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh05_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -30,7 +30,7 @@ { IL_0015: pop IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj index 63977143503ac7..73876f22c2d30d 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh05_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh05_large.il index bbbe22e02ca1db..eb9043ec0dc293 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh05_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh05_large.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh05_large'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh05_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh05_small.il index c6b673d44056cd..79a02d630c61f6 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh05_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh05_small.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh05_small'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.il index 6f7b052f29b94f..f63f6ce2a34fb5 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh06_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -27,7 +27,7 @@ finally { IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj index ef17d05a0a9945..84ce4573b85b5b 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh06_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh06_large.il index 1c1f421d6810a7..04a2606025ca11 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh06_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh06_large.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh06_large'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh06_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh06_small.il index f865a02a08a43a..b6f2fbe40f2c63 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh06_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh06_small.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh06_small'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.il index 81f0eda710c57f..9aca0786929896 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh07_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -28,7 +28,7 @@ { pop IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj index 6dc3bcc32d881c..d404761d93687c 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh07_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh07_large.il index 9502fe09cfa2cb..84698772b91220 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh07_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh07_large.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh07_large'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh07_large.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh07_large.ilproj index 83c08fabbbfa92..3339b7ce992bec 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh07_large.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh07_large.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh07_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh07_small.il index efc37edc7410a3..9898e7869c1008 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh07_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh07_small.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh07_small'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh07_small.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh07_small.ilproj index 13417b854d8cd0..32b4c8de7e94c4 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh07_small.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh07_small.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.il index 331c9940bd85d0..022f8f92312c94 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh08_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -27,7 +27,7 @@ fault { IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj index 5736cd7f76bd6d..a1820ec6fb9833 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh08_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh08_large.il index c43bb2b3772150..e09c646bb7fc56 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh08_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh08_large.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh08_large'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh08_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh08_small.il index 1a2f4a07b79466..6456118c32978b 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh08_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh08_small.il @@ -7,7 +7,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh08_small'{} .class private auto ansi beforefieldinit LocallocTest diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj b/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj index 4af966a1e39482..680468a2ce6b29 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj b/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj index 4af966a1e39482..680468a2ce6b29 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh09_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj b/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj index 4af966a1e39482..680468a2ce6b29 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh09_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.il index 7cf71198d07f5d..a462b6d162785e 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh11_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -39,16 +39,16 @@ IL_000f: add IL_0010: stloc.2 IL_0011: ldc.i4.4 - IL_0012: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0012: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0017: mul IL_0018: localloc IL_001a: stloc.3 IL_001b: ldc.i4.4 - IL_001c: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_001c: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0021: mul IL_0022: localloc IL_0024: stloc.s intArray2 - IL_0026: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0026: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_002b: stsfld int32 LocallocTest::locallocSize .try { @@ -66,13 +66,13 @@ IL_003b: ldloc.3 IL_003c: ldsfld int32 LocallocTest::locallocSize IL_0041: ldc.i4 1000 - IL_0046: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0046: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_004b: ldloc.s intArray2 IL_004d: ldsfld int32 LocallocTest::locallocSize IL_0052: ldc.i4 2000 - IL_0057: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0057: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_005c: ldstr "Test Exception" @@ -88,7 +88,7 @@ IL_006c: ldloc.3 IL_006d: ldsfld int32 LocallocTest::locallocSize IL_0072: ldc.i4 1000 - IL_0077: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0077: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -100,7 +100,7 @@ IL_0085: ldloc.s intArray2 IL_0087: ldsfld int32 LocallocTest::locallocSize IL_008c: ldc.i4 2000 - IL_0091: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0091: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -128,7 +128,7 @@ IL_00ab: ldloc.3 IL_00ac: ldsfld int32 LocallocTest::locallocSize IL_00b1: ldc.i4 1000 - IL_00b6: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b6: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -142,7 +142,7 @@ IL_00c7: ldloc.s intArray2 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 2000 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -155,7 +155,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.1 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -167,7 +167,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.2 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj index 8bf4ea68e43780..fa4ebb678c0228 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh11_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh11_large.il index 89d8af7e9ff6bd..e0109628129a1a 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh11_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh11_large.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh11_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -66,13 +66,13 @@ IL_003b: ldloc.3 IL_003c: ldsfld int32 LocallocTest::locallocSize IL_0041: ldc.i4 1000 - IL_0046: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0046: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_004b: ldloc.s intArray2 IL_004d: ldsfld int32 LocallocTest::locallocSize IL_0052: ldc.i4 2000 - IL_0057: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0057: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_005c: ldstr "Test Exception" @@ -88,7 +88,7 @@ IL_006c: ldloc.3 IL_006d: ldsfld int32 LocallocTest::locallocSize IL_0072: ldc.i4 1000 - IL_0077: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0077: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -100,7 +100,7 @@ IL_0085: ldloc.s intArray2 IL_0087: ldsfld int32 LocallocTest::locallocSize IL_008c: ldc.i4 2000 - IL_0091: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0091: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -128,7 +128,7 @@ IL_00ab: ldloc.3 IL_00ac: ldsfld int32 LocallocTest::locallocSize IL_00b1: ldc.i4 1000 - IL_00b6: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b6: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -142,7 +142,7 @@ IL_00c7: ldloc.s intArray2 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 2000 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -155,7 +155,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.1 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -167,7 +167,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.2 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh11_large.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh11_large.ilproj index 77247ceb83a715..69f589f6d10c2d 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh11_large.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh11_large.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh11_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh11_small.il index 4de02c60ddb394..887c03dbbc3273 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh11_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh11_small.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh11_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -62,13 +62,13 @@ IL_003b: ldloc.3 IL_003c: ldsfld int32 LocallocTest::locallocSize IL_0041: ldc.i4 1000 - IL_0046: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0046: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_004b: ldloc.s intArray2 IL_004d: ldsfld int32 LocallocTest::locallocSize IL_0052: ldc.i4 2000 - IL_0057: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0057: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_005c: ldstr "Test Exception" @@ -84,7 +84,7 @@ IL_006c: ldloc.3 IL_006d: ldsfld int32 LocallocTest::locallocSize IL_0072: ldc.i4 1000 - IL_0077: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0077: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -96,7 +96,7 @@ IL_0085: ldloc.s intArray2 IL_0087: ldsfld int32 LocallocTest::locallocSize IL_008c: ldc.i4 2000 - IL_0091: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0091: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -124,7 +124,7 @@ IL_00ab: ldloc.3 IL_00ac: ldsfld int32 LocallocTest::locallocSize IL_00b1: ldc.i4 1000 - IL_00b6: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b6: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -138,7 +138,7 @@ IL_00c7: ldloc.s intArray2 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 2000 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -151,7 +151,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.1 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -163,7 +163,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.2 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh11_small.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh11_small.ilproj index 1f91686edc0300..b158805738488b 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh11_small.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh11_small.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.il index 6fe573a8f340ff..d551f42ae30784 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh12_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -36,16 +36,16 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 IL_0019: ldc.i4.4 - IL_001a: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_001a: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001f: mul IL_0020: localloc IL_0022: stloc.3 - IL_0023: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0023: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0028: stsfld int32 LocallocTest::locallocSize .try { @@ -69,13 +69,13 @@ IL_0039: ldloc.2 IL_003a: ldsfld int32 LocallocTest::locallocSize IL_003f: ldc.i4 1000 - IL_0044: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0044: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0049: ldloc.3 IL_004a: ldsfld int32 LocallocTest::locallocSize IL_004f: ldc.i4 2000 - IL_0054: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0054: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0059: ldstr "Test Exception" @@ -92,7 +92,7 @@ IL_006a: ldloc.2 IL_006b: ldsfld int32 LocallocTest::locallocSize IL_0070: ldc.i4 1000 - IL_0075: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0075: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -106,7 +106,7 @@ IL_0089: ldloc.3 IL_008a: ldsfld int32 LocallocTest::locallocSize IL_008f: ldc.i4 2000 - IL_0094: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0094: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00ac: ldloc.2 IL_00ad: ldsfld int32 LocallocTest::locallocSize IL_00b2: ldc.i4 0x3e8 - IL_00b7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -145,7 +145,7 @@ IL_00c8: ldloc.3 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 0x7d0 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -157,7 +157,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.0 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -169,7 +169,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.1 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj index 5edb5407074395..d7f291e60fb652 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh12_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh12_large.il index 4490eab60c0139..2f9cae4e5448e3 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh12_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh12_large.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh12_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -69,13 +69,13 @@ IL_0039: ldloc.2 IL_003a: ldsfld int32 LocallocTest::locallocSize IL_003f: ldc.i4 1000 - IL_0044: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0044: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0049: ldloc.3 IL_004a: ldsfld int32 LocallocTest::locallocSize IL_004f: ldc.i4 2000 - IL_0054: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0054: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0059: ldstr "Test Exception" @@ -92,7 +92,7 @@ IL_006a: ldloc.2 IL_006b: ldsfld int32 LocallocTest::locallocSize IL_0070: ldc.i4 1000 - IL_0075: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0075: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -106,7 +106,7 @@ IL_0089: ldloc.3 IL_008a: ldsfld int32 LocallocTest::locallocSize IL_008f: ldc.i4 2000 - IL_0094: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0094: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00ac: ldloc.2 IL_00ad: ldsfld int32 LocallocTest::locallocSize IL_00b2: ldc.i4 0x3e8 - IL_00b7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -145,7 +145,7 @@ IL_00c8: ldloc.3 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 0x7d0 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -157,7 +157,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.0 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -169,7 +169,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.1 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh12_large.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh12_large.ilproj index b80f92c1f188b6..08286b6e6bc4f7 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh12_large.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh12_large.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh12_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh12_small.il index 5df0c1638f0785..643d51c5efbf44 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh12_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh12_small.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh12_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -65,13 +65,13 @@ IL_0039: ldloc.2 IL_003a: ldsfld int32 LocallocTest::locallocSize IL_003f: ldc.i4 1000 - IL_0044: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0044: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0049: ldloc.3 IL_004a: ldsfld int32 LocallocTest::locallocSize IL_004f: ldc.i4 2000 - IL_0054: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0054: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0059: ldstr "Test Exception" @@ -88,7 +88,7 @@ IL_006a: ldloc.2 IL_006b: ldsfld int32 LocallocTest::locallocSize IL_0070: ldc.i4 1000 - IL_0075: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0075: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -102,7 +102,7 @@ IL_0089: ldloc.3 IL_008a: ldsfld int32 LocallocTest::locallocSize IL_008f: ldc.i4 2000 - IL_0094: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0094: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -127,7 +127,7 @@ IL_00ac: ldloc.2 IL_00ad: ldsfld int32 LocallocTest::locallocSize IL_00b2: ldc.i4 0x3e8 - IL_00b7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -141,7 +141,7 @@ IL_00c8: ldloc.3 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 0x7d0 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -153,7 +153,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.0 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -165,7 +165,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.1 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh12_small.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh12_small.ilproj index b15b1d0a81a1ec..2831b11aa17c23 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh12_small.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh12_small.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.il b/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.il index 9a83ff4d7ea013..2b50bd97d6142d 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh13_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -36,16 +36,16 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 IL_0019: ldc.i4.4 - IL_001a: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_001a: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001f: mul IL_0020: localloc IL_0022: stloc.3 - IL_0023: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0023: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0028: stsfld int32 LocallocTest::locallocSize .try { @@ -69,13 +69,13 @@ IL_0039: ldloc.2 IL_003a: ldsfld int32 LocallocTest::locallocSize IL_003f: ldc.i4 1000 - IL_0044: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0044: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0049: ldloc.3 IL_004a: ldsfld int32 LocallocTest::locallocSize IL_004f: ldc.i4 2000 - IL_0054: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0054: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0059: ldstr "Test Exception" @@ -97,7 +97,7 @@ IL_006a: ldloc.2 IL_006b: ldsfld int32 LocallocTest::locallocSize IL_0070: ldc.i4 0x3e8 - IL_0075: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0075: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -111,7 +111,7 @@ IL_0089: ldloc.3 IL_008a: ldsfld int32 LocallocTest::locallocSize IL_008f: ldc.i4 0x7d0 - IL_0094: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0094: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00ac: ldloc.2 IL_00ad: ldsfld int32 LocallocTest::locallocSize IL_00b2: ldc.i4 0x3e8 - IL_00b7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -145,7 +145,7 @@ IL_00c8: ldloc.3 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 2000 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -157,7 +157,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.0 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -169,7 +169,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.1 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj index 7da52df043f03d..1e1ecb3344c8cf 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh13_large.il b/src/tests/JIT/jit64/localloc/ehverify/eh13_large.il index 357e0c562c0e55..860fdcccf6934b 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh13_large.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh13_large.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh13_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -69,13 +69,13 @@ IL_0039: ldloc.2 IL_003a: ldsfld int32 LocallocTest::locallocSize IL_003f: ldc.i4 1000 - IL_0044: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0044: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0049: ldloc.3 IL_004a: ldsfld int32 LocallocTest::locallocSize IL_004f: ldc.i4 2000 - IL_0054: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0054: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0059: ldstr "Test Exception" @@ -97,7 +97,7 @@ IL_006a: ldloc.2 IL_006b: ldsfld int32 LocallocTest::locallocSize IL_0070: ldc.i4 0x3e8 - IL_0075: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0075: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -111,7 +111,7 @@ IL_0089: ldloc.3 IL_008a: ldsfld int32 LocallocTest::locallocSize IL_008f: ldc.i4 0x7d0 - IL_0094: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0094: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -131,7 +131,7 @@ IL_00ac: ldloc.2 IL_00ad: ldsfld int32 LocallocTest::locallocSize IL_00b2: ldc.i4 0x3e8 - IL_00b7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -145,7 +145,7 @@ IL_00c8: ldloc.3 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 2000 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -157,7 +157,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.0 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -169,7 +169,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.1 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh13_large.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh13_large.ilproj index 15f00f40ecf633..0c538c7d32bd03 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh13_large.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh13_large.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh13_small.il b/src/tests/JIT/jit64/localloc/ehverify/eh13_small.il index 7b815ce0c1fbcc..7d0637f9c4cf55 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh13_small.il +++ b/src/tests/JIT/jit64/localloc/ehverify/eh13_small.il @@ -9,7 +9,7 @@ .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'eh13_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -65,13 +65,13 @@ IL_0039: ldloc.2 IL_003a: ldsfld int32 LocallocTest::locallocSize IL_003f: ldc.i4 1000 - IL_0044: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0044: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0049: ldloc.3 IL_004a: ldsfld int32 LocallocTest::locallocSize IL_004f: ldc.i4 2000 - IL_0054: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0054: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0059: ldstr "Test Exception" @@ -93,7 +93,7 @@ IL_006a: ldloc.2 IL_006b: ldsfld int32 LocallocTest::locallocSize IL_0070: ldc.i4 0x3e8 - IL_0075: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0075: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -107,7 +107,7 @@ IL_0089: ldloc.3 IL_008a: ldsfld int32 LocallocTest::locallocSize IL_008f: ldc.i4 0x7d0 - IL_0094: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0094: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -127,7 +127,7 @@ IL_00ac: ldloc.2 IL_00ad: ldsfld int32 LocallocTest::locallocSize IL_00b2: ldc.i4 0x3e8 - IL_00b7: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00b7: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -141,7 +141,7 @@ IL_00c8: ldloc.3 IL_00c9: ldsfld int32 LocallocTest::locallocSize IL_00ce: ldc.i4 2000 - IL_00d3: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_00d3: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -153,7 +153,7 @@ IL_00df: ldstr "local1" IL_00e4: ldloc.0 IL_00e5: ldc.i8 0xfedcba9876543210 - IL_00ee: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_00ee: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_00f3: brtrue.s IL_00fa @@ -165,7 +165,7 @@ IL_00fa: ldstr "local2" IL_00ff: ldloc.1 IL_0100: ldc.i8 0xfedcba9876543211 - IL_0109: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0109: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_010e: brtrue.s IL_0115 diff --git a/src/tests/JIT/jit64/localloc/ehverify/eh13_small.ilproj b/src/tests/JIT/jit64/localloc/ehverify/eh13_small.ilproj index 5f94131c44d92a..dc65e4a3ef2720 100644 --- a/src/tests/JIT/jit64/localloc/ehverify/eh13_small.ilproj +++ b/src/tests/JIT/jit64/localloc/ehverify/eh13_small.ilproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj index 1b6c2bd504266f..2120c17bb1447e 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj index a9413720a56312..e79791a3a3b2b5 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind01_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj index c44c9607a0a6f4..ac0ac131963377 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind01_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj index c5f482fd6e6a65..746f6a8bbb139c 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj index 57bfbf4e55f323..96e92c22662141 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind02_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj index 9d53cd1ca260ee..628e272b5e650e 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind02_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj index 72b9c010980fd9..1a4812096bb25d 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj index 192410eac7fdb6..1af405b23d6ea9 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind03_large.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj b/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj index a8da8d06a22d51..cbc07a44baa808 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind03_small.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.il b/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.il index f2c313f958cbac..4b32e8ae8b4cd6 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind04_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -36,18 +36,18 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 - IL_0019: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0019: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001e: stsfld int32 LocallocTest::locallocSize .try { IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -72,7 +72,7 @@ IL_004f: ldloc.2 IL_0050: ldsfld int32 LocallocTest::locallocSize IL_0055: ldc.i4 1000 - IL_005a: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_005a: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -84,7 +84,7 @@ IL_0065: ldstr "local1" IL_006a: ldloc.0 IL_006b: ldc.i8 0xfedcba9876543210 - IL_0074: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0079: brtrue.s IL_007f @@ -96,7 +96,7 @@ IL_007f: ldstr "local2" IL_0084: ldloc.1 IL_0085: ldc.i8 0xfedcba9876543211 - IL_008e: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_008e: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0093: brtrue.s IL_0099 @@ -120,14 +120,14 @@ .locals (int32* intArray2, class LocallocTest testObj) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -166,7 +166,7 @@ IL_0048: ldloc.0 IL_0049: ldsfld int32 LocallocTest::locallocSize IL_004e: ldc.i4 2000 - IL_0053: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0053: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -194,14 +194,14 @@ .maxstack 4 .locals (int32* intArray3) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try{ @@ -226,7 +226,7 @@ IL_004c: ldloc.0 IL_004d: ldsfld int32 LocallocTest::locallocSize IL_0052: ldc.i4 3000 - IL_0057: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0057: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj index 4162e1394aec6e..390dc2d478f562 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind04_large.il b/src/tests/JIT/jit64/localloc/unwind/unwind04_large.il index 5c0d52e93b3e39..8c69ff783c77a9 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind04_large.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind04_large.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind04_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -47,7 +47,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -72,7 +72,7 @@ IL_004f: ldloc.2 IL_0050: ldsfld int32 LocallocTest::locallocSize IL_0055: ldc.i4 1000 - IL_005a: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_005a: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -84,7 +84,7 @@ IL_0065: ldstr "local1" IL_006a: ldloc.0 IL_006b: ldc.i8 0xfedcba9876543210 - IL_0074: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0079: brtrue.s IL_007f @@ -96,7 +96,7 @@ IL_007f: ldstr "local2" IL_0084: ldloc.1 IL_0085: ldc.i8 0xfedcba9876543211 - IL_008e: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_008e: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0093: brtrue.s IL_0099 @@ -127,7 +127,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -166,7 +166,7 @@ IL_0048: ldloc.0 IL_0049: ldsfld int32 LocallocTest::locallocSize IL_004e: ldc.i4 2000 - IL_0053: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0053: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -201,7 +201,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try{ @@ -226,7 +226,7 @@ IL_004c: ldloc.0 IL_004d: ldsfld int32 LocallocTest::locallocSize IL_0052: ldc.i4 3000 - IL_0057: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0057: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind04_large.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind04_large.ilproj index 0dc644cde0dbeb..648d208e761b9a 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind04_large.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind04_large.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind04_small.il b/src/tests/JIT/jit64/localloc/unwind/unwind04_small.il index 2152e53c57ef97..0aa5fbe0bdc4a8 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind04_small.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind04_small.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind04_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -45,7 +45,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -70,7 +70,7 @@ IL_004f: ldloc.2 IL_0050: ldsfld int32 LocallocTest::locallocSize IL_0055: ldc.i4 1000 - IL_005a: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_005a: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -82,7 +82,7 @@ IL_0065: ldstr "local1" IL_006a: ldloc.0 IL_006b: ldc.i8 0xfedcba9876543210 - IL_0074: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0074: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0079: brtrue.s IL_007f @@ -94,7 +94,7 @@ IL_007f: ldstr "local2" IL_0084: ldloc.1 IL_0085: ldc.i8 0xfedcba9876543211 - IL_008e: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_008e: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0093: brtrue.s IL_0099 @@ -123,7 +123,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -162,7 +162,7 @@ IL_0048: ldloc.0 IL_0049: ldsfld int32 LocallocTest::locallocSize IL_004e: ldc.i4 2000 - IL_0053: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0053: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -195,7 +195,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try{ @@ -220,7 +220,7 @@ IL_004c: ldloc.0 IL_004d: ldsfld int32 LocallocTest::locallocSize IL_0052: ldc.i4 3000 - IL_0057: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0057: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind04_small.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind04_small.ilproj index ec3e015c4853d8..d47226cac683b9 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind04_small.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind04_small.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.il b/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.il index a21de715bdb886..8fe4f6a9634232 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind05_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -35,18 +35,18 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 - IL_0019: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0019: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001e: stsfld int32 LocallocTest::locallocSize .try { IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -65,7 +65,7 @@ IL_0044: ldloc.2 IL_0045: ldsfld int32 LocallocTest::locallocSize IL_004a: ldc.i4 1000 - IL_004f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -77,7 +77,7 @@ IL_005a: ldstr "local1" IL_005f: ldloc.0 IL_0060: ldc.i8 0xfedcba9876543210 - IL_0069: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0069: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_006e: brtrue.s IL_0074 @@ -89,7 +89,7 @@ IL_0074: ldstr "local2" IL_0079: ldloc.1 IL_007a: ldc.i8 0xfedcba9876543211 - IL_0083: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0083: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0088: brtrue.s IL_008e @@ -113,14 +113,14 @@ .locals (int32* intArray2, class LocallocTest testObj) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -158,7 +158,7 @@ IL_0042: ldloc.0 IL_0043: ldsfld int32 LocallocTest::locallocSize IL_0048: ldc.i4 2000 - IL_004d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -192,14 +192,14 @@ .maxstack 4 .locals (int32* intArray3) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -225,7 +225,7 @@ IL_0047: ldloc.0 IL_0048: ldsfld int32 LocallocTest::locallocSize IL_004d: ldc.i4 3000 - IL_0052: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj index c905cff5f4ad09..6a1c2bac538997 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind05_large.il b/src/tests/JIT/jit64/localloc/unwind/unwind05_large.il index 743195ad4a8b32..c384b1ad50d40c 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind05_large.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind05_large.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind05_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -46,7 +46,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -65,7 +65,7 @@ IL_0044: ldloc.2 IL_0045: ldsfld int32 LocallocTest::locallocSize IL_004a: ldc.i4 1000 - IL_004f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -77,7 +77,7 @@ IL_005a: ldstr "local1" IL_005f: ldloc.0 IL_0060: ldc.i8 0xfedcba9876543210 - IL_0069: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0069: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_006e: brtrue.s IL_0074 @@ -89,7 +89,7 @@ IL_0074: ldstr "local2" IL_0079: ldloc.1 IL_007a: ldc.i8 0xfedcba9876543211 - IL_0083: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0083: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0088: brtrue.s IL_008e @@ -120,7 +120,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -158,7 +158,7 @@ IL_0042: ldloc.0 IL_0043: ldsfld int32 LocallocTest::locallocSize IL_0048: ldc.i4 2000 - IL_004d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -199,7 +199,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -225,7 +225,7 @@ IL_0047: ldloc.0 IL_0048: ldsfld int32 LocallocTest::locallocSize IL_004d: ldc.i4 3000 - IL_0052: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind05_large.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind05_large.ilproj index ada6e192e122ae..cabea474dd772b 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind05_large.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind05_large.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind05_small.il b/src/tests/JIT/jit64/localloc/unwind/unwind05_small.il index 5f7f665f9e8b05..06f36159d2b094 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind05_small.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind05_small.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind05_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -44,7 +44,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -63,7 +63,7 @@ IL_0044: ldloc.2 IL_0045: ldsfld int32 LocallocTest::locallocSize IL_004a: ldc.i4 1000 - IL_004f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -75,7 +75,7 @@ IL_005a: ldstr "local1" IL_005f: ldloc.0 IL_0060: ldc.i8 0xfedcba9876543210 - IL_0069: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0069: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_006e: brtrue.s IL_0074 @@ -87,7 +87,7 @@ IL_0074: ldstr "local2" IL_0079: ldloc.1 IL_007a: ldc.i8 0xfedcba9876543211 - IL_0083: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0083: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0088: brtrue.s IL_008e @@ -116,7 +116,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -154,7 +154,7 @@ IL_0042: ldloc.0 IL_0043: ldsfld int32 LocallocTest::locallocSize IL_0048: ldc.i4 2000 - IL_004d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -193,7 +193,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -219,7 +219,7 @@ IL_0047: ldloc.0 IL_0048: ldsfld int32 LocallocTest::locallocSize IL_004d: ldc.i4 3000 - IL_0052: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind05_small.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind05_small.ilproj index a8888fb827c787..9799ef9c885155 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind05_small.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind05_small.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.il b/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.il index 9f71cfb6c0ce87..cda4b9860ba68d 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind06_dynamic'{} .class private auto ansi beforefieldinit LocallocTest @@ -35,18 +35,18 @@ IL_000d: add IL_000e: stloc.1 IL_000f: ldc.i4.4 - IL_0010: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0010: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0015: mul IL_0016: localloc IL_0018: stloc.2 - IL_0019: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0019: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_001e: stsfld int32 LocallocTest::locallocSize .try { IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -65,7 +65,7 @@ IL_0044: ldloc.2 IL_0045: ldsfld int32 LocallocTest::locallocSize IL_004a: ldc.i4 1000 - IL_004f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -77,7 +77,7 @@ IL_005a: ldstr "local1" IL_005f: ldloc.0 IL_0060: ldc.i8 0xfedcba9876543210 - IL_0069: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0069: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_006e: brtrue.s IL_0074 @@ -89,7 +89,7 @@ IL_0074: ldstr "local2" IL_0079: ldloc.1 IL_007a: ldc.i8 0xfedcba9876543211 - IL_0083: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0083: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0088: brtrue.s IL_008e @@ -113,14 +113,14 @@ .locals (int32* intArray2, class LocallocTest testObj) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -163,7 +163,7 @@ IL_0042: ldloc.0 IL_0043: ldsfld int32 LocallocTest::locallocSize IL_0048: ldc.i4 2000 - IL_004d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -192,14 +192,14 @@ .maxstack 4 .locals (int32* intArray3) IL_0000: ldc.i4.4 - IL_0001: ldsfld int32 [common]LocallocTesting.Global::stackAllocSize + IL_0001: ldsfld int32 [localloc_common]LocallocTesting.Global::stackAllocSize IL_0006: mul IL_0007: localloc IL_0009: stloc.0 IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -230,7 +230,7 @@ IL_0047: ldloc.0 IL_0048: ldsfld int32 LocallocTest::locallocSize IL_004d: ldc.i4 3000 - IL_0052: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj index 3074a76fafe0cc..8eaac5321feb41 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind06_large.il b/src/tests/JIT/jit64/localloc/unwind/unwind06_large.il index d7120bf7a6e1fd..9e7fa07827fce7 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind06_large.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind06_large.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind06_large'{} .class private auto ansi beforefieldinit LocallocTest @@ -46,7 +46,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -65,7 +65,7 @@ IL_0044: ldloc.2 IL_0045: ldsfld int32 LocallocTest::locallocSize IL_004a: ldc.i4 1000 - IL_004f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -77,7 +77,7 @@ IL_005a: ldstr "local1" IL_005f: ldloc.0 IL_0060: ldc.i8 0xfedcba9876543210 - IL_0069: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0069: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_006e: brtrue.s IL_0074 @@ -89,7 +89,7 @@ IL_0074: ldstr "local2" IL_0079: ldloc.1 IL_007a: ldc.i8 0xfedcba9876543211 - IL_0083: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0083: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0088: brtrue.s IL_008e @@ -120,7 +120,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -163,7 +163,7 @@ IL_0042: ldloc.0 IL_0043: ldsfld int32 LocallocTest::locallocSize IL_0048: ldc.i4 2000 - IL_004d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -199,7 +199,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -230,7 +230,7 @@ IL_0047: ldloc.0 IL_0048: ldsfld int32 LocallocTest::locallocSize IL_004d: ldc.i4 3000 - IL_0052: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind06_large.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind06_large.ilproj index a94086f943e5f4..163c62780fe88e 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind06_large.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind06_large.ilproj @@ -11,6 +11,6 @@ - + diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind06_small.il b/src/tests/JIT/jit64/localloc/unwind/unwind06_small.il index 6b4dc083d4f803..7e45024c3270eb 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind06_small.il +++ b/src/tests/JIT/jit64/localloc/unwind/unwind06_small.il @@ -9,7 +9,7 @@ } .assembly extern xunit.core {} .assembly extern mscorlib{} -.assembly extern common{} +.assembly extern localloc_common{} .assembly 'unwind06_small'{} .class private auto ansi beforefieldinit LocallocTest @@ -44,7 +44,7 @@ IL_0023: ldloc.2 IL_0024: ldsfld int32 LocallocTest::locallocSize IL_0029: ldc.i4 1000 - IL_002e: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_002e: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) IL_0033: call void LocallocTest::unwindTest1() @@ -63,7 +63,7 @@ IL_0044: ldloc.2 IL_0045: ldsfld int32 LocallocTest::locallocSize IL_004a: ldc.i4 1000 - IL_004f: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004f: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -75,7 +75,7 @@ IL_005a: ldstr "local1" IL_005f: ldloc.0 IL_0060: ldc.i8 0xfedcba9876543210 - IL_0069: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0069: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_006e: brtrue.s IL_0074 @@ -87,7 +87,7 @@ IL_0074: ldstr "local2" IL_0079: ldloc.1 IL_007a: ldc.i8 0xfedcba9876543211 - IL_0083: call bool [common]LocallocTesting.Global::verifyLocal(string, + IL_0083: call bool [localloc_common]LocallocTesting.Global::verifyLocal(string, unsigned int64, unsigned int64) IL_0088: brtrue.s IL_008e @@ -116,7 +116,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 2000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -159,7 +159,7 @@ IL_0042: ldloc.0 IL_0043: ldsfld int32 LocallocTest::locallocSize IL_0048: ldc.i4 2000 - IL_004d: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_004d: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) @@ -193,7 +193,7 @@ IL_000a: ldloc.0 IL_000b: ldsfld int32 LocallocTest::locallocSize IL_0010: ldc.i4 3000 - IL_0015: call void [common]LocallocTesting.Global::initializeStack(int32*, + IL_0015: call void [localloc_common]LocallocTesting.Global::initializeStack(int32*, int32, int32) .try @@ -224,7 +224,7 @@ IL_0047: ldloc.0 IL_0048: ldsfld int32 LocallocTest::locallocSize IL_004d: ldc.i4 3000 - IL_0052: call bool [common]LocallocTesting.Global::verifyStack(string, + IL_0052: call bool [localloc_common]LocallocTesting.Global::verifyStack(string, int32*, int32, int32) diff --git a/src/tests/JIT/jit64/localloc/unwind/unwind06_small.ilproj b/src/tests/JIT/jit64/localloc/unwind/unwind06_small.ilproj index 960e103ba42c47..b83f3326454c15 100644 --- a/src/tests/JIT/jit64/localloc/unwind/unwind06_small.ilproj +++ b/src/tests/JIT/jit64/localloc/unwind/unwind06_small.ilproj @@ -11,6 +11,6 @@ - +