Cosmos/source/Cosmos.IL2CPU/IL
fanoI ad960c9a1a Continuation of Float work
- Fixed Single.ToString() on special cases (infinities, NaN and 0) and aumented the range of printable values
- Fixed Double.ToString(): it always printed "Double Overrange" for a bug in opcode ldarga
- Fixed opcode ldarga: the displacement of the argument variable was off of 4 bytes
- Fixed opcodes shr, shr_un and shl when the shift was more that 32 bytes, added to BCL relative tests
- Added BLC tests regarding BitConverter and unsafe code
- Moved the meat of the code of Single.ToString() and Double.ToString() to the class StringHelper together with the analogous methods for numer types
- Re-added _floatsignbit to CosmosAssembler.cs so the neg test should not fail anymore
- Removed all code relative to x87 that I had left under #if false
- Clean up
2016-08-22 16:31:22 +02:00
..
Add.cs Continuation of Float work 2016-08-22 16:31:22 +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 . 2016-06-17 18:35:22 -04:00
Br.cs
Branch.cs . 2016-06-17 18:35:22 -04: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 . 2016-06-17 18:35:22 -04:00
Calli.cs
Callvirt.cs . 2016-06-17 18:35:22 -04:00
Castclass.cs Some basic improvements. 2016-06-23 16:36:08 -04:00
Ceq.cs Continuation of Float work 2016-08-22 16:31:22 +02: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 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 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
Initblk.cs
Initobj.cs . 2016-06-17 18:35:22 -04:00
Isinst.cs . 2016-06-17 18:35:22 -04:00
Jmp.cs
Ldarg.cs . 2016-06-17 18:35:22 -04:00
Ldarga.cs Continuation of Float work 2016-08-22 16:31:22 +02: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 . 2016-06-17 18:35:22 -04:00
Ldelem_U1.cs
Ldelem_U2.cs
Ldelem_U4.cs
Ldelema.cs . 2016-06-17 18:35:22 -04:00
Ldfld.cs . 2016-06-17 18:35:22 -04:00
Ldflda.cs . 2016-06-17 18:35:22 -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-17 18:35:22 -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-17 18:35:22 -04:00
Ldloc.cs . 2016-06-17 18:35:22 -04:00
Ldloca.cs . 2016-06-17 18:35:22 -04:00
Ldnull.cs . 2016-06-16 19:04:26 -04:00
Ldobj.cs . 2016-06-17 18:35:22 -04:00
Ldsfld.cs . 2016-06-17 18:35:22 -04:00
Ldsflda.cs . 2016-06-16 16:54:53 -04:00
Ldstr.cs . 2016-06-17 18:35:22 -04:00
Ldtoken.cs . 2016-06-16 19:04:26 -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 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 Continuation of Float work 2016-08-22 16:31:22 +02:00
Newarr.cs . 2016-06-17 18:35:22 -04:00
Newobj.cs . 2016-06-17 18:35:22 -04: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 Continuation of Float work 2016-08-22 16:31:22 +02:00
Shr.cs Continuation of Float work 2016-08-22 16:31:22 +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 . 2016-06-17 18:35:22 -04:00
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 . 2016-06-17 18:35:22 -04:00
Stfld.cs . 2016-06-17 18:35:22 -04:00
Stind_I.cs . 2016-06-17 18:35:22 -04:00
Stind_I1.cs
Stind_I2.cs
Stind_I4.cs
Stind_I8.cs
Stind_R4.cs
Stind_R8.cs
Stind_Ref.cs
Stloc.cs . 2016-06-17 18:35:22 -04:00
Stobj.cs . 2016-06-17 18:35:22 -04:00
Stsfld.cs . 2016-06-17 18:35:22 -04: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-17 18:35:22 -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