codegen: handle exceptions of a method
[mate.git] / ffi / trap.c
2012-09-02 Bernhard Urbanathrow: add trapskeleton for it
2012-08-25 Bernhard Urbandebug: remove #ifdef's and use dumb logger
2012-08-17 Bernhard Urbaninvokevirtual: implement lazy class loading right
2012-08-17 Bernhard Urbantests: big object fail
2012-08-17 Bernhard Urbancodegen: register dump at runtime
2012-07-31 Bernhard UrbannativeMaschine: s/unsigned int/ptrdiff_t/g
2012-06-11 Bernhard Urbanffi: don't use C for obtaining an address of a haskell...
2012-05-20 Bernhard Urbantraps: debugging
2012-05-19 Bernhard Urbantraps: do more things in haskell world
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-17 Bernhard Urbanglobalvars: get rid of `trap_map'
2012-05-10 Bernhard Urbangc: factor out allocation
2012-05-08 Bernhard Urbandebug: get rid of #ifdef guards
2012-04-30 Bernhard Urbanrefactor: trap.c
2012-04-30 Bernhard Urbanclasspool: add interface-table-ptr to method-table-ptr
2012-04-30 Bernhard Urbandebug: use #ifdef guards
2012-04-26 Bernhard Urbanstrings: put every String from the constantpool in...
2012-04-25 Bernhard Urbantrap: sigception: allow signal in signal handler context
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 Urbanfields: use offsets from ClassInfo in codegen
2012-04-24 Bernhard Urbantrap: move assertion to the top
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 Urbantrap: give disasm some nop's, so it shows the label
2012-04-18 Bernhard Urbantrap: use SIGILL instead of SIGSEGV
2012-04-17 Harald Steinlechnerffi: added strange hack in order to build master on...
2012-04-16 Bernhard Urbanmethodpool: save information in codegen context
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-14 Bernhard UrbanMakefile: GHCi still broken