rd->secondregs eliminated. A second integer register for longs for architectures...
[cacao.git] / src / vm / jit / reg.inc
2005-06-15 christianrd->secondregs eliminated. A second integer register...
2005-06-09 christiannew Stack memory allocation, use of unused arg regs...
2005-06-06 twisti- use parsed descriptors
2005-05-31 twistiRemoved lazy loading defines and old, unused code.
2005-05-24 christianMissing "regsneeded" renamed to intregsneeded (for...
2005-05-23 twistiKilled panic's.
2005-05-11 twisti__MIPS__ defines for lazy loading.
2005-04-27 christian*** empty log message ***
2005-04-26 twistiLazy loading for alpha.
2005-04-25 christianReserve 0(esp) for argument of monitor enter for synchr...
2005-04-24 twistiRenamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL and it...
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-22 twistiEnable lazy loading for i386.
2005-04-13 christianredo of changes overwritten by last commit
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-11 twistiLazy loading changes.
2005-04-06 twistiLazy loading changes, #ifdef'd for x86_64.
2005-04-05 christianold ARGVAR handling in stack.c eliminated
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-03-20 twistiNew ICMDs: PUTSTATICCONST, PUTFIELDCONST, IMULPOW2...
2005-02-23 twistiRenamed: floatregsnum -> fltregsnum
2005-02-17 christian*** empty log message ***
2004-12-13 twistiChanged x86_64 abi back to 8 float argument registers.
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-08 twistiWe again use the dump memory in the jit compiler.
2004-11-05 twistiRemoved obsolete %ecx, %edx stuff.
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-07-21 twisti- ICMD_DUP* and ICMD_SWAP heap corruption fix
2004-07-05 twistiRemoved ICMD_xREM0X10001, we really don't need them...
2004-06-30 twistiOh fuck, ansi c again! I'm soooooooo sorry...
2004-06-30 twisti- *registerdata changes
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...
2004-05-27 twisti- changed ICMD_CHECKOOM to ICMD_CHECKEXCEPTION
2004-04-26 twisti- implemented ICMD_CHECKOOM
2003-12-13 twisti- changes reg_init
2003-11-09 twistiPass method to reg_init()
2003-11-02 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.