codegen: handle exceptions of a method
[mate.git] / Mate / X86TrapHandling.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-02 Bernhard Urbanathrow: add trapskeleton for it
2012-09-02 Bernhard Urbandebug: show disasm in intel syntax
2012-08-28 Bernhard Urbanhlint: style cleanup
2012-08-28 Bernhard UrbaninstanceOf: make decision at runtime
2012-08-27 Bernhard Urbantrapmap: delete some entries
2012-08-27 Bernhard Urbanpatching: define patcher in X86CodeGen itself where...
2012-08-27 Bernhard Urbanlazy classloading: yet another bug
2012-08-27 Bernhard Urbantraps: delete traps... TODO
2012-08-25 Bernhard Urbandebug: remove #ifdef's and use dumb logger
2012-08-18 Bernhard Urbantraps: use harpy for patching
2012-08-17 Bernhard Urbaninvokevirtual: implement lazy class loading right
2012-08-17 Bernhard Urbannew insn: fix wrong behaviour on lazy class init
2012-08-17 Bernhard Urbancodegen: register dump at runtime
2012-08-17 Bernhard Urbanjava runtime: add simple version of instanceof
2012-08-02 Bernhard Urbanstaticcall trap: use different magic sequence
2012-07-31 Bernhard UrbannativeMaschine: s/unsigned int/ptrdiff_t/g
2012-07-31 Bernhard UrbannativeMaschine: add module for binding target machine
2012-07-18 Bernhard Urbanrefactor: style, fun, hlint, ...
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 Urbantraps: do more things in haskell world