Cosmos/source/Cosmos.IL2CPU/IL
charles.betros@hcss.com d46bf5dd09 File system work.
2015-11-16 09:15:38 -06:00
..
Add.cs
Add_Ovf.cs
Add_Ovf_Un.cs
And.cs
Arglist.cs
Box.cs File system work. 2015-11-16 09:15:38 -06:00
Br.cs
Branch.cs Implement simple branching for 8-byte operands. 2015-07-22 21:39:18 -04:00
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 File system work. 2015-11-16 09:15:38 -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 networking code builds now. 2014-12-06 14:27:02 +01:00
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
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 Fix int64 divide. 2015-06-07 12:37:02 +02:00
Div_Un.cs
Dup.cs
Endfilter.cs
Endfinally.cs
FieldInfo.cs Several compiler fixes. 2015-05-10 19:04:20 +02:00
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 More fixes to stack reservation. We were assuming that there was space reserved for return value, while it shouldn't in all cases. 2015-07-04 12:46:28 +02:00
Ldc_I4.cs
Ldc_I8.cs
Ldc_R4.cs
Ldc_R8.cs
Ldelem.cs Keyboard works. Next is enabling code that should be enabled, and removing debug code. 2015-06-17 20:09:37 +02:00
Ldelem_I.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_I1.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_I2.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_I4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_I8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_R4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_R8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_Ref.cs File system work. 2015-11-16 09:15:38 -06:00
Ldelem_U1.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_U2.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelem_U4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldelema.cs File system work. 2015-11-16 09:15:38 -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 Performance improvements. 2014-12-20 17:36:45 +01:00
Ldind_I.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_I1.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Ldind_I2.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_I4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_I8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_R4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_R8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_Ref.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_U1.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_U2.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldind_U4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Ldlen.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Ldloc.cs
Ldloca.cs
Ldnull.cs
Ldobj.cs Keyboard works. Next is enabling code that should be enabled, and removing debug code. 2015-06-17 20:09:37 +02:00
Ldsfld.cs Refactorings related to compiler. 2015-01-02 13:56:52 +01:00
Ldsflda.cs some fixes related to static fields and structs. 2014-12-22 11:11:47 +01:00
Ldstr.cs File system work. 2015-11-16 09:15:38 -06:00
Ldtoken.cs Performance improvements. 2014-12-20 17:36:45 +01:00
Ldvirtftn.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
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 File system work. 2015-11-16 09:15:38 -06:00
Newobj.cs File system work. 2015-11-16 09:15:38 -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 Refactorings related to compiler. 2015-01-02 13:56:52 +01:00
Stelem.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
Stelem_I.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_I1.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_I2.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_I4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_I8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_R4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_R8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stelem_Ref.cs File system work. 2015-11-16 09:15:38 -06:00
Stfld.cs . 2015-07-29 18:58:42 -04:00
Stind_I.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_I1.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_I2.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_I4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_I8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_R4.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_R8.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stind_Ref.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stloc.cs
Stobj.cs Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
Stsfld.cs Refactorings related to compiler. 2015-01-02 13:56:52 +01:00
Sub.cs
Sub_Ovf.cs
Sub_Ovf_Un.cs
Switch.cs
Throw.cs Re-enable the ExceptionOccurred label. 2015-05-10 15:31:31 +02:00
Unaligned.cs
Unbox.cs File system work. 2015-11-16 09:15:38 -06:00
Unbox_Any.cs File system work. 2015-11-16 09:15:38 -06:00
Volatile.cs
Xor.cs