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-23Fixed regression introduced with pairwise convert optimization. MethodHandle ...jfrijters
2015-06-20Improve MetrhodHandle.asType() performance by directly creating a single Lamb...jfrijters
2015-06-09Integrated OpenJDK 8u45.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-03-19Bug fix. Disallow invokevirtual MH constant to resolve to interface method an...jfrijters
2015-03-13Bug fix. MethodHandle interface method lookup should support methods inherite...jfrijters
2015-03-13Use static cache of Object and Exception type wrappers.jfrijters
2015-03-12Changed dynamic CallerID implementation to use only immutable CallerID object...jfrijters
2015-03-06Bug fix. Allow MethodHandle for cli.System.Object methods to work on (Java co...jfrijters
2013-10-20Fixed method handle custom invoke to downcast the return type. Without the ca...jfrijters
2013-02-24Bug fix. MethodHandle to Object.clone/finalize should be special cased.jfrijters
2013-02-24Bug fix. MethodHandle should be able to call dynamic only methods.jfrijters
2013-01-31Removed unused (and bogus) parameter from TypeWrapper.EmitCheckcast() and Emi...jfrijters
2012-10-19Bug fix. Don't try to inject DynamicMethod in array types (applies to array.c...jfrijters
2012-08-06- Marked MemberWrapper class abstract.jfrijters
2012-07-03- Made CodeEmitter more "type safe" by adding specific EmitXxx methods instea...jfrijters
2011-09-29Inject the DynamicMethod that we create for DirectMethodHandles into the meth...jfrijters
2011-08-26Bug fix. Types need to be finished before they can be used in a DynamicMethod.jfrijters
2011-08-16Added .NET 4.0 security attributes.jfrijters
2011-08-15Implemented invokedynamic instruction.jfrijters
2011-08-10Trivial bug fix.jfrijters
2011-08-09Removed unused code.jfrijters
2011-08-09Moved BoundMethodHandle and DirectMethodHandle initialization into the respec...jfrijters
2011-08-09Fixed most of the remaining issues.jfrijters
2011-08-09Added support for DirectMethodHandle to ghost and value types.jfrijters
2011-08-09Fixed unboxing level.jfrijters
2011-08-09Added Value Type support to EmitConvert.jfrijters
2011-08-09Removed bogus code.jfrijters
2011-08-09Moved boxing/unboxing (and subsequent conversion) into BoxUtil.jfrijters
2011-08-09Changed EmitConvert to work mostly TypeWrapper based.jfrijters
2011-08-09Refactored DynamicMethodBuilder constructors.jfrijters
2011-08-08Added varargs support for MethodHandle.invoke() (when invoked from another .N...jfrijters
2011-08-08Allow MethodHandle.invoke[Exact] to be called from other .NET languages.jfrijters
2011-08-08Implemented full arity support for MethodHandle.jfrijters
2011-08-06Fixed MethodHandle.invoke() caching. We were caching the instance, instead of...jfrijters
2011-08-06Implemented a large chunk of MethodHandle support.jfrijters
2011-07-29Fix for b147.jfrijters
2011-07-26Merge in java.lang.invoke package and the beginnings of MethodHandle support.jfrijters