Cosmos/source/Cosmos.IL2CPU/IL
José Pedro 91094a87ca Fix MemberwiseClone.
Fix object sizes in Newobj.
Minor changes in Castclass and VTablesImpl.
2016-11-16 23:49:37 +00:00
..
Add.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Add_Ovf.cs - Implemented Neg Opcode for floating point 2016-07-17 17:05:00 +02:00
Add_Ovf_Un.cs - Implemented Neg Opcode for floating point 2016-07-17 17:05:00 +02:00
And.cs
Arglist.cs
Box.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Br.cs Fixed return on foreach 2016-11-09 00:08:23 +00:00
Branch.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Break.cs
Brfalse.cs
Brtrue.cs
Call.cs More memory work. 2016-09-11 07:53:45 -05:00
Calli.cs
Callvirt.cs More memory work. 2016-09-11 07:53:45 -05:00
Castclass.cs Fix MemberwiseClone. 2016-11-16 23:49:37 +00:00
Ceq.cs Merge from master. 2016-09-07 19:42:40 -05:00
Cgt.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Cgt_Un.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Ckfinite.cs
Clt.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Clt_Un.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Constrained.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Conv_I.cs
Conv_I1.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_I2.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_I4.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_I8.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_Ovf_I.cs
Conv_Ovf_I1.cs
Conv_Ovf_I1_Un.cs
Conv_Ovf_I2.cs
Conv_Ovf_I2_Un.cs
Conv_Ovf_I4.cs
Conv_Ovf_I4_Un.cs
Conv_Ovf_I8.cs
Conv_Ovf_I8_Un.cs
Conv_Ovf_I_Un.cs
Conv_Ovf_U.cs
Conv_Ovf_U1.cs
Conv_Ovf_U1_Un.cs
Conv_Ovf_U2.cs
Conv_Ovf_U2_Un.cs
Conv_Ovf_U4.cs
Conv_Ovf_U4_Un.cs
Conv_Ovf_U8.cs
Conv_Ovf_U8_Un.cs
Conv_Ovf_U_Un.cs
Conv_R4.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_R8.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_R_Un.cs - Finally the conversion of an ulong to a double works (IL opcode conv.r.un is completed) 2016-07-03 15:00:04 +02:00
Conv_U.cs
Conv_U1.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_U2.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_U4.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Conv_U8.cs - Implemented Neg Opcode for floating point 2016-07-17 17:05:00 +02:00
Cpblk.cs
Cpobj.cs
Div.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Div_Un.cs - Implemented Neg Opcode for floating point 2016-07-17 17:05:00 +02:00
Dup.cs Fixed return on foreach 2016-11-09 00:08:23 +00:00
Endfilter.cs
Endfinally.cs Fixed try..finally blocks. 2016-11-12 18:32:13 +00:00
FieldInfo.cs
Initblk.cs
Initobj.cs
Isinst.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Jmp.cs
Ldarg.cs Working on delegates. 2016-09-26 06:55:37 -05:00
Ldarga.cs - Fixed ldarga so it will work again with types > bytes 2016-10-10 21:43:38 +02:00
Ldc_I4.cs
Ldc_I8.cs
Ldc_R4.cs
Ldc_R8.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldelem.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_I.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_I1.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_I2.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_I4.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_I8.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_R4.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_R8.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_Ref.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_U1.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_U2.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelem_U4.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Ldelema.cs Fixed some issues with ldelema and stfld. 2016-06-21 10:42:02 -05:00
Ldfld.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldflda.cs Even more ongoing progress. 2016-06-21 20:34:27 -04:00
Ldftn.cs
Ldind_I.cs Fixed delegates and moved some assemblers. 2016-09-28 23:24:04 -05:00
Ldind_I1.cs
Ldind_I2.cs
Ldind_I4.cs
Ldind_I8.cs More memory. 2016-09-05 01:01:54 -05:00
Ldind_R4.cs
Ldind_R8.cs
Ldind_Ref.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldind_U1.cs
Ldind_U2.cs
Ldind_U4.cs
Ldlen.cs . 2016-06-23 11:04:34 -04:00
Ldloc.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldloca.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldnull.cs Ongoing changes for memory. 2016-06-20 19:44:16 -04:00
Ldobj.cs
Ldsfld.cs More memory. 2016-09-05 01:01:54 -05:00
Ldsflda.cs
Ldstr.cs working on statics. 2016-09-04 09:57:47 -05:00
Ldtoken.cs Ongoing progress integrating new memory model. 2016-06-25 15:30:58 -04:00
Ldvirtftn.cs
Leave.cs Fixed try..finally blocks. 2016-11-12 18:32:13 +00:00
Localloc.cs
Mkrefany.cs
Mul.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Mul_Ovf.cs
Mul_Ovf_Un.cs
Neg.cs Merge from master. 2016-09-07 19:42:40 -05:00
Newarr.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Newobj.cs Fix MemberwiseClone. 2016-11-16 23:49:37 +00:00
Nop.cs
Not.cs
Or.cs
Pop.cs
Readonly.cs
Refanytype.cs
Refanyval.cs
Rem.cs Fix for remainder op. 2016-09-07 17:03:15 -05:00
Rem_Un.cs
Ret.cs Fixed return on foreach 2016-11-09 00:08:23 +00:00
Rethrow.cs
Shl.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Shr.cs Fixed Shr for long with count > 32 2016-09-08 00:27:01 +02:00
Shr_Un.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Sizeof.cs
Starg.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Stelem.cs
Stelem_I.cs
Stelem_I1.cs
Stelem_I2.cs
Stelem_I4.cs
Stelem_I8.cs
Stelem_R4.cs
Stelem_R8.cs
Stelem_Ref.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Stfld.cs More memory. 2016-09-05 01:01:54 -05:00
Stind_I.cs More memory work. 2016-09-11 07:53:45 -05:00
Stind_I1.cs
Stind_I2.cs
Stind_I4.cs More memory work. 2016-09-11 07:53:45 -05:00
Stind_I8.cs
Stind_R4.cs
Stind_R8.cs
Stind_Ref.cs More memory work. 2016-09-11 07:53:45 -05:00
Stloc.cs More memory work. 2016-09-11 07:53:45 -05:00
Stobj.cs
Stsfld.cs More memory. 2016-09-05 01:01:54 -05:00
Sub.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Sub_Ovf.cs
Sub_Ovf_Un.cs
Switch.cs
Throw.cs . 2016-06-23 11:04:34 -04:00
Unaligned.cs
Unbox.cs
Unbox_Any.cs
Volatile.cs
Xor.cs