codegen: handle exceptions of a method
[mate.git] / Mate.hs
2012-09-09 Bernhard Urbancodegen: get full jnmap in patcher
2012-09-09 Bernhard Urbancodegen: map each real PC to java bytecode PC
2012-08-25 Bernhard Urbandebug: remove #ifdef's and use dumb logger
2012-08-23 Harald SteinlechnerGC: first working version of boehm gc. working with...
2012-08-17 Bernhard Urbanrefactor: trivial stuff and add -fwarn-tabs to $(GHC_OPT)
2012-08-02 Bernhard UrbannativeMachine: use constants
2012-07-31 Bernhard UrbannativeMaschine: add module for binding target machine
2012-07-31 Bernhard Urbanrefactor: store amount of arguments of a method in...
2012-07-31 Bernhard Urbancode style: just different indent
2012-06-12 Bernhard Urbanhlint: more fixes
2012-05-20 Bernhard Urbanmethodlookup: unique identifier for methods are name...
2012-05-20 Bernhard Urbanmain: some kind of argument parsing
2012-05-19 Bernhard UrbanClassPool: JAR and ClassPath support
2012-05-19 Bernhard Urbanhs-java: upgrade to 0.3.1
2012-05-19 Bernhard Urbantraps: do more things in haskell world
2012-05-18 Bernhard Urbanrefactor: use `unsafePerformIO hack' for global var
2012-05-16 Bernhard Urbanhlint: fix suggested improvements
2012-05-08 Bernhard Urbandebug: get rid of #ifdef guards
2012-04-30 Bernhard Urbandebug: use #ifdef guards
2012-04-24 Bernhard Urbanstatic methods: add inheritance capability
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 Urbantypes: oops, we don't want the index at this point...
2012-04-22 Bernhard Urbanmodules: move (public) datatypes into a new module
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-16 Bernhard Urbanmethodpool: save information in codegen context
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-08 Bernhard Urbanmethodpool: small demo how to access a Data.Map instanc...
2012-04-08 Bernhard Urbanmain: remove PoC code
2012-04-02 Bernhard Urbansrc: move files into a Mate package
2012-04-02 Bernhard Urbancompile: use relative call
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-17 Bernhard Urbanpatching existing code
2012-03-17 Bernhard Urbanplaying around with generated codebuffers
2012-03-15 Bernhard Urbanmate: Initial commit