Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-02Add support for EMF POJO models using Set and List instead of EList.dwagelaar3-52/+109
2013-03-24Added Date::toString(format : String, locale : String) anddwagelaar3-14/+48
2013-03-23Added Date::toString(format : String), Date::toTuple(), anddwagelaar3-11/+87
2013-03-21Added Class::refNewInstance().dwagelaar2-0/+85
2013-03-21Added String.toDate() and Tuple.toDate().dwagelaar2-0/+105
2013-02-24Prepare CodeBlockJIT for concurrent usage.dwagelaar2-15/+30
2013-02-24Reduce CHECKCAST instructions in generated bytecode for INVOKE.dwagelaar1-49/+69
2013-02-19Reduce change of JIT miss for Method lookup.dwagelaar1-2/+43
2013-01-17Added ExecEnvPool for concurrent repetitive transformations.dwagelaar6-0/+320
2013-01-14Reduce standalone runtime dependencies.dwagelaar9-34/+234
2013-01-13Enable concurrent execution of code blocks (for future use), and cleandwagelaar8-11/+47
2013-01-11Fix bug in toString(): some EMFTVM ModuleImpl instances reside in adwagelaar1-1/+1
2013-01-04Added test for refining mode.dwagelaar2-9/+9
2013-01-04First version of EMFTVM refining mode.dwagelaar1-2/+6
2013-01-03Forgotten to add files.dwagelaar2-0/+246
2013-01-03Add support for field adding/removing to immutable collections + minordwagelaar19-936/+1192
2012-12-08Regenerated code using EMF 2.6 compliance.dwagelaar1-11/+27
2012-11-26Lazy implementation of includingRange().dwagelaar5-43/+1122

Back to the top