* Moved all files from vmcore/ to vm/.
[cacao.git] / src / vm / jit / intrp / peephole.c
2008-08-08 Christian Thalinger* Moved all files from vmcore/ to vm/.
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2006-10-05 edwin* src/vm/jit/intrp/peephole.c: Include interpreter...
2006-01-12 twisti* 64-bit big-endian bugfix: replace s4 with ptrint.
2005-12-21 antondisasm.c: added support for static profiling (disabled...
2005-12-07 anton* Dynamic superinstructions added.
2005-11-23 twisti* gen_inst: Use lastmcodeptr instead of last_compiled.
2005-09-15 twisti* Superinstructions added.
2005-09-14 twisti* Most stuff implemented (stacktraces, ...), stuff...
2005-09-02 twististarted reintegrating interpreter