codegen: handle exceptions of a method
[mate.git] / Makefile
2012-09-09 Bernhard Urbanjava/lang: env for exceptions
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 SteinlechnerMethodPool: removed demo call stuff - added printGCStat...
2012-08-23 Harald Steinlechnerexperiments with JNI;
2012-08-17 Bernhard Urbanrefactor: trivial stuff and add -fwarn-tabs to $(GHC_OPT)
2012-08-09 Bernhard UrbanMakefile: add boot class dependency for debug build
2012-07-31 Bernhard UrbanMakefile: don't delete tags file
2012-07-18 Bernhard UrbanMakefile: cleanup/describe options, update .PHONY, ...
2012-07-18 Bernhard Urbanglobalmaphack: use old school CPP
2012-07-17 Bernhard Urbangdb: disable ghc's rts timer and disable signal handlers
2012-07-17 Bernhard UrbanMakefile: fix for new javac version
2012-06-21 Bernhard Urbancabal: removed mate-common
2012-06-20 Bernhard UrbanMakefile: `ghci' and `tags' targets
2012-06-19 Bernhard Urbanadd package jmate
2012-06-12 Bernhard UrbanMakefile: let testfiles be a dependency for the tests...
2012-05-20 Bernhard Urbanarray: char array support
2012-05-20 Bernhard UrbanMakefile: optional call file for testcases
2012-05-19 Bernhard UrbanMakefile: delete *_stub.* files
2012-05-16 Bernhard UrbanMakefile: hlint target
2012-05-08 Bernhard UrbanMakefile: target for executing a single testcase
2012-05-08 Bernhard Urbandebug: get rid of #ifdef guards
2012-04-30 Bernhard Urbandebug: use #ifdef guards
2012-04-30 Bernhard UrbanMakefile: s/test/tests/g
2012-04-26 Bernhard Urbantools: script for installing the required haskell envir...
2012-04-26 Bernhard Urbantools: test against openjdk
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 Urbanjava.lang: add Integer wrapper
2012-04-26 Bernhard Urbancodegen: implement `iastore' and `iaload'
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-24 Bernhard Urbanstatic initializer: execute it when loading the class...
2012-04-24 Bernhard Urbanstatic methods: add inheritance capability
2012-04-24 Bernhard Urbanstatic fields: testcase: overwriting of fields
2012-04-23 Bernhard Urbancodegen: fix bug in calling conv
2012-04-23 Bernhard Urbanmake test: less verbose plzkkthx
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 Urbanclasspool: do classloading at central point. omit ...
2012-04-22 Bernhard Urbanmethodpool: also call native methods
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-22 Bernhard Urbancodegen: correct argument handling
2012-04-17 Bernhard Urbantests: calculate factorial (non-recursive)
2012-04-16 Bernhard UrbanMakefile: forgot slash at clean target
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-14 Bernhard UrbanMakefile: GHCi still broken
2012-04-08 Bernhard UrbanMakefile: update rules
2012-04-02 Bernhard Urbansrc: move files into a Mate package
2012-04-02 Bernhard UrbanMakefile: generate tags (for vim)
2012-04-02 Bernhard UrbanMakefile: build all class files in tests/
2012-03-27 Harald Steinlechnerfixed broken Makefile (sry - forgot to check Makefile...
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-15 Bernhard Urbanmate: Initial commit