ikvm-fork/ikvmc
jfrijters eca42a62e8 Don't stop on the first error encountered. Keep going until 100 errors. Note that there still are a bunch of immediately fatal errors. 2011-06-28 06:17:40 +00:00
..
AotTypeWrapper.cs Call constructor/method.Emit instead of body directly to allow prologue to be inserted. 2011-05-25 09:22:23 +00:00
AssemblyInfo.cs - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
AssemblyResolver.cs Fix to make sure that ikvmc (and ikvmstub) can find assemblies that are part of a multi assembly (shared class loader) group (if the assembly is in the same directory as the main assembly of the group). 2010-10-06 07:39:59 +00:00
Compiler.cs Added ikvmc -warnaserror option (which turns all warnings into errors, as opposed to the already existing option -warnaserror: to turn specific warnings into errors). 2011-06-28 06:02:11 +00:00
CompilerClassLoader.cs Don't stop on the first error encountered. Keep going until 100 errors. Note that there still are a bunch of immediately fatal errors. 2011-06-28 06:17:40 +00:00
FakeTypes.cs Build intermediate store of MSIL code in CodeEmitter to allow post-processing optimization steps. 2010-09-30 04:03:32 +00:00
Proxy.cs Added experimental (and for the time being undocumented) support for having ikvmc pre-generate proxy classes. 2011-05-12 08:08:08 +00:00
ikvmc.build Added experimental (and for the time being undocumented) support for having ikvmc pre-generate proxy classes. 2011-05-12 08:08:08 +00:00
remapper.cs Added ldarg_s opcode. 2011-06-26 06:29:43 +00:00