Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19Fix + tests for INVOKE_SUPER.dwagelaar3-628/+834
2013-06-13Fix + tests for INVOKE instruction.dwagelaar5-137/+425
2013-06-13Fix Tuple.toDate() bug where hour was set to 1 by default instead of 0.dwagelaar1-1/+1
2013-05-24Fix performance bottleneck for the bytecode verifier.dwagelaar4-19/+47
2013-05-21Move "synchronized" keyword.dwagelaar1-2/+2
2013-05-21EMFTVM bytecode loading performance issue: allow ExecEnv.loadModule()dwagelaar5-11/+43
2013-05-17Fix JIT compiler bugs in native method invocation.dwagelaar1-7/+4
2013-05-14Add support for primitive types in trace model and rules + tests.dwagelaar6-196/+168
2013-05-12Fixed toString() for collections and strings.dwagelaar7-17/+68
2013-05-02Add EnumConversionSetOnSet.dwagelaar1-0/+141
2013-05-02Added EnumConversionSetOnSet.dwagelaar2-12/+12
2013-05-01Make ByteCodeSwitch.generateBoxing() consistent withdwagelaar1-13/+52
2013-04-29Fix assertion for MANUAL rule mode.dwagelaar1-1/+1
2013-04-29Fix assertions to not apply in MANUAL rule mode.dwagelaar1-1/+2
2013-04-29Only record more general methods to prevent JIT misses.dwagelaar1-2/+10
2013-04-29Merge branch 'master' of ssh://dwagelaar@git.eclipse.org/gitroot/mmt/org.ecli...dwagelaar1-1/+0
2013-04-29Fix bug in emf2vm: don't convert a LazyOrderedSet to a LazyList.dwagelaar1-1/+4
2013-04-27Remove wrong assertion: createValuesArray() is called when matching adwagelaar1-1/+0
2013-04-26Relax Rule.inputElements cardinality constraint - this broke SimpleGTdwagelaar2-2/+2
2013-04-26406457: OclUndefined pretty printed as 'null'dwagelaar2-3/+3
2013-04-23Fix bad error message for a native method that is not found.dwagelaar1-1/+1
2013-04-23Add OclAny::debug() + tests.dwagelaar1-0/+20
2013-04-23Register all EPackages by default in ADT and ANT launches.dwagelaar1-0/+27
2013-04-22Added fix + test code.dwagelaar1-8/+35
2013-04-22Force initialisation of LocalVariableInstruction.localVariable propertydwagelaar1-0/+1
2013-04-22Remove wrong assertion.dwagelaar1-1/+0
2013-04-22Contributed ClassModuleResolver and SingletonModuleResolverFactory.dwagelaar2-0/+110
2013-04-18Fix FieldImpl#setStatic().dwagelaar1-1/+2
2013-04-16Change LazyCollection::any() to return null on an empty collection.dwagelaar1-1/+1
2013-04-15Fix compiler, add testcase, add bytecode verification.dwagelaar1-7/+15
2013-04-10Minor refactorings in eStructuralFeature getting/setting.dwagelaar1-53/+62
2013-04-10Only reset localVariableIndex and cbOffset if new localVariable is notdwagelaar1-2/+4

Back to the top