Cosmos/source/Cosmos.IL2CPU/IL
Charles Betros 85103e9d9b RAT progress
2016-08-26 07:02:18 -05:00
..
Add.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02: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 . 2016-06-17 18:35:22 -04:00
Arglist.cs
Box.cs More progress. 2016-06-22 11:27:21 -04:00
Br.cs
Branch.cs RAT progress 2016-08-26 07:02:18 -05:00
Break.cs
Brfalse.cs . 2016-06-16 13:06:44 -04:00
Brtrue.cs . 2016-06-16 12:33:07 -04:00
Call.cs Merge some compiler changes from master. 2016-06-29 23:18:04 -05:00
Calli.cs
Callvirt.cs Ongoing progress integrating new memory model. 2016-06-25 15:30:58 -04:00
Castclass.cs RAT progress 2016-08-26 07:02:18 -05:00
Ceq.cs RAT progress 2016-08-26 07:02:18 -05:00
Cgt.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Cgt_Un.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Ckfinite.cs
Clt.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Clt_Un.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Constrained.cs Got constrained callvirt working. 2016-03-05 23:56:27 -06:00
Conv_I.cs . 2016-06-16 14:33:38 -04:00
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 . 2016-06-17 18:35:22 -04:00
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 . 2016-06-17 18:35:22 -04:00
Conv_Ovf_I8_Un.cs
Conv_Ovf_I_Un.cs . 2016-06-17 18:35:22 -04: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 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 . 2016-06-16 14:33:38 -04:00
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 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Div_Un.cs - Implemented Neg Opcode for floating point 2016-07-17 17:05:00 +02:00
Dup.cs First stage of compiler refactorings 2016-06-14 15:26:39 -04:00
Endfilter.cs
Endfinally.cs
FieldInfo.cs
Initblk.cs
Initobj.cs . 2016-06-17 18:35:22 -04:00
Isinst.cs RAT progress 2016-08-26 07:02:18 -05:00
Jmp.cs
Ldarg.cs RAT progress 2016-08-26 07:02:18 -05:00
Ldarga.cs . 2016-06-17 18:35:22 -04:00
Ldc_I4.cs . 2016-06-16 19:04:26 -04:00
Ldc_I8.cs
Ldc_R4.cs
Ldc_R8.cs
Ldelem.cs Fixed keyboard interrupt, generics, and double. 2016-04-14 13:26:54 -05:00
Ldelem_I.cs
Ldelem_I1.cs
Ldelem_I2.cs
Ldelem_I4.cs
Ldelem_I8.cs
Ldelem_R4.cs
Ldelem_R8.cs
Ldelem_Ref.cs Ongoing progress integrating new memory model. 2016-06-25 15:30:58 -04:00
Ldelem_U1.cs
Ldelem_U2.cs
Ldelem_U4.cs
Ldelema.cs Fixed some issues with ldelema and stfld. 2016-06-21 10:42:02 -05:00
Ldfld.cs Ongoing changes for memory. 2016-06-20 19:44:16 -04:00
Ldflda.cs Even more ongoing progress. 2016-06-21 20:34:27 -04:00
Ldftn.cs . 2016-06-16 16:54:53 -04:00
Ldind_I.cs . 2016-06-17 18:35:22 -04:00
Ldind_I1.cs . 2016-06-17 18:35:22 -04:00
Ldind_I2.cs . 2016-06-17 18:35:22 -04:00
Ldind_I4.cs . 2016-06-17 18:35:22 -04:00
Ldind_I8.cs . 2016-06-17 18:35:22 -04:00
Ldind_R4.cs . 2016-06-17 18:35:22 -04:00
Ldind_R8.cs . 2016-06-17 18:35:22 -04:00
Ldind_Ref.cs . 2016-06-23 11:04:34 -04:00
Ldind_U1.cs . 2016-06-17 18:35:22 -04:00
Ldind_U2.cs . 2016-06-17 18:35:22 -04:00
Ldind_U4.cs . 2016-06-17 18:35:22 -04:00
Ldlen.cs . 2016-06-23 11:04:34 -04:00
Ldloc.cs . 2016-06-17 18:35:22 -04:00
Ldloca.cs . 2016-06-17 18:35:22 -04:00
Ldnull.cs Ongoing changes for memory. 2016-06-20 19:44:16 -04:00
Ldobj.cs . 2016-06-17 18:35:22 -04:00
Ldsfld.cs RAT progress 2016-08-26 07:02:18 -05:00
Ldsflda.cs . 2016-06-16 16:54:53 -04:00
Ldstr.cs . 2016-06-20 16:11:16 -04:00
Ldtoken.cs Ongoing progress integrating new memory model. 2016-06-25 15:30:58 -04:00
Ldvirtftn.cs
Leave.cs . 2016-06-16 13:06:44 -04:00
Localloc.cs Plugged a bunch of classes and implemented a few ilops. Removed most of Path plugs. 2016-02-14 13:07:26 -06:00
Mkrefany.cs
Mul.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
Mul_Ovf.cs . 2016-06-17 18:35:22 -04:00
Mul_Ovf_Un.cs . 2016-06-17 18:35:22 -04:00
Neg.cs Source lose some changes... forced them! 2016-07-31 19:55:12 +02:00
Newarr.cs RAT progress 2016-08-26 07:02:18 -05:00
Newobj.cs RAT progress 2016-08-26 07:02:18 -05:00
Nop.cs . 2016-06-16 17:24:46 -04:00
Not.cs . 2016-06-17 18:35:22 -04:00
Or.cs . 2016-06-17 18:35:22 -04:00
Pop.cs . 2016-06-17 18:35:22 -04:00
Readonly.cs
Refanytype.cs
Refanyval.cs
Rem.cs . 2016-06-17 18:35:22 -04:00
Rem_Un.cs . 2016-06-17 18:35:22 -04:00
Ret.cs . 2016-06-16 13:06:44 -04:00
Rethrow.cs
Shl.cs . 2016-06-17 18:35:22 -04:00
Shr.cs - Bugfix Shr_un does not really did a shift right unsigned 2016-08-18 20:10:10 +02:00
Shr_Un.cs - Bugfix Shr_un does not really did a shift right unsigned 2016-08-18 20:10:10 +02:00
Sizeof.cs . 2016-06-16 19:04:26 -04:00
Starg.cs . 2016-06-17 18:35:22 -04: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 Even more ongoing progress. 2016-06-21 20:34:27 -04:00
Stfld.cs Ongoing memory work. 2016-06-21 17:16:44 -04:00
Stind_I.cs Ongoing changes for RAT. 2016-06-19 12:47:40 -04:00
Stind_I1.cs
Stind_I2.cs
Stind_I4.cs
Stind_I8.cs
Stind_R4.cs
Stind_R8.cs
Stind_Ref.cs More progress. 2016-06-22 11:27:21 -04:00
Stloc.cs . 2016-06-17 18:35:22 -04:00
Stobj.cs Ongoing changes for RAT. 2016-06-19 12:47:40 -04:00
Stsfld.cs More ongoing progress. 2016-06-21 20:00:33 -04:00
Sub.cs - Implemented Neg Opcode for floating point 2016-07-17 17:05:00 +02:00
Sub_Ovf.cs
Sub_Ovf_Un.cs
Switch.cs . 2016-06-17 18:35:22 -04:00
Throw.cs . 2016-06-23 11:04:34 -04:00
Unaligned.cs
Unbox.cs . 2016-06-17 18:35:22 -04:00
Unbox_Any.cs . 2016-06-17 18:35:22 -04:00
Volatile.cs
Xor.cs . 2016-06-17 18:35:22 -04:00