Cosmos/source/Cosmos.IL2CPU/IL
2016-01-04 21:42:56 -06:00
..
Add.cs
Add_Ovf.cs
Add_Ovf_Un.cs
And.cs
Arglist.cs
Box.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Br.cs
Branch.cs
Break.cs
Brfalse.cs
Brtrue.cs
Call.cs Seems like compiler bug is fixed now. 2015-11-07 11:37:18 +01:00
Calli.cs
Callvirt.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Castclass.cs Ongoing fixes for file system work. 2015-10-02 17:59:06 +02:00
Ceq.cs
Cgt.cs
Cgt_Un.cs
Ckfinite.cs
Clt.cs
Clt_Un.cs
Constrained.cs
Conv_I.cs
Conv_I1.cs
Conv_I2.cs
Conv_I4.cs
Conv_I8.cs
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 Reorganized some plugs 2015-12-26 18:04:58 -06:00
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
Conv_R8.cs
Conv_R_Un.cs
Conv_U.cs
Conv_U1.cs
Conv_U2.cs
Conv_U4.cs
Conv_U8.cs
Cpblk.cs
Cpobj.cs
Div.cs
Div_Un.cs
Dup.cs
Endfilter.cs
Endfinally.cs
FieldInfo.cs
Initblk.cs
Initobj.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Isinst.cs Ongoing fixes for file system work. 2015-10-02 17:59:06 +02:00
Jmp.cs
Ldarg.cs Ldarg was printing its label twice. 2015-10-31 20:44:05 -05:00
Ldarga.cs
Ldc_I4.cs
Ldc_I8.cs
Ldc_R4.cs
Ldc_R8.cs
Ldelem.cs
Ldelem_I.cs
Ldelem_I1.cs
Ldelem_I2.cs
Ldelem_I4.cs
Ldelem_I8.cs
Ldelem_R4.cs
Ldelem_R8.cs
Ldelem_Ref.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Ldelem_U1.cs
Ldelem_U2.cs
Ldelem_U4.cs
Ldelema.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Ldfld.cs Progress. Most stuff seems to work now. 2015-08-01 13:48:25 -04:00
Ldflda.cs More progress 2015-08-01 09:04:35 -04:00
Ldftn.cs
Ldind_I.cs
Ldind_I1.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Ldind_I2.cs
Ldind_I4.cs
Ldind_I8.cs
Ldind_R4.cs
Ldind_R8.cs
Ldind_Ref.cs
Ldind_U1.cs
Ldind_U2.cs
Ldind_U4.cs
Ldlen.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Ldloc.cs
Ldloca.cs
Ldnull.cs
Ldobj.cs
Ldsfld.cs
Ldsflda.cs
Ldstr.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Ldtoken.cs
Ldvirtftn.cs
Leave.cs More progress 2015-08-05 14:58:57 -04:00
Localloc.cs
Mkrefany.cs
Mul.cs
Mul_Ovf.cs
Mul_Ovf_Un.cs
Neg.cs
Newarr.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Newobj.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Nop.cs
Not.cs
Or.cs
Pop.cs
Readonly.cs
Refanytype.cs
Refanyval.cs
Rem.cs
Rem_Un.cs
Ret.cs
Rethrow.cs
Shl.cs
Shr.cs
Shr_Un.cs
Sizeof.cs
Starg.cs
Stelem.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Stelem_I.cs
Stelem_I1.cs
Stelem_I2.cs
Stelem_I4.cs
Stelem_I8.cs
Stelem_R4.cs
Stelem_R8.cs
Stelem_Ref.cs Reorganized some plugs 2015-12-26 18:04:58 -06:00
Stfld.cs . 2015-07-29 18:58:42 -04:00
Stind_I.cs
Stind_I1.cs
Stind_I2.cs
Stind_I4.cs
Stind_I8.cs
Stind_R4.cs
Stind_R8.cs
Stind_Ref.cs
Stloc.cs
Stobj.cs
Stsfld.cs
Sub.cs
Sub_Ovf.cs
Sub_Ovf_Un.cs
Switch.cs
Throw.cs
Unaligned.cs
Unbox.cs Fixed unbox and unbox_any. Also added interfaces to the branch ops. Added checks in assembler for duplicate methods. Added a few more exception message resource strings. 2016-01-04 21:42:56 -06:00
Unbox_Any.cs Fixed unbox and unbox_any. Also added interfaces to the branch ops. Added checks in assembler for duplicate methods. Added a few more exception message resource strings. 2016-01-04 21:42:56 -06:00
Volatile.cs
Xor.cs