Cosmos/source/Cosmos.IL2CPU/IL
fanoI a277900369 - Fixed ldarga so it will work again with types > bytes
- Fixed typos on DoubleTest
- Restored GetNumberString() as it was on my commit of the end of August
2016-10-10 21:43:38 +02: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 . 2016-06-17 18:35:22 -04:00
Arglist.cs
Box.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Br.cs
Branch.cs Compiler changes for memory. 2016-09-03 00:40:33 -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 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 RAT progress 2016-08-26 07:02:18 -05: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 . 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 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 First stage of compiler refactorings 2016-06-14 15:26:39 -04:00
Endfilter.cs
Endfinally.cs
FieldInfo.cs Several compiler fixes. 2015-05-10 19:04:20 +02:00
Initblk.cs
Initobj.cs . 2016-06-17 18:35:22 -04:00
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 . 2016-06-16 19:04:26 -04:00
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 . 2016-06-16 16:54:53 -04:00
Ldind_I.cs Fixed delegates and moved some assemblers. 2016-09-28 23:24:04 -05: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 More memory. 2016-09-05 01:01:54 -05: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 More memory work. 2016-09-11 07:53:45 -05: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 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 . 2016-06-17 18:35:22 -04:00
Ldsfld.cs More memory. 2016-09-05 01:01:54 -05:00
Ldsflda.cs . 2016-06-16 16:54:53 -04:00
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 Add more NullReference checks in compiler. 2014-12-06 19:38:09 +01:00
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 Continuation of Float work 2016-08-22 16:31:22 +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 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 Fixed Newobj for string with length parameter. 2016-09-29 19:48:59 +01: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 Fix for remainder op. 2016-09-07 17:03:15 -05: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 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 . 2016-06-16 19:04:26 -04:00
Starg.cs Compiler changes for memory. 2016-09-03 00:40:33 -05: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 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 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 More memory work. 2016-09-11 07:53:45 -05: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 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 Ongoing changes for RAT. 2016-06-19 12:47:40 -04:00
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 . 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