Cosmos/source/Cosmos.IL2CPU
2016-08-10 13:15:12 -04:00
..
IL Some basic improvements. 2016-06-23 16:36:08 -04:00
ILOpCodes Fixed (short-short) op bug 2016-08-10 13:15:12 -04:00
Plugs Generic plugs work now. 2016-06-25 10:52:50 -04:00
Properties
.editorconfig Reformat code, and add settings to editorconfig file. 2015-11-07 10:16:09 +01:00
App.config Updating solution config. 2016-03-13 12:27:58 -05:00
AppAssembler.cs Now plugs which aren't being used aren't being compiled anymore. 2016-06-24 15:26:31 -04:00
AppAssemblerRingsCheck.cs
CompilerEngine.cs Make plugmanager not throw exceptions when plug targets are not found. 2016-06-25 12:16:51 -04:00
CompilerExtensionAttribute.cs
CompilerExtensionBase.cs
CompilerHelpers.cs Closes #11 2015-12-31 15:25:10 -06:00
Cosmos.IL2CPU.csproj Geting closer on zork. 2016-06-23 18:12:28 -04:00
Cosmos.snk
CosmosAssembler.cs . 2016-06-17 18:35:22 -04:00
ElfHash.cs
ExceptionHelper.cs
Extensions.cs
GCImplementation.cs Mark heap implementation with PlugRequired 2016-06-09 10:08:25 -04:00
GCImplementationRefs.cs
Heap.cs Plug attribute (#196) 2016-05-25 09:17:06 -05:00
ILOp.cs . 2016-06-17 18:35:22 -04: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 Make plugmanager not throw exceptions when plug targets are not found. 2016-06-25 12:16:51 -04:00
MethodBaseComparer.cs
MethodInfo.cs
ObjectUtilities.cs
OpCodeAttribute.cs
Optimizer.cs Fixed up project and solution configurations and remove jetbrains annotations. 2016-03-06 17:33:21 -06:00
OurHashSet.cs
PlugInfo.cs
PlugManager.cs Make plugmanager not throw exceptions when plug targets are not found. 2016-06-25 12:16:51 -04:00
ReadMe.txt
ReflectionUtilities.cs
RuntimeEngineImpl.cs
RuntimeEngineRefs.cs
SkipList.cs
VTablesImpl.cs
VTablesImpl.Debug.cs Fixed unbox and unbox_any. Also added interfaces to the branch ops. Added checks in assembler for duplicate methods. Added a few more exception message resource strings. 2016-01-04 21:42:56 -06:00
VTablesImplRefs.cs

Base class for IL implementations.