Cosmos/source/Cosmos.IL2CPU
José Pedro a860b2373a Fixed Newobj for string with length parameter.
Minor changes in debugging and FAT test messages.
Removed useless "if" in FAT, previously added by me.
2016-09-29 19:48:59 +01:00
..
IL Fixed Newobj for string with length parameter. 2016-09-29 19:48:59 +01:00
ILOpCodes Compiler changes for memory. 2016-09-03 00:40:33 -05:00
Plugs Fixed delegates and moved some assemblers. 2016-09-28 23:24:04 -05:00
Properties rings are not fully enforced. this means that only core ring (0) can contain assembler plugs. 2014-12-05 20:40:26 +01:00
.editorconfig Progress on heap. 2016-06-20 13:10:34 -04:00
App.config Updating solution config. 2016-03-13 12:27:58 -05:00
AppAssembler.cs Working on delegates. 2016-09-26 06:55:37 -05:00
AppAssemblerRingsCheck.cs Working on delegates. 2016-09-26 06:55:37 -05:00
CompilerEngine.cs Merge missing stuff from plug manager. 2016-06-28 23:32:53 -05:00
CompilerExtensionAttribute.cs Ongoing work for enabling compiler extensions. 2015-01-03 09:30:10 +01:00
CompilerExtensionBase.cs Ongoing work for enabling compiler extensions. 2015-01-03 09:30:10 +01:00
CompilerHelpers.cs Closes #11 2015-12-31 15:25:10 -06:00
Cosmos.IL2CPU.csproj Fixed delegates and moved some assemblers. 2016-09-28 23:24:04 -05:00
Cosmos.snk Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
CosmosAssembler.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
ElfHash.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
ExceptionHelper.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
Extensions.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
GCImplementation.cs Mark heap implementation with PlugRequired 2016-06-09 10:08:25 -04:00
GCImplementationRefs.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
Heap.cs Plug attribute (#196) 2016-05-25 09:17:06 -05:00
ILOp.cs Fix more tests 2016-09-06 14:34:19 -05:00
ILOpCode.cs Handle stelem for unsigned types. 2015-11-24 11:38:57 -06:00
ILReader.cs Plugged a bunch of classes and implemented a few ilops. Removed most of Path plugs. 2016-02-14 13:07:26 -06:00
ILScanner.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
MethodBaseComparer.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
MethodInfo.cs Ongoing fixes. 2016-06-22 15:55:32 -04:00
ObjectUtilities.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
OpCodeAttribute.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
Optimizer.cs Fixed up project and solution configurations and remove jetbrains annotations. 2016-03-06 17:33:21 -06:00
OurHashSet.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
PlugInfo.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
PlugManager.cs Merge missing stuff from plug manager. 2016-06-28 23:32:53 -05:00
ReadMe.txt Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
ReflectionUtilities.cs More progress 2015-08-01 09:04:35 -04:00
RuntimeEngineImpl.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
RuntimeEngineRefs.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
SkipList.cs Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
VTablesImpl.cs Compiler changes for memory. 2016-09-03 00:40:33 -05:00
VTablesImpl.Debug.cs More progress. 2016-06-22 11:27:21 -04:00
VTablesImplRefs.cs Ongoing work. 2015-07-31 08:34:28 -04:00

Base class for IL implementations.