callconv: once again, fail...
[mate.git] / tests /
2012-04-25 Bernhard Urbancallconv: once again, fail...
2012-04-25 Bernhard Urbanfields: use offsets from ClassInfo in codegen
2012-04-24 Bernhard Urbanfield access: first primitive attempt
2012-04-24 Bernhard Urbanstatic initializer: execute it when loading the class...
2012-04-24 Bernhard Urbanstatic methods: add inheritance capability
2012-04-24 Bernhard Urbanstatic fields: testcase: overwriting of fields
2012-04-23 Bernhard Urbancodegen: fix bug in calling conv
2012-04-23 Bernhard Urbanmake test: less verbose plzkkthx
2012-04-23 Bernhard Urbanclasspool: copy field members refs from superclass
2012-04-23 Bernhard Urbancodegen: {put,get}static for static field access
2012-04-23 Bernhard Urbanglobal map hack: refactor
2012-04-23 Bernhard Urbanclasspool: do classloading at central point. omit ...
2012-04-22 Bernhard Urbanmethodpool: also call native methods
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-22 Bernhard Urbancodegen: correct argument handling
2012-04-21 Harald SteinlechnerMate: exposed internal functions of BasicBlocks for...
2012-04-19 Harald Steinlechnerscratch: checked out some abstractions, sandboxing...
2012-04-17 Bernhard Urbantests: calculate factorial (non-recursive)
2012-04-16 Bernhard Urbantests: add package definition
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-08 Bernhard Urbancodegen: patch method calls on-demand via traps
2012-04-02 Bernhard Urbantests: add class with {do-,}while keyword
2012-04-02 Bernhard UrbanMakefile: build all class files in tests/
2012-03-27 Harald SteinlechnerUtilities, BasicBlock into src folder, BasicBlock sketching