dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: cscctest/csharp/expr arglist1.il,1.2,1.3 arr


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/expr arglist1.il,1.2,1.3 array1.il,1.2,1.3 as1.il,1.3,1.4 binary1.il,1.3,1.4 binary3.il,1.3,1.4 binary4.il,1.2,1.3 bitwise1.il,1.2,1.3 cast1.il,1.2,1.3 cast3.il,1.2,1.3 cast4.il,1.3,1.4 cast6.il,1.7,1.8 const1.il,1.3,1.4 enum1.il,1.1,1.2 enum3.il,1.1,1.2 ident1.il,1.1,1.2 incdec1.il,1.4,1.5 indexer1.il,1.3,1.4 invoke1.il,1.4,1.5 is1.il,1.3,1.4 new1.il,1.3,1.4 newarray1.il,1.2,1.3 newarray3.il,1.1,1.2 ref1.il,1.2,1.3 relop1.il,1.2,1.3 relop3.il,1.2,1.3 shift1.il,1.2,1.3 sizeof1.il,1.4,1.5 typedref1.il,1.5,1.6 typeof1.il,1.2,1.3 unary1.il,1.2,1.3
Date: Sat, 21 Dec 2002 09:02:43 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/expr
In directory subversions:/tmp/cvs-serv12927/csharp/expr

Modified Files:
        arglist1.il array1.il as1.il binary1.il binary3.il binary4.il 
        bitwise1.il cast1.il cast3.il cast4.il cast6.il const1.il 
        enum1.il enum3.il ident1.il incdec1.il indexer1.il invoke1.il 
        is1.il new1.il newarray1.il newarray3.il ref1.il relop1.il 
        relop3.il shift1.il sizeof1.il typedref1.il typeof1.il 
        unary1.il 
Log Message:
Add the '.locals init' changes to the test suite and update all the 
affected output files.


