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
2015-06-24Optimized LambdaForm compiler.jfrijters
2015-06-23Added Type.__GetGenericParameterConstraintCustomModifiers() API.jfrijters
2015-06-23Fixed regression introduced with pairwise convert optimization. MethodHandle ...jfrijters
2015-06-22Made TypeWrapper.[Interfaces|InnerClasses|DeclaringTypeWrapper|Finish] non-ab...jfrijters
2015-06-22Fixed regression introduced in previous change. Untangled TypeWrapper finishi...jfrijters
2015-06-21Make non-public final methods defined in map.xml that don't override anything...jfrijters
2015-06-20Improve MetrhodHandle.asType() performance by directly creating a single Lamb...jfrijters
2015-06-20Removed unnecessary finishing of base TypeWrapper and interfaces from Compile...jfrijters
2015-06-20Performance fix. Use a sentinel value instead of null for the unknown baseTyp...jfrijters
2015-06-19Dump more info for locals.jfrijters
2015-06-09Integrated OpenJDK 8u45.jfrijters
2015-06-01Fixed typo. Fix by Daniel Zatonyi <dzatonyi@chemaxon.com>.jfrijters
2015-05-31Added MethodWrapper.IsFinalizeOrClone property to centralize the logic to det...jfrijters
2015-05-31Better fix for clone/finalize invocation via MethodHandle.jfrijters
2015-05-31Partial fix for Object.clone/finalize invocation via MethodHandle. Open issues:jfrijters
2015-05-31Replaced (broken) TypedReference based field CompareExchange with DynamicMeth...jfrijters
2015-05-31Added Unsafe.staticFieldOffset() and Unsafe.staticFieldBase() methods.jfrijters
2015-05-29Bug fix. ReferenceQueue should not keep registered (but not yet enqueued) Ref...jfrijters
2015-05-06Fixed drag-n-drop coordinates. Patch by Daniel Zatonyi <dzatonyi@chemaxon.com>.jfrijters
2015-04-21Use sigElementType for MarkerType.jfrijters
2015-04-21Use sigElementType to implement IsGenericParameter.jfrijters
2015-04-21Use sigElementType to implement __IsFunctionPointer.jfrijters
2015-04-21Optimized Array, ByRef and Pointer types by storing the signature element type.jfrijters
2015-04-21Optimized built-in type handling a bit.jfrijters
2015-04-21Added new public APIs to help deal with built-in types even when they are not...jfrijters
2015-04-19Fixed build to allow nasgen to work with 1.8.0_40.jfrijters
2015-04-16Handle more text sources for clipboard copy by using an appropriate Reader fo...jfrijters
2015-04-16Added support for "high contrast" desktop property. Inspired by patch from Da...jfrijters
2015-04-07Added Module.__TryGetImplMap() public API to get ImplMap by token.jfrijters
2015-04-06Fixed known custom attribute handling. They should be recognized by type name...jfrijters
2015-04-06Added internal Type.TypeName virtual property to retrieve type name with a si...jfrijters
2015-04-06Renamed TypeNameSpace to TypeNamespace for consistency.jfrijters
2015-03-31Bug fix. Don't enforce canonical UTF8 encoding for class file versions <= 47.jfrijters
2015-03-24Updated version to 8.1.jfrijters
2015-03-24Removed sig decoding methods with implicit LoadMode.jfrijters
2015-03-24Added environment switch IKVM_DISABLE_EAGER_CLASS_LOADING to enable testing l...jfrijters
2015-03-24Avoid infinite recursion if (broken) class loader triggers a load of a class ...jfrijters
2015-03-24Minor class loading refactoring.jfrijters
2015-03-22CreateArrayType should be a static method.jfrijters
2015-03-22Bug fix. Dynamica caller id should return host class for anonymous classes in...jfrijters
2015-03-22Added a hack to the deprecated Reflection.getCallerClass(int) version to skip...jfrijters
2015-03-21Bug fix. Handle ghost and value types in override stub signatures.jfrijters
2015-03-21Bug fix. Handle invocation of method on unloadable value type.jfrijters
2015-03-20Bug fix. Handle unloadable type in MH.invoke() signature.jfrijters
2015-03-19Bug fix. Disallow invokevirtual MH constant to resolve to interface method an...jfrijters
2015-03-19Bug fix. Make sure inner classes are loadable.jfrijters
2015-03-19Bug fix. Try loading unloadable declared classes instead of simply throwing a...jfrijters
2015-03-19Bug fix. Make sure declaring class is loadable.jfrijters
2015-03-19Bug fix. Verifier would incorrectly report a loader constraints violated if a...jfrijters
2015-03-19Bug fix. Handle unloadable type in BSM extra arguments.jfrijters