Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Java 5 compatibility.R3_8_0R3_8_maintenancedwagelaar1-3/+3
2017-04-27488223: EMFTVMUtil#getMethodSignature() causes method lookup collisions Dennis Wagelaar2-180/+270
2017-03-16488223: EMFTVMUtil#getMethodSignature() causes method lookup collisions Dennis Wagelaar1-7/+11
2017-01-18Fix includingRange() for Long.dwagelaar3-6/+6
2016-11-23Make LazyList implement EList.dwagelaar1-2/+25
2016-08-19496434: Assigning a collection of collections to a many-valued propertyDennis Wagelaar1-3/+26
2016-08-19499982: Evaluating VMException.toString() may throw new VMException Dennis Wagelaar1-2/+10
2016-02-22488223: EMFTVMUtil#getMethodSignature() causes method lookup collisions Dennis Wagelaar2-24/+140
2015-12-07Fix ASM deprecation warnings.Dennis Wagelaar2-13/+24
2015-12-07Fix generic parameters.Dennis Wagelaar5-71/+71
2015-11-29483199: ATL Parser/Compiler performance is degraded by dynamic ATL.ecoredwagelaar1-61/+17
2015-10-25Merge branch 'master' of ssh://dwagelaar@git.eclipse.org/gitroot/mmt/org.ecli...dwagelaar1-2/+2
2015-10-25Fix NPE against EMF Compare 3.2.0.dwagelaar1-1/+1
2015-07-03Fix bug: refSetValue() and refUnsetValue() should return 'self'.Dennis Wagelaar1-2/+2
2015-06-19Added LazyCollection.mappedBySingle().dwagelaar1-0/+24
2015-05-22Performance fixes for EMFTVMUtil.findRootMethod() and Tuple.dwagelaar2-4/+30
2015-04-18Added LazyCollection.mappedBy().dwagelaar1-2/+44
2015-04-17EMFTVM fixes for ATL non-regression tests.dwagelaar3-1/+45
2015-03-29FieldImpl.toString() should not include its static value, as this causesdwagelaar1-9/+1
2015-03-26415863: Support (multiple) virtual dispatch for lazy rules dwagelaar2-62/+66
2014-12-15454382: JIT miss for public booleandwagelaar1-9/+12
2014-08-28Fix + test.dwagelaar1-1/+10
2014-08-28Improved icons and small fix for EMFTVMUtil.toPrettyString().dwagelaar1-3/+3
2014-07-13Fix IOException API > 1.5 usage + minor cleanup.R3_5_maintenancedwagelaar2-111/+2
2014-07-07Fix bug: ByteCodeSwitch used wrong Set class for boxing method callDennis Wagelaar1-5/+3
2014-06-29JIT performance improvement: compile FINDTYPE/NEW pairs for native typesdwagelaar1-10/+39
2014-04-11Convert InlineCodeblocks.atl to refining mode + bugfixes.dwagelaar2-0/+18
2014-03-17Test + fix.dwagelaar1-0/+9
2014-02-27FIX BUG: generate invocations to VMMonitor.enter() and leave() in JIT.dwagelaar1-2/+22
2014-02-27Added EMFTVM Profiler.dwagelaar2-0/+440
2014-02-26Improve error reporting at load time.dwagelaar1-0/+6
2014-02-05Test + fix.dwagelaar1-1/+18
2014-02-05Improve error reporting for JIT VerifyErrors.dwagelaar2-20/+45
2014-01-21426154: rule inheritance and module importdwagelaar1-6/+5
2014-01-16425904: JIT compiler wrongly wraps byte arrays as a Sequencedwagelaar2-14/+16
2014-01-03Implementation + tests of Collection::sortedBy(body).dwagelaar5-4/+214
2014-01-03Improve warning message for ambiguous types in a Metamodel.dwagelaar1-1/+1
2013-12-30424513: oclIsTypeOf() on non-EObject fails when EClassifier does notdwagelaar1-2/+2
2013-12-30Convert EEnum types to EnumLiteral.class for field/operation lookup.dwagelaar2-11/+55
2013-12-22423597: Support for eEnum instancesdwagelaar1-2/+4
2013-12-09Implement GET instruction for Tuple access + test.dwagelaar2-0/+19
2013-12-02Minor fixes.dwagelaar2-3/+3
2013-11-14Fix + test: do not wrap primitive type arrays in Lists.dwagelaar1-1/+5
2013-08-01Use ThreadLocal instead of homebrew Thread Map.dwagelaar1-6/+4
2013-08-01Fix + test + bytecode format change.dwagelaar20-43/+274
2013-07-02Throw ModuleNotFoundException instead of NPE when the moduleURL is null.dwagelaar1-0/+3
2013-07-02Fix + test.dwagelaar1-3/+3
2013-07-01Performance fix.dwagelaar1-0/+6
2013-06-28Fix + updated test.dwagelaar3-29/+105
2013-06-20Test + fix.R3_4_maintenancedwagelaar1-4/+21

Back to the top