codegen: handle exceptions of a method
[mate.git] / Mate / X86CodeGen.hs
2012-09-09 Bernhard Urbancodegen: handle exceptions of a method master
2012-09-09 Bernhard Urbancodegen: get full jnmap in patcher
2012-09-09 Bernhard Urbancodegen: map each real PC to java bytecode PC
2012-09-09 Bernhard Urbancodegen: simplify glue code and emit code for all basic...
2012-09-09 Bernhard Urbanbasicblock: handle athrow as return
2012-09-09 Bernhard Urbancodegen: make use of Functor instance
2012-09-05 Bernhard Urbanbasicblock: rewrite buildCFG with states
2012-09-02 Bernhard Urbanbasicblock: use state monad to save all targets from...
2012-09-02 Bernhard Urbanathrow: add trapskeleton for it
2012-08-28 Bernhard Urbanhlint: style cleanup
2012-08-28 Bernhard UrbaninstanceOf: class hierarchy are considered properly now
2012-08-28 Bernhard UrbaninstanceOf: make decision at runtime
2012-08-27 Bernhard Urbanobjectformat: one word after mtable in object layout
2012-08-27 Bernhard Urbanpatching: define patcher in X86CodeGen itself where...
2012-08-27 Bernhard Urbanlazy classloading: yet another bug
2012-08-25 Bernhard Urbandebug: remove #ifdef's and use dumb logger
2012-08-24 Bernhard UrbanRevert "globalmaphack: use old school CPP"
2012-08-24 Harald SteinlechnerGarbageAlloc: little refactoring - all GC allocate...
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-08-02 Bernhard Urbanhlint: stuff
2012-08-02 Bernhard UrbannativeMachine: use constants
2012-07-31 Bernhard UrbannativeMaschine: s/unsigned int/ptrdiff_t/g
2012-07-31 Bernhard Urbanrefactor: store amount of arguments of a method in...
2012-07-31 Bernhard Urbancode style: just different indent
2012-07-31 Bernhard Urbanmaxlocals: store it in new data type RawMethod, with...
2012-07-31 Bernhard Urbancodegen: factor i{load,store} shortcuts
2012-07-18 Bernhard Urbanrefactor: style, fun, hlint, ...
2012-06-19 Bernhard Urbancodegen: throw: force runtime error on execution
2012-06-18 Bernhard Urbancodegen: typestuff for compiling classpath files
2012-06-18 Bernhard Urbancodegen: again, a bug regarding BB ordering
2012-06-18 Bernhard Urbancodegen: shift insn
2012-06-13 Bernhard Urbancodegen: workaround for a emitBB bug
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 Urbancodegen: eliminate code duplication
2012-06-12 Bernhard Urbanrefactor: better names for TrapInfo^WTrapCause
2012-06-11 Bernhard Urbanffi: don't use C for obtaining an address of a haskell...
2012-05-20 Bernhard Urbancodegen: add instanceof stub
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 Urbancodegen: a few more hacks to get more of classpath...
2012-05-20 Bernhard Urbanmethodlookup: unique identifier for methods are name...
2012-05-20 Bernhard Urbanarray: char array 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-16 Bernhard Urbanhlint: fix suggested improvements
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-30 Bernhard Urbanclasspool: we want the object size
2012-04-27 Bernhard Urbanrefactor: rename types (more consistent style)
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 Urbanfields: don't multiple the offset with 4
2012-04-26 Bernhard Urbancodegen: implement `iastore' and `iaload'
2012-04-26 Bernhard Urbancodegen: implement `newarray' and `arraylength'
2012-04-26 Bernhard Urbancodegen: kill unsafePerformIO
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: 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-23 Bernhard Urbancodegen: fix bug in calling conv
2012-04-23 Bernhard Urbancodegen: factor offset calculation
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-23 Bernhard Urbanclasspool: do classloading at central point. omit ...
2012-04-22 Bernhard Urbanmethodpool: also call native methods
2012-04-22 Bernhard Urbanmodules: move (public) datatypes into a new module
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-22 Bernhard Urbantrap: give disasm some nop's, so it shows the label
2012-04-22 Bernhard Urbancodegen: correct argument handling
2012-04-18 Bernhard Urbantrap: use SIGILL instead of SIGSEGV
2012-04-17 Bernhard Urbanbasicblocks: also consider back references
2012-04-17 Bernhard Urbantests: calculate factorial (non-recursive)
2012-04-16 Bernhard Urbanmethodpool: save information in codegen context
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-08 Bernhard Urbanbuild: fix -Wall warnings
2012-04-08 Bernhard Urbancodegen: patch method calls on-demand via traps
2012-04-07 Bernhard Urbancodegen: execute generated code
2012-04-07 Bernhard Urbancodegen: use label mechanism of harpy
2012-04-03 Bernhard Urbancodegen: simple code generation stuff