codegen: handle exceptions of a method
[mate.git] / Mate / Types.hs
2012-09-09 Bernhard Urbancodegen: handle exceptions of a method master
2012-09-09 Bernhard Urbancodegen: map each real PC to java bytecode PC
2012-09-09 Bernhard Urbanbasicblock: store length of basiblock (i.e. bytes of...
2012-09-04 Bernhard Urbanbasicblock: annotate BBs with exceptions
2012-09-02 Bernhard Urbanathrow: add trapskeleton for it
2012-08-28 Bernhard UrbaninstanceOf: make decision at runtime
2012-08-27 Bernhard Urbanpatching: define patcher in X86CodeGen itself where...
2012-08-27 Bernhard Urbanlazy classloading: yet another bug
2012-08-24 Bernhard Urbanglobalmaphack: be more general (fmap, factoring, ...)
2012-08-24 Bernhard UrbanRevert "globalmaphack: use old school CPP"
2012-08-20 Bernhard Urbanstyle suggestion for data decl.
2012-08-17 Bernhard Urbaninvokevirtual: implement lazy class loading right
2012-08-17 Bernhard Urbancodegen: approx. initial codebuffer size according...
2012-08-17 Bernhard UrbannativeMaschine: use NativeWord instead of Word32
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-31 Bernhard Urbanrefactor: store amount of arguments of a method in...
2012-07-31 Bernhard Urbanmaxlocals: store it in new data type RawMethod, with...
2012-07-18 Bernhard Urbanglobalmaphack: use old school CPP
2012-06-19 Bernhard Urbantypes: remove dirty Ord instance of MethodSignature
2012-06-12 Bernhard Urbanrefactor: better names for TrapInfo^WTrapCause
2012-06-12 Bernhard Urbanhlint: more fixes
2012-05-20 Bernhard Urbancodegen: extra handling if calldisplacement doesn't...
2012-05-19 Bernhard Urbanhs-java: upgrade to 0.3.1
2012-05-18 Bernhard Urbanrefactor: use `unsafePerformIO hack' for global var
2012-05-17 Bernhard Urbanrefactor: reduce global var in trap.c to one pointer
2012-05-16 Bernhard Urbanhlint: fix suggested improvements
2012-04-30 Bernhard Urbanclasspool: add interface-table-ptr to method-table-ptr
2012-04-27 Bernhard Urbanrefactor: rename types (more consistent style)
2012-04-26 Bernhard Urbanstrings: put every String from the constantpool in...
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-24 Bernhard Urbanclasspool: refactor, refactor, ...
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 Urbanrefactor: s/C(aller)Map/T(rap)Map/g
2012-04-23 Bernhard Urbanglobal map hack: refactor
2012-04-22 Bernhard Urbantypes: oops, we don't want the index at this point...
2012-04-22 Bernhard Urbanmodules: move (public) datatypes into a new module