Cosmos/source2/IL2CPU/Cosmos.IL2CPU.X86
blah38621_cp 1b922726f0 The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.)
This one makes sure that constructors for abstract classes are protected, not public, as the constructor can only be called by child classes.
2011-10-22 23:19:51 +00:00
..
IL Fixed an issue in Dup which would have caused issues if we modified the object itself. Also made Ldsfld push the type of the field rather than null. 2011-10-22 22:49:36 +00:00
Plugs move sqrt from core to il2cpu.x86 2011-09-03 12:02:07 +00:00
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
AppAssembler.cs The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.) 2011-10-22 23:19:51 +00:00
AppAssemblerNasm.cs 2011-07-18 16:03:50 +00:00
AssemblerNasm.cs Removed subdir from Cosmos.Debug.Common 2010-09-06 02:10:35 +00:00
Cosmos.IL2CPU.X86.csproj Implemented one of the things in the System.Number plug, which allows sbyte's to be converted to a string now. Also made a few changes to my optimizer, but still have it disabled, as it refuses to go past the bootloader with it enabled. 2011-09-13 23:42:07 +00:00
Cosmos.IL2CPU.X86.csproj.vspscc renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Cosmos.snk renaming all, except vspackage 2010-09-04 19:07:11 +00:00
CosmosAssembler.cs 2011-09-05 02:22:17 +00:00
ILOp.cs add sign check for choose right asm instruction in LdLoc 2011-09-14 21:10:56 +00:00
Optimizer.cs Got my optimizer working. It's currently only enabled if you have the debug level set to none. Also added a plug for System.Random that doesn't depend on the current tick count. 2011-09-17 17:37:36 +00:00