Cosmos/source/Cosmos.IL2CPU/IL
José Pedro eff94b0f11 Improved code organization.
Added method tests.
Implemented Rethrow opcode.
2017-01-27 17:01:51 +00:00
..
Add.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Add_Ovf.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Add_Ovf_Un.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
And.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
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 Improved code organization. 2017-01-27 17:01:51 +00:00
Calli.cs
Callvirt.cs More memory work. 2016-09-11 07:53:45 -05:00
Castclass.cs Improved code organization. 2017-01-27 17:01:51 +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 Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_I2.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_I4.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_I8.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_Ovf_I.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
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 Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_Ovf_I8_Un.cs
Conv_Ovf_I_Un.cs Improved code organization. 2017-01-27 17:01:51 +00:00
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 Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_R8.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_R_Un.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_U.cs
Conv_U1.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_U2.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_U4.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Conv_U8.cs Improved code organization. 2017-01-27 17:01:51 +00: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 StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Endfilter.cs
Endfinally.cs Fixed try..finally blocks. 2016-11-12 18:32:13 +00:00
FieldInfo.cs
Initblk.cs
Initobj.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Isinst.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Jmp.cs
Ldarg.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldarga.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Ldc_I4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldc_I8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldc_R4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldc_R8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_I.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_I1.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_I2.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_I4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_I8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00: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 Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_U1.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_U2.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelem_U4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldelema.cs
Ldfld.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldflda.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Ldftn.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Ldind_I.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Ldind_I1.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_I2.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_I4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_I8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_R4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_R8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_Ref.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldind_U1.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_U2.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldind_U4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldlen.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Ldloc.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldloca.cs More memory work. 2016-09-11 07:53:45 -05:00
Ldnull.cs
Ldobj.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldsfld.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Ldsflda.cs
Ldstr.cs working on statics. 2016-09-04 09:57:47 -05:00
Ldtoken.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Ldvirtftn.cs
Leave.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Localloc.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Mkrefany.cs
Mul.cs Continuation of Float work 2016-08-22 16:31:22 +02:00
Mul_Ovf.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Mul_Ovf_Un.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Neg.cs Improved code organization. 2017-01-27 17:01:51 +00: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 Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Or.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Pop.cs Improved code organization. 2017-01-27 17:01:51 +00:00
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 Improved code organization. 2017-01-27 17:01:51 +00:00
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 Improved code organization. 2017-01-27 17:01:51 +00:00
Starg.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_I.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_I1.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_I2.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_I4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_I8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_R4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_R8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stelem_Ref.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stfld.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Stind_I.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stind_I1.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stind_I2.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stind_I4.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stind_I8.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stind_R4.cs
Stind_R8.cs
Stind_Ref.cs More memory work. 2016-09-11 07:53:45 -05:00
Stloc.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00
Stobj.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Stsfld.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Sub.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Sub_Ovf.cs
Sub_Ovf_Un.cs
Switch.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Throw.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Unaligned.cs
Unbox.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Unbox_Any.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Volatile.cs Improved code organization. 2017-01-27 17:01:51 +00:00
Xor.cs Fixed StringHelper.GetNumberString(). 2017-01-24 20:54:07 +00:00