Added: i386_emit_membase32
[cacao.git] / src / vm /
2005-04-22 twistiAdded: i386_emit_membase32
2005-04-22 twistiAdded: i386_alu_imm32_reg
2005-04-22 twistiFixed 2 nasty bugs in ICMD_INSTANCEOF.
2005-04-22 twistiAdded patcher.h
2005-04-22 twistiImplemented remaining patcher functions.
2005-04-22 twistipatcher_builtin_new gets a contant_classref.
2005-04-22 twistiEnable lazy loading for i386.
2005-04-22 twistiRemoved unused functions.
2005-04-22 twistiTemporary asm_builtin_multianewarray for i386 (till...
2005-04-21 twisti- renamed patcher wrapper entries in builtin table
2005-04-21 twistiRenamed builtin_nmultianewarray to builtin_multianewarray.
2005-04-21 twistiRenamed patcher wrapper functions.
2005-04-21 twistiAdded more functions.
2005-04-21 twistiUse builtin_anewarray instead of builtin_newarray.
2005-04-21 twistiRenamed patcher wrapper function names and some builtins.
2005-04-21 twistiAdded: class_java_lang_ThreadGroup
2005-04-21 twistiAdded: utf_java_lang_ThreadGroup
2005-04-21 twistiAdded asm_patcher_wrapper
2005-04-21 twistiAdded more functions.
2005-04-21 twisti- renamed patchref.asmwrapper to patcher
2005-04-21 twistiRenamed patchref.asmwrapper to patcher
2005-04-21 twisti- bugfix in i386_mov_membase32_reg
2005-04-21 twistiCode patching functions rewritten in C.
2005-04-21 christiangnu header added
2005-04-20 twistiStarting to write code patching functions is C.
2005-04-19 twistiMerged 3 patcher functions:
2005-04-15 edwinadded annotation for splint checking
2005-04-14 edwinsynchronize VMClassLoader.defineClass and load_class_bo...
2005-04-14 christianfor using reserved registers on i386
2005-04-14 edwinuse log_text for logging
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-13 christianredo of changes overwritten by last commit
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistipatchref patch.
2005-04-12 twistiDefine CONDITIONAL_LOADCONST with 1.
2005-04-12 twistii386 defines in builtin table.
2005-04-12 twistiComment asm_builtin_new for now (code patching related).
2005-04-12 twistiDisable lazy loading now for i386.
2005-04-12 twistiSome lazy loading stuff.
2005-04-12 twistiFirst code patching functions.
2005-04-12 twistiDefine CONDITIONAL_LOADCONST with 1.
2005-04-12 twistiRenamed code patching functions.
2005-04-12 twisti- renamed code patching functions
2005-04-12 twistiConvert ClassNotFoundException's to NoClassDefFoundError's.
2005-04-12 twistiRenamed code patching functions.
2005-04-12 twistidseg_display warning fix.
2005-04-12 twistiLazy array checkcast and instanceof.
2005-04-12 twistiAdded asm_patcher_* functions.
2005-04-12 twistiLink important system classes.
2005-04-12 twistiMoved exception loading to exceptions.c
2005-04-12 twistiAdded: utf_java_lang_ClassNotFoundException
2005-04-12 twisti- added: string_java_lang_VMThrowable
2005-04-12 twistiAdded: class_java_lang_ClassNotFoundException
2005-04-11 twistiAdded: asm_checkcast_instanceof_flags, asm_checkcast_in...
2005-04-11 twistiLazy checkcast and instanceof.
2005-04-11 twistiLazy instanceof.
2005-04-11 twistiifdef assembler functions in builtin table.
2005-04-11 twistiOld loading code bug fixing.
2005-04-11 twistiWarning fixes (arghhh).
2005-04-11 twistiLazy loading changes (CHECKCAST and INSTANCEOF are...
2005-04-11 twistiGenerate some defines for code patching functions.
2005-04-11 twistiLazy loading changes.
2005-04-11 twistiAdded OP2AT which also sets the target.
2005-04-11 twistiPrint memory address in dseg_display.
2005-04-11 twistiAdded code patching functions.
2005-04-11 twistiMajor changes: added functions, renamed functions, ...
2005-04-11 twisti- moved class_getconstant, innerclass_getconstant to...
2005-04-11 twistiMoved from loader.[ch]: class_getconstant, innerclass_g...
2005-04-11 twistiAdded BUILTIN_nmultianewarray define.
2005-04-11 twistiAdded asm_builtin_newarray to builtin_desc.
2005-04-07 twisti- added asmhelper.[ch]
2005-04-07 twistiRemoved helper prototypes.
2005-04-07 twistiComment fix.
2005-04-07 twistiHelper header.
2005-04-07 twistiRenamed.
2005-04-06 twistiRemoved function checking from BUILTINn, this is now...
2005-04-06 twistiAdded asm_builtin_new to builtin table.
2005-04-06 twisti- don't pass pv to asm_builtin_new_helper
2005-04-06 twistiPrint descriptors for function calls with -si.
2005-04-06 twistiCheck which function to call in JAVA_NEW.
2005-04-06 twistiNo need for pv, removed it.
2005-04-06 edwinrevert commit of debug code
2005-04-06 edwinfixed bug in classcache_add_constraint
2005-04-06 twistiFixed compile problems.
2005-04-06 twistiInclude missing vm/classcache.h
2005-04-06 twisti- changes for asm_check_clinit: don't use a stack locat...
2005-04-06 twisti- changes to use codegen_addpatchref
2005-04-06 twistiLazy loading changes, #ifdef'd for x86_64.
2005-04-06 twistiAdded OP2A_NOINC: required for lazy loading code
2005-04-06 twistiRenamed clinitref to patchref.
2005-04-06 twisti- changed codegen_addclinitref to codegen_addpatchref...
2005-04-06 twistiAdded asmpart.c
2005-04-06 twistiAdded code patching prototypes.
2005-04-06 twistiHelper functions for asmpart code patching functions...
2005-04-06 twisti- float argument store bugfix (use M_FST for float...
2005-04-05 edwinlink class in resolve_field/resolve_method
2005-04-05 christiannew ARGVAR Handler for Powerpc
2005-04-05 edwindo not use members set by method_descriptor2types in...
2005-04-05 edwincall method_descriptor2types
2005-04-05 christianconsecutive argument numbering for -si
next