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-08-08Support remap file <throws /> element for methods and constructors defined in...jfrijters
2011-07-30Added opcodes: or, xor, notjfrijters
2011-07-12Updated Windows globbing to be compatible with Java 7.jfrijters
2011-07-11Extended map file support for ldtoken opcode to support loading method and fi...jfrijters
2011-06-28Don't stop on the first error encountered. Keep going until 100 errors. Note ...jfrijters
2011-06-28Added ikvmc -warnaserror option (which turns all warnings into errors, as opp...jfrijters
2011-06-27Added support for declaring exceptions on shadow interface methods.jfrijters
2011-06-26Added ldarg_s opcode.jfrijters
2011-05-25Unified Method/Constructor/Clinit remapper types to allow method patching to ...jfrijters
2011-05-25Call constructor/method.Emit instead of body directly to allow prologue to be...jfrijters
2011-05-13- Updated AtomicInteger, AtomicIntegerArray, AtomicLonger, AtomicLongerArray ...jfrijters
2011-05-12Added method prologue support to remap file.jfrijters
2011-05-12Added experimental (and for the time being undocumented) support for having i...jfrijters
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