Cosmos/source2/IL2CPU/Cosmos.IL2CPU
kudzu_cp 440b8ff60f
2012-08-07 02:48:32 +00:00
..
CustomImplementation handle InlineAttribute in more places -> reduces asm size 2012-02-08 19:25:28 +00:00
ILOpCodes renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
x86 2012-08-07 02:48:32 +00:00
App.config 2012-08-02 06:33:12 +00:00
AppAssembler.cs 2012-08-07 02:48:32 +00:00
Cosmos.IL2CPU.csproj 2012-08-06 22:09:30 +00:00
Cosmos.IL2CPU.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
ElfHash.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
ExceptionHelper.cs add add_ovf, add_ovf_un, overflow throws an exception which currently is not working, but message on console is working 2011-06-25 20:58:56 +00:00
Extensions.cs Namespace change 2012-01-23 15:17:54 +00:00
GCImplementation.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
GCImplementationRefs.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Heap.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
ILOp.cs 2012-08-07 02:48:32 +00:00
ILOpCode.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
ILReader.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
ILScanner.cs 2012-08-07 02:48:32 +00:00
MethodBaseComparer.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
MethodInfo.cs Added a new Attribute called DebugStub. Has a property Off which when set to true specifies that no debugstub calls should be inserted for code in this function. NOT FOR GENERAL USE!! CAUTION: No debugging what so ever is possible on a function with this attribute applied. Useful for large loops of tested code where speed is of the essence 2012-02-03 17:32:53 +00:00
ObjectUtilities.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
OpCodeAttribute.cs More from Gendarme. Cosmos.VS.Package's AssemblyVersion attribute didn't match it's AssemblyFileVersion, they now match. Sealed a few non-inherited attributes. Also made private field actually used as was intended. 2011-10-23 00:15:19 +00:00
OurHashSet.cs OurHashSet, shows better 2010-09-07 20:11:56 +00:00
packages.config 2012-08-02 06:33:12 +00:00
PlugInfo.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
ReadMe.txt renaming all, except vspackage 2010-09-04 19:07:11 +00:00
ReflectionUtilities.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
RuntimeEngineImpl.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
RuntimeEngineRefs.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00
SkipList.cs Made a few improvements to the speed of the ILScanner, including caching the resolved plugs. 2011-09-03 21:05:46 +00:00
VTablesImpl.cs remove TypeInitialized 2012-03-11 19:34:16 +00:00
VTablesImplRefs.cs renaming all, except vspackage 2010-09-04 19:07:11 +00:00

Base class for IL implementations.