mate.git
2012-05-19 Harald Steinlechnermate.cabal switched to our version of harpy (git:/...
2012-05-19 Bernhard Urbantools: new custom repo for disassembler
2012-05-19 Bernhard Urbantraps: do more things in haskell world
2012-05-18 Bernhard Urbantools: missed a possible failed case
2012-05-18 Harald Steinlechnerfixed mate-common. cabal build should work now
2012-05-18 Harald Steinlechneradded cabal stubs for mate-common and mate;
2012-05-18 Harald Steinlechnerscratch/ffiTest: removed export
2012-05-18 Bernhard Urbanrefactor: use `unsafePerformIO hack' for global var
2012-05-17 Bernhard Urbanrefactor: reduce global var in trap.c to one pointer
2012-05-17 Bernhard Urbanglobalvars: get rid of `trap_map'
2012-05-17 Harald Steinlechnerscratch: sync sketch code for FFI,Signal...
2012-05-16 Bernhard Urbantools: let `make tests' fail, if there's a failed testcase
2012-05-16 Bernhard Urbanhlint: fix suggested improvements
2012-05-16 Bernhard Urbanhlint: use CamelCase for printf stuff
2012-05-16 Bernhard UrbanMakefile: hlint target
2012-05-16 Bernhard Urbantodo: update
2012-05-10 Bernhard Urbangc: factor out allocation
2012-05-08 Bernhard UrbanMakefile: target for executing a single testcase
2012-05-08 Bernhard Urbandebug: get rid of #ifdef guards
2012-05-08 Bernhard Urbanexception: small example of how interfacing hs-java
2012-05-08 Bernhard Urbantests: one more static initializer
2012-05-03 Bernhard UrbanTODO: update
2012-05-01 Bernhard Urbaninterface: one testcase
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 UrbanWall: kill ghc warning
2012-04-30 Bernhard UrbanPrintStream: reorganize `printf' and `println'
2012-04-30 Bernhard UrbanMakefile: s/test/tests/g
2012-04-30 Bernhard Urbanstrings: memset allocated memory
2012-04-30 Bernhard Urbanclasspool: we want the object size
2012-04-27 Bernhard Urbanrefactor: rename types (more consistent style)
2012-04-27 Bernhard Urbantest: testcase stolen from JorthVM
2012-04-26 Bernhard Urbantools: openjdktest.sh: check for arguments
2012-04-26 Bernhard Urbantools: some safety checks in openjdktest.sh
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 Urbanstrings: other solution
2012-04-26 Bernhard Urbanjava.lang: add Integer wrapper
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 Urbantrap: sigception: allow signal in signal handler context
2012-04-25 Bernhard Urbanjava.io: PrintStream
2012-04-25 Bernhard Urbaninvokevirtual: native methods
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-25 Bernhard Urbanclasspool: also calculate offsets for non-static fields
2012-04-24 Bernhard Urbanclasspool: refactor, refactor, ...
2012-04-24 Bernhard Urbanfield access: first primitive attempt
2012-04-24 Bernhard Urbantrap: move assertion to the top
2012-04-24 Bernhard Urbanmethodpool: bug fix
2012-04-24 Bernhard Urbanstatic initializer: execute it when loading the class...
2012-04-24 Bernhard Urbanjava.lang: use Object.class from GNU Classpath
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 Urbanjava.lang: add Object.class from rt.jar (OpenJDK)
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: 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 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
next