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
AgeCommit message (Expand)Author
2013-01-31Removed unused (and bogus) parameter from TypeWrapper.EmitCheckcast() and Emi...jfrijters
2013-01-30Implemented package access checks (dynamic mode only).jfrijters
2012-12-30Bug fix. Private methods declared in map.xml should not be made virtual.jfrijters
2012-09-13Removed remaining ConstructorBuilder usages.jfrijters
2012-09-11Removed more ConstructorBuilder usage to fix regression (constructor custom a...jfrijters
2012-08-15Stop using ConstructorBuilder (always use MethodBuilder).jfrijters
2012-08-06- Marked MemberWrapper class abstract.jfrijters
2012-07-03- Made CodeEmitter more "type safe" by adding specific EmitXxx methods instea...jfrijters
2012-01-05Removed method name mangling and depend on custom modifiers instead.jfrijters
2011-12-12More TypeAsBuiler usage removed.jfrijters
2011-12-11Removed duplication of keeping track of AnnotationBuilder and moved enum nest...jfrijters
2011-12-07Introduced DefineMethodHelper class as an abstraction over method signatures ...jfrijters
2011-08-08Support remap file <throws /> element for methods and constructors defined in...jfrijters
2011-05-25Call constructor/method.Emit instead of body directly to allow prologue to be...jfrijters
2011-05-12Added method prologue support to remap file.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-05-20Custom attribute types in map.xml should be resolved via the referenced assem...jfrijters
2010-05-16Changed StaticCompiler.GetType() to be multi-target aware. Instead of looking...jfrijters
2010-02-19Fix for bug #2946842.jfrijters
2010-01-28Removed IKVM_REF_EMIT, as STATIC_COMPILER or STUB_GENERATOR now always implie...jfrijters
2010-01-28Moved non-throwing signature parsing from ClassFile.cs to ClassLoaderWrapper....jfrijters
2010-01-25Integrated new IKVM.Reflection implementation.jfrijters
2009-12-07Don't automatically hide "op_Implicit" methods. Instead mark the ones we auto...jfrijters
2009-12-01Mangle all artificial type names if they clash with Java type names in the sa...jfrijters
2009-10-23Fixed automagic serialization interop to work correctly in the face of a __Wo...jfrijters
2009-10-23Use cached methods instead of looking them up again.jfrijters
2009-10-16More type funneling.jfrijters
2009-10-14Replaced most type literals with static field access (in Types class) or warp...jfrijters
2009-08-31Removed EmitHelper class and moved its methods into CodeEmitter.jfrijters
2009-07-14- Turn pops in map.mxl into lazy pop to annihilate constants.jfrijters
2009-07-14Moved responsibility for creating java.lang.Class instances for "fast literal...jfrijters
2009-05-25Introduced virtual methods should have hidebysig and strict flags.jfrijters
2009-05-17- Changed name of workaround base class to make it easier to spot them.jfrijters
2009-05-12Added workaround for .NET C# compiler bug that prevents it from subclassing a...jfrijters
2009-05-12Refactored method call replacement to allow it to be used by others than xml ...jfrijters
2009-01-06Include helpful exception message in ClassCastException generated for ghost a...jfrijters
2008-11-14Integrated IKVM.Reflection.Emit in ikvmc.jfrijters
2008-11-14Added check for referencing non-existing constructor in map.xmljfrijters
2008-08-15Generified all collections.jfrijters
2008-08-15Removed unused per-type class caching.jfrijters
2008-08-14Eleminated some (CompilerClassLoader) downcasts by making the type of the Dyn...jfrijters
2008-08-14Replaced mapxml Hashtable with three statically typed Dictionaries.jfrijters
2008-08-14Moved generated exception mapping code from ExceptionHelper to Throwable and ...jfrijters
2008-08-14Replaced usage of BootstrapClassLoader with actual class loader in static com...jfrijters
2008-08-06- Added ghost array tagging to be able to report the instantiated class (inst...jfrijters
2008-06-24Fix for #2001799.jfrijters
2008-06-24Fix for #2001802 contributed by Andy Malakov.jfrijters