cacao.git
2005-04-25 twistiRemoved (a lot of stuff):
2005-04-25 twisti- changed signatures
2005-04-25 twistiAdded: BUILTIN1T, BUILTIN2T which take a target argumen...
2005-04-25 twistinew, newarray, multianewarray, checkarraycast, arrayins...
2005-04-25 twistiWe need only on assembler patcher wrapper, removed...
2005-04-25 twistiReplaced asm_wrapper_patcher_BUILTIN_* with PATCHER_bui...
2005-04-25 twistiRemoved: asm_builtin_arrayinstanceof, asm_builtin_newar...
2005-04-25 christianReserve 0(esp) for argument of monitor enter for synchr...
2005-04-25 twisti- made builtin_monitorexit void
2005-04-25 twistiDon't use assembler monitorenter/exit wrapper anymore.
2005-04-25 christianasmpart.S for 4 Byte Stackslots
2005-04-25 christiancodegen.c for 4 Byte Stack Slots
2005-04-24 twistiDo a ICMD_CHECKNULL before monitorenter and nothing...
2005-04-24 twistiRenamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL and it...
2005-04-24 jowennmore stacktraces
2005-04-23 christianLSRA updated to 4 Byte Stackslot (i386)
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-22 christian[alpha|mips|x86_64]arch.h adopted to latest change
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-22 twistiasmhelper.h to helper.h changes.
2005-04-22 christianRenamed asmhelper.[ch] to helper.[ch]
2005-04-22 twistiAdded: patcher.c
2005-04-22 twistiChanges the patchref stuff.
2005-04-22 twistiWe only need 3 patcher wrapper functions.
2005-04-22 twistiTemporary disable SUPPORT_CONST_STORE.
2005-04-22 twistiCall it patcher_builtin_newarray instead of patcher_bui...
2005-04-22 twistiUse some global variables (class_, utf_).
2005-04-22 twistiUse global class_java_lang_ThreadGroup variable.
2005-04-22 twistiUse builtin_anewarray instead of builtin_newarray.
2005-04-22 twisti- use global class_ variables
2005-04-22 twistiImplemented NewObjectArray correctly.
2005-04-22 twistiLazy loading changes.
2005-04-22 twistiImplemented patcher wrapper.
2005-04-22 twistiAdded: patcher.c
2005-04-22 twistiTemporary disabled SUPPORT_CONST_STORE.
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 function dummies.
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 twistiMore stuff...
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 twistiSave.
2005-04-20 twistiStarting to write code patching functions is C.
2005-04-19 twistiMore tests.
2005-04-19 twistiMerged 3 patcher functions:
2005-04-15 edwinadded annotation for splint checking
2005-04-15 edwinpreserve indentation of log text
2005-04-15 edwinoutput more valid xml
2005-04-14 edwintypo
2005-04-14 edwindisabled debug print, added vim boilerplate
2005-04-14 edwinadded log2xml.pl and log2xml.vim
2005-04-14 edwinsynchronize VMClassLoader.defineClass and load_class_bo...
2005-04-14 christianfor using reserved registers on i386
2005-04-14 edwindo not panic if the stacktrace is empty
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 twistiAdded asm_builtin_newarray for i386 (will be removed).
2005-04-12 twistiRenamed code patching functions.
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
next