Index: arglist1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/arglist1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** arglist1.il 15 Nov 2002 01:38:55 -0000      1.2
--- arglist1.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig vararg instance void 'm1'() cil managed 
  {
!       .locals (valuetype ['.library']'System'.'RuntimeArgumentHandle')
        arglist
        stloc.0
--- 12,16 ----
  .method private hidebysig vararg instance void 'm1'() cil managed 
  {
!       .locals init    (valuetype ['.library']'System'.'RuntimeArgumentHandle')
        arglist
        stloc.0
***************
*** 20,24 ****
  .method private hidebysig vararg instance void 'm1'(class 
['.library']'System'.'String' 'format') cil managed 
  {
!       .locals (valuetype ['.library']'System'.'RuntimeArgumentHandle')
        arglist
        stloc.0
--- 20,24 ----
  .method private hidebysig vararg instance void 'm1'(class 
['.library']'System'.'String' 'format') cil managed 
  {
!       .locals init    (valuetype ['.library']'System'.'RuntimeArgumentHandle')
        arglist
        stloc.0

Index: array1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/array1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** array1.il   20 Jul 2002 04:08:04 -0000      1.2
--- array1.il   21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1_int'(int32[] 'x', int32 'y') cil 
managed 
  {
!       .locals (int32)
        ldarg.1
        ldarg.2
--- 12,16 ----
  .method private hidebysig instance void 'm1_int'(int32[] 'x', int32 'y') cil 
managed 
  {
!       .locals init    (int32)
        ldarg.1
        ldarg.2
***************
*** 21,26 ****
        ldloc.0
        stelem.i4
!       .locals (int32[])
!       .locals (int32)
        ldarg.1
        dup
--- 21,26 ----
        ldloc.0
        stelem.i4
!       .locals init    (int32[])
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 69,73 ****
        dup
        stloc.2
!       .locals (int32)
        ldelem.i4
        dup
--- 69,73 ----
        dup
        stloc.2
!       .locals init    (int32)
        ldelem.i4
        dup
***************
*** 85,89 ****
  .method private hidebysig instance void 'm1_byte'(unsigned int8[] 'x', int32 
'y') cil managed 
  {
!       .locals (unsigned int8)
        ldarg.1
        ldarg.2
--- 85,89 ----
  .method private hidebysig instance void 'm1_byte'(unsigned int8[] 'x', int32 
'y') cil managed 
  {
!       .locals init    (unsigned int8)
        ldarg.1
        ldarg.2
***************
*** 94,99 ****
        ldloc.0
        stelem.i1
!       .locals (unsigned int8[])
!       .locals (int32)
        ldarg.1
        dup
--- 94,99 ----
        ldloc.0
        stelem.i1
!       .locals init    (unsigned int8[])
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 108,112 ****
        add
        conv.u1
!       .locals (unsigned int8)
        dup
        stloc.3
--- 108,112 ----
        add
        conv.u1
!       .locals init    (unsigned int8)
        dup
        stloc.3
***************
*** 149,153 ****
  .method private hidebysig instance void 'm1_long'(int64[] 'x', int32 'y') cil 
managed 
  {
!       .locals (int64)
        ldarg.1
        ldarg.2
--- 149,153 ----
  .method private hidebysig instance void 'm1_long'(int64[] 'x', int32 'y') cil 
managed 
  {
!       .locals init    (int64)
        ldarg.1
        ldarg.2
***************
*** 158,163 ****
        ldloc.0
        stelem.i8
!       .locals (int64[])
!       .locals (int32)
        ldarg.1
        dup
--- 158,163 ----
        ldloc.0
        stelem.i8
!       .locals init    (int64[])
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 184,188 ****
        conv.i8
        add
!       .locals (int64)
        dup
        stloc.3
--- 184,188 ----
        conv.i8
        add
!       .locals init    (int64)
        dup
        stloc.3
***************
*** 231,236 ****
        call    valuetype [.library]System.Decimal 
[.library]System.Decimal::op_Implicit(int32)
        stobj   ['.library']'System'.'Decimal'
!       .locals (valuetype ['.library']'System'.'Decimal'[])
!       .locals (int32)
        ldarg.1
        dup
--- 231,236 ----
        call    valuetype [.library]System.Decimal 
[.library]System.Decimal::op_Implicit(int32)
        stobj   ['.library']'System'.'Decimal'
!       .locals init    (valuetype ['.library']'System'.'Decimal'[])
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 269,273 ****
  .method private hidebysig instance void 'm2_int'(int32[,] 'x', int32 'y', 
int32 'z') cil managed 
  {
!       .locals (int32)
        ldarg.1
        ldarg.2
--- 269,273 ----
  .method private hidebysig instance void 'm2_int'(int32[,] 'x', int32 'y', 
int32 'z') cil managed 
  {
!       .locals init    (int32)
        ldarg.1
        ldarg.2
***************
*** 280,286 ****
        ldloc.0
        call    instance void int32[,]::'Set'(int32, int32, int32)
!       .locals (int32[,])
!       .locals (int32)
!       .locals (int32)
        ldarg.1
        dup
--- 280,286 ----
        ldloc.0
        call    instance void int32[,]::'Set'(int32, int32, int32)
!       .locals init    (int32[,])
!       .locals init    (int32)
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 344,348 ****
        dup
        stloc.3
!       .locals (int32)
        call    instance int32 int32[,]::'Get'(int32, int32)
        dup
--- 344,348 ----
        dup
        stloc.3
!       .locals init    (int32)
        call    instance int32 int32[,]::'Get'(int32, int32)
        dup
***************
*** 361,365 ****
  .method private hidebysig instance void 'm2_byte'(unsigned int8[,] 'x', int32 
'y', int32 'z') cil managed 
  {
!       .locals (unsigned int8)
        ldarg.1
        ldarg.2
--- 361,365 ----
  .method private hidebysig instance void 'm2_byte'(unsigned int8[,] 'x', int32 
'y', int32 'z') cil managed 
  {
!       .locals init    (unsigned int8)
        ldarg.1
        ldarg.2
***************
*** 372,378 ****
        ldloc.0
        call    instance void unsigned int8[,]::'Set'(int32, int32, unsigned 
int8)
!       .locals (unsigned int8[,])
!       .locals (int32)
!       .locals (int32)
        ldarg.1
        dup
--- 372,378 ----
        ldloc.0
        call    instance void unsigned int8[,]::'Set'(int32, int32, unsigned 
int8)
!       .locals init    (unsigned int8[,])
!       .locals init    (int32)
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 391,395 ****
        add
        conv.u1
!       .locals (unsigned int8)
        dup
        stloc.s 4
--- 391,395 ----
        add
        conv.u1
!       .locals init    (unsigned int8)
        dup
        stloc.s 4
***************
*** 440,444 ****
  .method private hidebysig instance void 'm2_long'(int64[,] 'x', int32 'y', 
int32 'z') cil managed 
  {
!       .locals (int64)
        ldarg.1
        ldarg.2
--- 440,444 ----
  .method private hidebysig instance void 'm2_long'(int64[,] 'x', int32 'y', 
int32 'z') cil managed 
  {
!       .locals init    (int64)
        ldarg.1
        ldarg.2
***************
*** 451,457 ****
        ldloc.0
        call    instance void int64[,]::'Set'(int32, int32, int64)
!       .locals (int64[,])
!       .locals (int32)
!       .locals (int32)
        ldarg.1
        dup
--- 451,457 ----
        ldloc.0
        call    instance void int64[,]::'Set'(int32, int32, int64)
!       .locals init    (int64[,])
!       .locals init    (int32)
!       .locals init    (int32)
        ldarg.1
        dup
***************
*** 486,490 ****
        conv.i8
        add
!       .locals (int64)
        dup
        stloc.s 4
--- 486,490 ----
        conv.i8
        add
!       .locals init    (int64)
        dup
        stloc.s 4
***************
*** 541,547 ****
        call    valuetype [.library]System.Decimal 
[.library]System.Decimal::op_Implicit(int32)
        call    instance void valuetype 
['.library']'System'.'Decimal'[,]::'Set'(int32, int32, valuetype 
['.library']'System'.'Decimal')
!       .locals (valuetype ['.library']'System'.'Decimal'[,])
!       .locals (int32)
!       .locals (int32)
        ldarg.1
        dup
--- 541,547 ----
        call    valuetype [.library]System.Decimal 
[.library]System.Decimal::op_Implicit(int32)
        call    instance void valuetype 
['.library']'System'.'Decimal'[,]::'Set'(int32, int32, valuetype 
['.library']'System'.'Decimal')
!       .locals init    (valuetype ['.library']'System'.'Decimal'[,])
!       .locals init    (int32)
!       .locals init    (int32)
        ldarg.1
        dup

Index: as1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/as1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** as1.il      23 Jan 2002 07:29:13 -0000      1.3
--- as1.il      21 Dec 2002 14:02:40 -0000      1.4
***************
*** 22,26 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (class ['.library']'System'.'Object', class 'Test', class 
'Test2', class 'I', class ['.library']'System'.'ValueType')
        ldnull
        stloc.0
--- 22,26 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (class ['.library']'System'.'Object', class 'Test', 
class 'Test2', class 'I', class ['.library']'System'.'ValueType')
        ldnull
        stloc.0

Index: binary1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/binary1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** binary1.il  1 Nov 2002 14:13:17 -0000       1.3
--- binary1.il  21 Dec 2002 14:02:40 -0000      1.4
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1

Index: binary3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/binary3.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** binary3.il  21 Nov 2002 00:06:54 -0000      1.3
--- binary3.il  21 Dec 2002 14:02:40 -0000      1.4
***************
*** 58,62 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (valuetype 'Y', valuetype 'Y', valuetype 'X', valuetype 'Y')
        ldc.i4.1
        newobj  instance void 'Y'::'.ctor'(int32)
--- 58,62 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (valuetype 'Y', valuetype 'Y', valuetype 'X', valuetype 
'Y')
        ldc.i4.1
        newobj  instance void 'Y'::'.ctor'(int32)

Index: binary4.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/binary4.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** binary4.il  3 Aug 2002 10:49:05 -0000       1.2
--- binary4.il  21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method public hidebysig instance void 'm1'(class 'Test' 't') cil managed 
  {
!       .locals (class ['.library']'System'.'String', class 
['.library']'System'.'String', class ['.library']'System'.'String')
        ldstr   "Hello"
        stloc.0
--- 12,16 ----
  .method public hidebysig instance void 'm1'(class 'Test' 't') cil managed 
  {
!       .locals init    (class ['.library']'System'.'String', class 
['.library']'System'.'String', class ['.library']'System'.'String')
        ldstr   "Hello"
        stloc.0

Index: bitwise1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/bitwise1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** bitwise1.il 17 Jan 2002 23:52:43 -0000      1.2
--- bitwise1.il 21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, int8, unsigned int8, int16, 
unsigned int16, int32, unsigned int32, int64, unsigned int64, char)
        ldc.i4.s        34
        conv.i1
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, int8, unsigned int8, int16, 
unsigned int16, int32, unsigned int32, int64, unsigned int64, char, int8, 
unsigned int8, int16, unsigned int16, int32, unsigned int32, int64, unsigned 
int64, char)
        ldc.i4.s        34
        conv.i1

Index: cast1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/cast1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cast1.il    17 Jan 2002 23:52:43 -0000      1.2
--- cast1.il    21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1
***************
*** 459,463 ****
  .method private hidebysig instance void 'm2'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1
--- 459,463 ----
  .method private hidebysig instance void 'm2'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1

Index: cast3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/cast3.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cast3.il    17 Jan 2002 23:52:43 -0000      1.2
--- cast3.il    21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'(class 'Test' 'x', class 'Test'[] 
'y', class 'Test'[,] 'z') cil managed 
  {
!       .locals (class 'Test', class 'Test'[], class 'Test'[,])
        ldarg.1
        stloc.0
--- 12,16 ----
  .method private hidebysig instance void 'm1'(class 'Test' 'x', class 'Test'[] 
'y', class 'Test'[,] 'z') cil managed 
  {
!       .locals init    (class 'Test', class 'Test'[], class 'Test'[,])
        ldarg.1
        stloc.0

Index: cast4.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/cast4.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cast4.il    17 Jan 2002 23:52:43 -0000      1.3
--- cast4.il    21 Dec 2002 14:02:40 -0000      1.4
***************
*** 27,31 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (valuetype 'Color', valuetype 'ColorSmall', int8, unsigned 
int8, int16, unsigned int16, int32, unsigned int32, int64, unsigned int64, 
char, float32, float64, valuetype ['.library']'System'.'Decimal')
        ldc.i4.3
        conv.i1
--- 27,31 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (valuetype 'Color', valuetype 'ColorSmall', int8, 
unsigned int8, int16, unsigned int16, int32, unsigned int32, int64, unsigned 
int64, char, float32, float64, valuetype ['.library']'System'.'Decimal')
        ldc.i4.3
        conv.i1

Index: cast6.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/cast6.il,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** cast6.il    21 Nov 2002 00:06:54 -0000      1.7
--- cast6.il    21 Dec 2002 14:02:40 -0000      1.8
***************
*** 28,32 ****
  .method public hidebysig instance void 'm1'() cil managed 
  {
!       .locals (class ['.library']'System'.'Object', class 'Test', class 
'Test2', class 'Test3', class 'I', class 'J', class 'K', class 'L', valuetype 
'X', class ['.library']'System'.'Object'[], class 'Test'[], class 'I'[], 
valuetype 'X'[])
        ldnull
        stloc.0
--- 28,32 ----
  .method public hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (class ['.library']'System'.'Object', class 'Test', 
class 'Test2', class 'Test3', class 'I', class 'J', class 'K', class 'L', 
valuetype 'X', class ['.library']'System'.'Object'[], class 'Test'[], class 
'I'[], valuetype 'X'[])
        ldnull
        stloc.0

Index: const1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/const1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** const1.il   17 Jan 2002 23:52:43 -0000      1.3
--- const1.il   21 Dec 2002 14:02:40 -0000      1.4
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (class ['.library']'System'.'Object', bool, int32, unsigned 
int32, int64, unsigned int64, float32, float64, valuetype 
['.library']'System'.'Decimal', class ['.library']'System'.'String')
        ldnull
        stloc.0
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (class ['.library']'System'.'Object', bool, int32, 
unsigned int32, int64, unsigned int64, float32, float64, valuetype 
['.library']'System'.'Decimal', class ['.library']'System'.'String')
        ldnull
        stloc.0

Index: enum1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/enum1.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** enum1.il    27 Mar 2002 00:44:12 -0000      1.1
--- enum1.il    21 Dec 2002 14:02:40 -0000      1.2
***************
*** 25,29 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (valuetype 'Color', valuetype 'Color', valuetype 'Color', 
valuetype 'Size', valuetype 'Size', valuetype 'Size', int32, int64, bool)
        ldc.i4.0
        stloc.0
--- 25,29 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (valuetype 'Color', valuetype 'Color', valuetype 
'Color', valuetype 'Size', valuetype 'Size', valuetype 'Size', int32, int64, 
bool)
        ldc.i4.0
        stloc.0

Index: enum3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/enum3.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** enum3.il    10 Sep 2002 00:40:50 -0000      1.1
--- enum3.il    21 Dec 2002 14:02:40 -0000      1.2
***************
*** 19,23 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (valuetype 'Color', bool, valuetype 'Color')
        ldc.i4.0
        stloc.0
--- 19,23 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (valuetype 'Color', bool, valuetype 'Color')
        ldc.i4.0
        stloc.0

Index: ident1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/ident1.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ident1.il   8 Nov 2002 17:03:17 -0000       1.1
--- ident1.il   21 Dec 2002 14:02:40 -0000      1.2
***************
*** 32,36 ****
  .method private static hidebysig void 'Main'() cil managed 
  {
!       .locals (class 'foo', int32)
        ldc.i4.1
        stsfld  int32 'bar'::'foo'
--- 32,36 ----
  .method private static hidebysig void 'Main'() cil managed 
  {
!       .locals init    (class 'foo', int32)
        ldc.i4.1
        stsfld  int32 'bar'::'foo'

Index: incdec1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/incdec1.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** incdec1.il  26 Nov 2002 04:22:05 -0000      1.4
--- incdec1.il  21 Dec 2002 14:02:40 -0000      1.5
***************
*** 64,68 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', valuetype 'Color', valuetype 'ColorSmall', 
valuetype 'X', class 'Y', int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', valuetype 'Color', valuetype 'ColorSmall', 
valuetype 'X', class 'Y')
        ldc.i4.s        34
        conv.i1
--- 64,68 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', valuetype 'Color', valuetype 'ColorSmall', 
valuetype 'X', class 'Y', int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', valuetype 'Color', valuetype 'ColorSmall', 
valuetype 'X', class 'Y')
        ldc.i4.s        34
        conv.i1

Index: indexer1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/indexer1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** indexer1.il 21 Nov 2002 05:43:17 -0000      1.3
--- indexer1.il 21 Dec 2002 14:02:40 -0000      1.4
***************
*** 90,94 ****
        ldarg.2
        ldstr   "Hello World"
!       .locals (class ['.library']'System'.'Object')
        dup
        stloc.0
--- 90,94 ----
        ldarg.2
        ldstr   "Hello World"
!       .locals init    (class ['.library']'System'.'Object')
        dup
        stloc.0
***************
*** 100,105 ****
  .method private hidebysig instance int32 'm3'(class 'Counters' 'c') cil 
managed 
  {
!       .locals (class 'Counters')
!       .locals (int32)
        ldarg.1
        dup
--- 100,105 ----
  .method private hidebysig instance int32 'm3'(class 'Counters' 'c') cil 
managed 
  {
!       .locals init    (class 'Counters')
!       .locals init    (int32)
        ldarg.1
        dup

Index: invoke1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/invoke1.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** invoke1.il  21 Nov 2002 00:06:54 -0000      1.4
--- invoke1.il  21 Dec 2002 14:02:40 -0000      1.5
***************
*** 74,78 ****
  .method private hidebysig instance int32 'm3'() cil managed 
  {
!       .locals (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
--- 74,78 ----
  .method private hidebysig instance int32 'm3'() cil managed 
  {
!       .locals init    (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
***************
*** 85,89 ****
  .method private hidebysig instance int32 'm4'() cil managed 
  {
!       .locals (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
--- 85,89 ----
  .method private hidebysig instance int32 'm4'() cil managed 
  {
!       .locals init    (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
***************
*** 103,107 ****
  .method private hidebysig instance int32 'm6'() cil managed 
  {
!       .locals (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
--- 103,107 ----
  .method private hidebysig instance int32 'm6'() cil managed 
  {
!       .locals init    (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
***************
*** 121,125 ****
  .method private hidebysig instance int32 'm8'() cil managed 
  {
!       .locals (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()
--- 121,125 ----
  .method private hidebysig instance int32 'm8'() cil managed 
  {
!       .locals init    (valuetype 'X')
        ldarg.0
        callvirt        instance valuetype 'X' 'Test'::'m2'()

Index: is1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/is1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** is1.il      23 Jan 2002 07:29:13 -0000      1.3
--- is1.il      21 Dec 2002 14:02:40 -0000      1.4
***************
*** 22,26 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (bool, class ['.library']'System'.'Object', class 'Test', class 
'Test2', class 'I', class ['.library']'System'.'ValueType', int32, valuetype 
'Color')
        ldnull
        ldnull
--- 22,26 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (bool, class ['.library']'System'.'Object', class 
'Test', class 'Test2', class 'I', class ['.library']'System'.'ValueType', 
int32, valuetype 'Color')
        ldnull
        ldnull

Index: new1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/new1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** new1.il     21 Nov 2002 00:06:54 -0000      1.3
--- new1.il     21 Dec 2002 14:02:40 -0000      1.4
***************
*** 31,38 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int32, valuetype 'X', valuetype 'Color', class 'Test2', class 
['.library']'System'.'Object')
        ldc.i4.0
        stloc.0
!       .locals (valuetype 'X')
        ldloca.s        5
        initobj 'X'
--- 31,38 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int32, valuetype 'X', valuetype 'Color', class 
'Test2', class ['.library']'System'.'Object')
        ldc.i4.0
        stloc.0
!       .locals init    (valuetype 'X')
        ldloca.s        5
        initobj 'X'

Index: newarray1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/newarray1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** newarray1.il        21 Nov 2002 00:06:54 -0000      1.2
--- newarray1.il        21 Dec 2002 14:02:40 -0000      1.3
***************
*** 31,35 ****
  .method private hidebysig instance void 'm1'(int32 'dim', unsigned int32 
'dim2', int64 'dim3', unsigned int64 'dim4') cil managed 
  {
!       .locals (int32[], valuetype 'X'[], valuetype 'Color'[,], class 
'Test'[], class 'Test'[][], class ['.library']'System'.'Object'[,,], class 
['.library']'System'.'Object'[,,][][,,,], class 
['.library']'System'.'Object'[,])
        ldc.i4.3
        newarr  ['.library']'System'.'Int32'
--- 31,35 ----
  .method private hidebysig instance void 'm1'(int32 'dim', unsigned int32 
'dim2', int64 'dim3', unsigned int64 'dim4') cil managed 
  {
!       .locals init    (int32[], valuetype 'X'[], valuetype 'Color'[,], class 
'Test'[], class 'Test'[][], class ['.library']'System'.'Object'[,,], class 
['.library']'System'.'Object'[,,][][,,,], class 
['.library']'System'.'Object'[,])
        ldc.i4.3
        newarr  ['.library']'System'.'Int32'

Index: newarray3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/newarray3.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** newarray3.il        6 Aug 2002 23:58:22 -0000       1.1
--- newarray3.il        21 Dec 2002 14:02:40 -0000      1.2
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int32[], valuetype ['.library']'System'.'Decimal'[], int32[,], 
int32[,])
        ldc.i4.4
        newarr  ['.library']'System'.'Int32'
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int32[], valuetype ['.library']'System'.'Decimal'[], 
int32[,], int32[,])
        ldc.i4.4
        newarr  ['.library']'System'.'Int32'

Index: ref1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/ref1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ref1.il     15 Nov 2002 01:38:55 -0000      1.2
--- ref1.il     21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'(int32 & 'x') cil managed 
  {
!       .locals (int32)
        ldarg.1
        ldind.i4
--- 12,16 ----
  .method private hidebysig instance void 'm1'(int32 & 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.1
        ldind.i4

Index: relop1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/relop1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** relop1.il   17 Jan 2002 23:52:44 -0000      1.2
--- relop1.il   21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (bool, int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', class ['.library']'System'.'Object', int8, 
unsigned int8, int16, unsigned int16, int32, unsigned int32, int64, unsigned 
int64, char, float32, float64, valuetype ['.library']'System'.'Decimal', class 
['.library']'System'.'Object')
        ldc.i4.s        34
        conv.i1
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (bool, int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', class ['.library']'System'.'Object', int8, 
unsigned int8, int16, unsigned int16, int32, unsigned int32, int64, unsigned 
int64, char, float32, float64, valuetype ['.library']'System'.'Decimal', class 
['.library']'System'.'Object')
        ldc.i4.s        34
        conv.i1

Index: relop3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/relop3.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** relop3.il   27 Sep 2002 23:53:58 -0000      1.2
--- relop3.il   21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (class ['.library']'System'.'String', class 
['.library']'System'.'String', class ['.library']'System'.'Object', class 
['.library']'System'.'Object', bool)
        ldstr   "Hello"
        stloc.0
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (class ['.library']'System'.'String', class 
['.library']'System'.'String', class ['.library']'System'.'Object', class 
['.library']'System'.'Object', bool)
        ldstr   "Hello"
        stloc.0

Index: shift1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/shift1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** shift1.il   17 Jan 2002 23:52:44 -0000      1.2
--- shift1.il   21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, int8, unsigned int8, int16, 
unsigned int16, int32, unsigned int32, int64, unsigned int64, char)
        ldc.i4.s        34
        conv.i1
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, int8, unsigned int8, int16, 
unsigned int16, int32, unsigned int32, int64, unsigned int64, char, int8, 
unsigned int8, int16, unsigned int16, int32, unsigned int32, int64, unsigned 
int64, char)
        ldc.i4.s        34
        conv.i1

Index: sizeof1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/sizeof1.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** sizeof1.il  21 Nov 2002 00:06:54 -0000      1.4
--- sizeof1.il  21 Dec 2002 14:02:40 -0000      1.5
***************
*** 21,25 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int32)
        ldc.i4.4
        stloc.0
--- 21,25 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int32)
        ldc.i4.4
        stloc.0

Index: typedref1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/typedref1.il,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** typedref1.il        21 Nov 2002 00:06:54 -0000      1.5
--- typedref1.il        21 Dec 2002 14:02:40 -0000      1.6
***************
*** 16,20 ****
  .method private hidebysig instance void 'm1'(typedref 'tref') cil managed 
  {
!       .locals (class ['.library']'System'.'Type', int32, class 'Test', class 
'Test'[], valuetype 'W')
        ldarg.1
        refanytype
--- 16,20 ----
  .method private hidebysig instance void 'm1'(typedref 'tref') cil managed 
  {
!       .locals init    (class ['.library']'System'.'Type', int32, class 
'Test', class 'Test'[], valuetype 'W')
        ldarg.1
        refanytype
***************
*** 45,49 ****
  .method private hidebysig instance void 'm2'() cil managed 
  {
!       .locals (int32)
        ldc.i4.0
        stloc.0
--- 45,49 ----
  .method private hidebysig instance void 'm2'() cil managed 
  {
!       .locals init    (int32)
        ldc.i4.0
        stloc.0

Index: typeof1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/typeof1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** typeof1.il  17 Jan 2002 23:52:44 -0000      1.2
--- typeof1.il  21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (class ['.library']'System'.'Object')
        ldtoken ['.library']'System'.'Int32'
        call    class [.library]System.Type 
[.library]System.Type::GetTypeFromHandle(valuetype 
[.library]System.RuntimeTypeHandle)
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (class ['.library']'System'.'Object')
        ldtoken ['.library']'System'.'Int32'
        call    class [.library]System.Type 
[.library]System.Type::GetTypeFromHandle(valuetype 
[.library]System.RuntimeTypeHandle)

Index: unary1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/expr/unary1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** unary1.il   17 Jan 2002 23:52:44 -0000      1.2
--- unary1.il   21 Dec 2002 14:02:40 -0000      1.3
***************
*** 12,16 ****
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals (int8, unsigned int8, int16, unsigned int16, int32, unsigned 
int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1
--- 12,16 ----
  .method private hidebysig instance void 'm1'() cil managed 
  {
!       .locals init    (int8, unsigned int8, int16, unsigned int16, int32, 
unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal', int8, unsigned int8, int16, unsigned int16, 
int32, unsigned int32, int64, unsigned int64, char, float32, float64, valuetype 
['.library']'System'.'Decimal')
        ldc.i4.s        34
        conv.i1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]