invokevirtual: implemented. not very well tested though
[mate.git] / Makefile
2012-04-25 Bernhard Urbaninvokevirtual: implemented. not very well tested though
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 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-17 Bernhard Urbantests: calculate factorial (non-recursive)
2012-04-16 Bernhard UrbanMakefile: forgot slash at clean target
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-14 Bernhard UrbanMakefile: GHCi still broken
2012-04-08 Bernhard UrbanMakefile: update rules
2012-04-02 Bernhard Urbansrc: move files into a Mate package
2012-04-02 Bernhard UrbanMakefile: generate tags (for vim)
2012-04-02 Bernhard UrbanMakefile: build all class files in tests/
2012-03-27 Harald Steinlechnerfixed broken Makefile (sry - forgot to check Makefile...
2012-03-27 Harald SteinlechnerMate.hs now uses lately introduced Utilities lookupMethod
2012-03-18 Bernhard Urbantrapping code: transition from native to haskell rts PoC
2012-03-15 Bernhard Urbanmate: Initial commit