* src/vm/jit/stack.h (COPY): Prevent setting varkind to STACKVAR for stackslots copie...
[cacao.git] / src / vm / jit / stack.c
2006-02-16 christian* src/vm/jit/stack.h (COPY): Prevent setting varkind...
2006-02-06 edwin* src/vm/jit/stack.c (analyse_stack): Set bptr->stack...
2006-01-31 twisti* src/vm/jit/stack.c (show_icmd_block): Print the basic...
2006-01-29 twisti* src/vm/jit/stack.c (show_icmd): Fixed ICMD_ELSE_ICONS...
2006-01-24 twisti* src/vm/builtin.c (builtin_f2i): Enable for interpreter.
2006-01-23 twisti* src/vm/jit/stack.c (show_icmd_method): Fixed basic...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-20 twisti* src/vm/jit/stack.c (show_icmd_method): Print basic...
2006-01-19 edwin* src/vm/jit/stack.c: Added vim boilerplate.
2006-01-12 twisti* show_icmd: Use CLASS_IS_OR_ALMOST_INITIALIZED.
2006-01-12 twisti* analyse_stack: #ifdef ENBALE_JIT md_return_alloc...
2006-01-12 twisti* Use DISASSINSTR macro.
2006-01-02 christianRemoved old debug message
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-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-12-20 twisti* ICMD_AASTORECONST: Made it work again.
2005-12-03 twisti* vm/tables.h: Removed.
2005-11-22 christianadded name to Changes:
2005-11-21 edwin* analyse_stack: allocate a dummy stack slot for ICMD_I...
2005-11-20 christianRemoved obsolete output of reserved Register usage
2005-11-17 twisti* NOLONG_CONDITIONAL renamed to SUPPORT_LONG_CMP_CONST.
2005-11-11 twisti* analyse_stack: Pass opcode to InternalError.
2005-11-07 twisti* Java 1.5 support changes.
2005-11-05 twisti* show_icmd: Fixed ICMD_ARRAYCHECKCAST output.
2005-11-01 twisti* analyse_stack: Added mips32 stuff.
2005-10-06 edwindo not dump the method on exception
2005-10-06 edwinuse new_internalerror where possible
2005-10-06 edwinthrow verifyerror instead of assert(0)
2005-10-05 twisti* analyse_stack: Set iptr->op1 to false for automatic...
2005-10-05 twisti* show_icmd: Print string or classname for ACONSTs.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-19 twisti* Disabled some stuff for the interpreter.
2005-09-14 twisti* Unified disassembler interface.
2005-09-05 twisti* Added ENABLE_INTRP defines.
2005-07-24 michi* ICMD_INVOKE*: Renamed SUPPORT_NO_FLOAT_ARGUMENT_REGISTERS
2005-07-20 michi* ICMD_INVOKE*: prevented precoloring of float argument...
2005-07-18 twisti* ICMD_INLINE_START: -si display reformatted
2005-07-13 twisti* stack_init: --disable-threads compilation fix
2005-07-13 twisti* Compiler warnnig fixes
2005-07-12 twisti* show_icmd_method: use a monitor since the binutils...
2005-07-12 twisti* Removed stuff for remaining asmpart functions, which...
2005-07-11 twisti* Added alpha defines
2005-07-10 twisti* Added i386 defines for new ICMDs
2005-07-09 twisti* Print disassembled code of exception stubs
2005-07-09 twisti* Added x86_64 defines
2005-07-08 twisti* ICMD_ARRAYCHECKCAST: added
2005-07-07 christianOutput RA instead of A-1 for allocated return values...
2005-06-29 christianPrecoloring of stackslot holding the return value to...
2005-06-25 twisti* ICMD_{GET,PUT}STATIC: print (NOT INITIALIZED) for...
2005-06-25 twisti* Print hex value for ICMD_FCONST, ICMD_DCONST
2005-06-24 christianTyping error corrected (argINTreguse instead of argFLTr...
2005-06-23 christianRegister Packing macros moved to md-abi.h
2005-06-22 christianChanges in the registerdata structure:
2005-06-15 christianrd->secondregs eliminated. A second integer register...
2005-06-08 twisti* use SIZEOF_VOID_P instead of arch defines
2005-06-07 christianconting max use of argument registers and stack use...
2005-06-06 twisti- use parsed descriptors
2005-05-31 twistiRemoved lazy loading defines and old, unused code.
2005-05-23 twistiKilled panic's.
2005-05-13 twistiAdded missing defines PUTFIELDCONST: i386, alpha, mips
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-05-11 twisti__MIPS__ defines for lazy loading.
2005-05-09 twistiPrint catch type for try-catch blocks.
2005-05-03 twistiPrint `(NOT RESOLVED)' for unresolved get/put{static...
2005-04-28 jowennless debug output
2005-04-28 jowenndon't optimize too much
2005-04-27 twisti- remaining lazy loading stuff for alpha
2005-04-26 twistiLazy loading for alpha (some left).
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 instanceof.
2005-04-11 twistiLazy loading changes.
2005-04-06 twistiPrint descriptors for function calls with -si.
2005-04-06 twistiFixed compile problems.
2005-04-06 twistiLazy loading changes, #ifdef'd for x86_64.
2005-04-05 christian*** empty log message ***
2005-04-05 christiannew ARGVAR Handling in stack.c
2005-04-04 christian*** empty log message ***
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twistiTwo ICMD_PUT{STATIC,FIELD}CONST bugfixes.
2005-03-20 edwinPUT{STATIC,FIELD}CONST: use iptr[0].op1 for constant...
2005-03-20 edwinPUT{FIELD,STATIC}CONST: store type of constant in iptr...
2005-03-20 twistiPUTSTATICCONST, PUTFIELDCONST bugfixes.
2005-03-20 twistiNew ICMDs: PUTSTATICCONST, PUTFIELDCONST, IMULPOW2...
2005-03-10 twistiPass stdout to disassinstr for xDSPcore.
2005-03-07 twistiFor xdsp debugging purposes.
2005-03-03 twistiDon't pass pos to disassinstr.
2005-02-15 twisti- we don't need `i' passed to disassinstr
2005-02-01 twisti- added SUPPORT_MUL_CONST
2005-01-27 twisti- added xdspcore disassembler stuff
2004-12-20 twisti- removed i386 method_uses_ stuff
2004-12-14 twistiFixed x86_64 argument passing typo.
2004-12-07 twistiGNU header update.
2004-12-04 jowennuse two functions for creating/removing items of the...
next