mate.git
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 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-22 Bernhard Urbantrap: give disasm some nop's, so it shows the label
2012-04-22 Bernhard Urbancodegen: correct argument handling
2012-04-22 Bernhard UrbanREADME: some notes about a ghc 7.4.1 install (shipped...
2012-04-21 Harald SteinlechnerMate: exposed internal functions of BasicBlocks for...
2012-04-20 Harald Steinlechnerscratch: refactored ScratchHS into separate files.
2012-04-20 Harald Steinlechnerscratch: implemented [node][edge] -> circular structure.
2012-04-19 Harald Steinlechnerscratch: checked out some abstractions, sandboxing...
2012-04-18 Bernhard Urbanscratch: Makefile dependencies, LaTeX fun, .gitignore
2012-04-18 Bernhard Urbantrap: use SIGILL instead of SIGSEGV
2012-04-18 Bernhard Urbandoc: more related stuff
2012-04-18 Harald Steinlechnerscratch: sketched monadic foldTree stuff. Maybe quite...
2012-04-17 Bernhard Urbanbasicblocks: also consider back references
2012-04-17 Bernhard Urbantests: calculate factorial (non-recursive)
2012-04-17 Harald SteinlechnerMerge branch 'master' of wien.tomnetworks.com:mate
2012-04-17 Harald Steinlechnerscratch: Translation scheme latex/literal haskell setup...
2012-04-17 Bernhard Urban.gitignore: *.swp and object files
2012-04-17 Harald Steinlechnerffi: added strange hack in order to build master on...
2012-04-17 Harald Steinlechneradded scratch - for design experimentation and sandboxing
2012-04-16 Bernhard Urbangdb: small howto debug generated code
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