Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ikvmc
AgeCommit message (Expand)Author
2011-02-17Interface methods must be public, so we ignore the @ikvm.lang.Internal annota...jfrijters
2011-01-13Treat unrecognized options as errors, instead of warnings.jfrijters
2010-11-29- Added ModuleBuilder.__Save() to support -target:module option better.jfrijters
2010-11-29Added -win32icon:<file> option to ikvmc.jfrijters
2010-11-20Added ldftn/ldvirtftn/and opcodes.jfrijters
2010-10-22Empty sig attribute on call should be interpreted as zero length argument list.jfrijters
2010-10-21Fixed class name resolution for xml remapping instructions.jfrijters
2010-10-14Added error handling for -remap file errors.jfrijters
2010-10-11Bug fix. Before saving any of the output assemblies, we should first finish a...jfrijters
2010-10-06Fix to make sure that ikvmc (and ikvmstub) can find assemblies that are part ...jfrijters
2010-10-06Moved core assembly detection to the right place, to avoid problems when a no...jfrijters
2010-10-05Don't depend on leave/endfinally instructions being inserted automatically by...jfrijters
2010-10-05Added endfinally opcode.jfrijters
2010-10-01- Removed unnecessary methods from CodeEmitter.jfrijters
2010-09-30Build intermediate store of MSIL code in CodeEmitter to allow post-processing...jfrijters
2010-09-29Wrapped LocalBuilder in new CodeEmitterLocal class to allow CodeEmitter to en...jfrijters
2010-09-20Renamed StaticCompiler.GetType() that is used exclusively by map.xml processi...jfrijters
2010-09-14Added extra indirection thru MethodWrapper for intrinsic method call emitting...jfrijters
2010-09-14Moved local variable analysis from verifier.cs to new file LocalVars.cs.jfrijters
2010-09-10Added explanatory message to Link Error is it is caused by a missing reference.jfrijters
2010-08-18Don't seal @Internal classes.jfrijters
2010-08-05Massive change to change resource handling. Java resources are now stored in ...jfrijters
2010-07-28Forgot to commit this change when the changes for the target specific warning...jfrijters
2010-07-16Added support for comment lines in ikvmc response files.jfrijters
2010-07-16Added -writeSuppressWarningsFile:<file> ikvmc option.jfrijters
2010-07-16Made most static compiler warnings local to the target that is being compiled...jfrijters
2010-07-16Added the ability to nest response files and added error handling to response...jfrijters
2010-06-10Add feature to expand environment variables in system properties specified wi...jfrijters
2010-06-09Report FileFormatLimitationExceededException as a simple compiler error, not ...jfrijters
2010-05-27Set type name as exception message.jfrijters
2010-05-21When we're compiling with the -sharedclassloader option we can't do the "effe...jfrijters
2010-05-20We don't need to use our own version of IsDefined to test for custom attribut...jfrijters
2010-05-20Removed JVM.GetType().jfrijters
2010-05-20Custom attribute types in map.xml should be resolved via the referenced assem...jfrijters
2010-05-20Fixed regression introduced when ikvm.runtime.Startup.setProperties() signatu...jfrijters
2010-05-18If the locations don't match, canonicalize them and compare them again to mak...jfrijters
2010-05-18Made all AssemblyResolver warnings into formal ikvmc warnings.jfrijters
2010-05-16Fix. Imported the wrong types.jfrijters
2010-05-16Changed StaticCompiler.GetType() to be multi-target aware. Instead of looking...jfrijters
2010-05-12- Removed use of Universe.LoadMscorlib().jfrijters
2010-05-12Moved resolver back to compiler from StaticCompiler, because messing with Sta...jfrijters
2010-05-12- Consolidated and improved error handling in LoadFile.jfrijters
2010-05-11Base assembly ref/def matching on Universe.CompareAssemblyIdentity().jfrijters
2010-05-11Added check to avoid loading assemblies that require a newer version of mscor...jfrijters
2010-05-11Don't ignore return code of AssemblyResolver.Init()jfrijters
2010-05-11Hookup AssemblyResolver's assembly version warning in ikvmc.jfrijters
2010-05-11Added strong named assembly version "policy" support. Reject lower versions, ...jfrijters
2010-05-11We shouldn't use StaticCompiler, but our own universe reference.jfrijters
2010-05-10Resolver should also resolve assemblies that have already been loaded.jfrijters
2010-05-10Recognize mscorlib by its name, not by having a System.Object type.jfrijters