* Removed all Id tags.
[cacao.git] / src / vm / jit / reg.h
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-04-15 twisti* src/vm/jit/reg.c (reg_setup): Removed arg{int,flt...
2006-10-06 edwin* src/vm/jit/allocator/simplereg.c: Reuse interface...
2006-09-28 edwin* src/vm/jit/reg.h (registerdata): New fields regcopycount,
2006-09-14 edwin* src/vm/jit/reg.h (varinfo): Added typeinfo member.
2006-09-11 edwin* src/vm/jit/reg.h (varinfo): Put regoff inside a union...
2006-09-08 edwin* src/vm/jit/codegen-common.h: Removed the NEW_VAR...
2006-09-07 edwin* src/vm/jit/reg.h (varinfo): New field copycount.
2006-09-07 christianUnified variables changes for common/i386.
2006-03-30 twisti* src/vm/jit/Makefile.am (noinst_HEADERS): Added abi...
2006-03-28 twisti* src/vm/method.h (vm/jit/code.h): Added.
2006-02-05 edwin* src/vm/jit/jit.c (reg_setup): Removed t_inlining_glob...
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.