mate.git
2012-04-16 Bernhard Urbanmethodpool: save information in codegen context
2012-04-16 Bernhard Urbantests: add package definition
2012-04-16 Bernhard UrbanMakefile: forgot slash at clean target
2012-04-16 Bernhard UrbanREADME: more notes on dependencies
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-08 Bernhard Urbanbuild: fix -Wall warnings
2012-04-08 Bernhard Urbanmethodpool: small demo how to access a Data.Map instanc...
2012-04-08 Bernhard Urbanmain: remove PoC code
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-07 Bernhard Urbanbasicblock: change order of `TwoTarget'
2012-04-07 Bernhard Urbanbasicblock: also generate BB #0 when it's labeld with...
2012-04-03 Bernhard Urbancodegen: simple code generation stuff
2012-04-03 Bernhard Urbanbasicblock: remove warning
2012-04-03 Bernhard Urbanbasicblock: refactor function interface
2012-04-02 Bernhard Urbanbasicblock: build BBs from instructionstream
2012-04-02 Bernhard Urbanbasicblock: get jump offsets from instructions
2012-04-02 Bernhard Urbanbasicblock: calculate offset in instructionstream
2012-04-02 Bernhard Urbansrc: move files into a Mate package
2012-04-02 Bernhard UrbanMakefile: generate tags (for vim)
2012-04-02 Bernhard UrbanREADME: more install instructions
2012-04-02 Bernhard Urbantests: add class with {do-,}while keyword
2012-04-02 Bernhard Urbanbasicblock: put \n between instructions
2012-04-02 Bernhard UrbanMakefile: build all class files in tests/
2012-04-02 Bernhard Urbancompile: use relative call
2012-04-02 Bernhard Urbandoc: some related papers
2012-03-27 Harald Steinlechnerfixed broken Makefile (sry - forgot to check Makefile...
2012-03-27 Harald SteinlechnerUtilities, BasicBlock into src folder, BasicBlock sketching
2012-03-27 Harald SteinlechnerMate.hs now uses lately introduced Utilities lookupMethod
2012-03-27 Harald Steinlechnermoved lookupMethod into separate Utilities file. added...
2012-03-22 Harald SteinlechnerMerge branch 'master' of wien.tomnetworks.com:mate
2012-03-22 Harald Steinlechnerdoc: fixed english grammar mistakes (an on demand manne...
2012-03-22 Harald Steinlechnerdoc: fixed englisch grammar mistakes (an on demand...
2012-03-21 Bernhard Urbandoc: README
2012-03-21 Harald Steinlechnerdoc: added TODO
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