* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / reg.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-02 twisti* nregdescint, nregdescfloat: Added.
2006-01-02 christianChanged register allocator .inc to .c files and moved...
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-09-19 twisti* Fixed includes.
2005-06-22 christianChanges in the registerdata structure:
2005-06-15 christianrd->secondregs eliminated. A second integer register...
2005-06-09 christiannew Stack memory allocation, use of unused arg regs...
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-05 christiannew ARGVAR handling for mips and alpha
2005-04-05 christianold ARGVAR handling in stack.c eliminated
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-02-23 twistiRenamed: floatregsnum -> fltregsnum
2005-02-17 christian*** empty log message ***
2004-12-07 twistiGNU header update.
2004-11-30 twistiOk, not this one. To prevent a warning.
2004-11-30 twistiMoved typedef's infront of includes.
2004-11-30 twistiNew source tree.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-06-30 twistiDefined registerdata structure.
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-07 twististatic function prototypes should not be in a header...
2003-12-13 twistiExport reg_setup
2003-11-09 twistiPass method to reg_init()
2003-11-02 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.