codegen: handle exceptions of a method
[mate.git] / tests /
2012-09-09 Bernhard Urbancodegen: handle exceptions of a method master
2012-09-04 Bernhard Urbanbasiblock: remove `markBackwardTargets'
2012-09-02 Bernhard UrbaninstanceOf: test anonymous interface
2012-08-28 Bernhard UrbaninstanceOf: also consider interfaces
2012-08-28 Bernhard UrbaninstanceOf: class hierarchy are considered properly now
2012-08-27 Bernhard Urbanlazy classloading: yet another bug
2012-08-23 Harald Steinlechnerexperiments with JNI;
2012-08-23 Harald SteinlechnerGC: first working version of boehm gc. working with...
2012-08-22 Harald Steinlechnergc: delegated mallocs in GarbageAlloc to hs-boehmgc...
2012-08-17 Bernhard Urbaninvokevirtual: implement lazy class loading right
2012-08-17 Bernhard Urbantests: big object fail
2012-08-17 Bernhard Urbannew insn: fix wrong behaviour on lazy class init
2012-08-17 Bernhard Urbanjava runtime: add simple version of instanceof
2012-07-17 Bernhard UrbanMakefile: adapt *.compile for new javac behaivour too
2012-06-18 Bernhard Urbantraps: don't delete entry after consuming it
2012-06-18 Bernhard Urbancodegen: shift insn
2012-06-13 Bernhard Urbancodegen: print every jvm instruction as label in disasm...
2012-06-13 Bernhard Urbancodegen: some more tests
2012-06-12 Bernhard UrbanMakefile: let testfiles be a dependency for the tests...
2012-05-20 Bernhard Urbancodegen: extra handling if calldisplacement doesn't...
2012-05-20 Bernhard Urbancodegen/div: clear edx before use div insn
2012-05-20 Bernhard Urbanmethodlookup: unique identifier for methods are name...
2012-05-20 Bernhard Urbanclasspool: staticfields calculation: bugfix
2012-05-20 Bernhard Urbantests: generics
2012-05-20 Bernhard Urbantests: static classes
2012-05-20 Bernhard Urbanarray: char array support
2012-05-20 Bernhard UrbanMakefile: optional call file for testcases
2012-05-08 Bernhard Urbanexception: small example of how interfacing hs-java
2012-05-08 Bernhard Urbantests: one more static initializer
2012-05-01 Bernhard Urbaninterface: one testcase
2012-04-30 Bernhard Urbanclasspool: add interface-table-ptr to method-table-ptr
2012-04-27 Bernhard Urbantest: testcase stolen from JorthVM
2012-04-26 Bernhard Urbantests: don't use `pop' hack anymore, but System.out...
2012-04-26 Bernhard Urbanvarargs: make printf working
2012-04-26 Bernhard Urbanjava.lang: add Integer wrapper
2012-04-26 Bernhard Urbancodegen: implement `iastore' and `iaload'
2012-04-26 Bernhard Urbancodegen: implement `newarray' and `arraylength'
2012-04-26 Bernhard Urbancodegen: implement IF_ACMP
2012-04-26 Bernhard Urbanstrings: put every String from the constantpool in...
2012-04-25 Bernhard Urbanjava.io: PrintStream
2012-04-25 Bernhard Urbaninvokevirtual: native methods
2012-04-25 Bernhard Urbaninvokevirtual: get the actual class at run-time
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 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