cacao.git
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 twistiRemoved asm_builtin_new.
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
2005-04-05 christiannew ARGVAR handling for mips and alpha
2005-04-05 christian*** empty log message ***
2005-04-05 christian*** empty log message ***
2005-04-05 christianold ARGVAR handling in stack.c eliminated
2005-04-05 christiannew ARGVAR Handling in stack.c
2005-04-05 edwindont use stack in create_unresolved_ functions if no...
2005-04-05 edwinenable the create_unresolved_... functions to work...
2005-04-04 edwinrenamed resolve_class to resolve_class_from_name
2005-04-04 twistiArgument counting more compact.
2005-04-04 edwindo not include class.h in initialize.h
2005-04-04 christian*** empty log message ***
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-04 twistiCall load_class_bootstrap for specific method compilati...
2005-04-04 twistiForgot to include initialize.h
2005-04-04 twistiInclude all headers explicitly.
2005-04-04 twistioffsets.h depends on genoffsets and config.h, all other...
2005-04-04 twistiRenamed class_init to initialize_class.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 twisti- -verbosecall bugfix
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 twistiRenamed create_classinfo to class_create_classinfo.
2005-04-03 twistiRemoved class_init* stuff (now in initialize.[ch]).
2005-04-03 twistiAdded comment.
2005-04-03 twistiStatic class initializer functions.
2005-04-03 twistiAdded initialize.[ch]
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 twisti- map alphaev56 cpu to alpha
2005-04-02 edwinstarted changing constant pool to constant_classrefs
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-02 edwinremoved "class" field in constant_FMIref
2005-04-02 edwinfixed segfault in defineClass
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinmoved descriptor2typesL to jit/inline/parseXTA.c
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-04-01 edwinswitched JNI to parsed descriptors
2005-04-01 edwinremoved old descriptor parsing functions
2005-04-01 edwinextended type system to use symbolic references
2005-04-01 twisti- added asm_calljavafunction_int
2005-04-01 twistiPatched back in the s1 == REG_ITMP1 (former d == REG_IT...
2005-04-01 twistiCHECKCAST bugfix.
2005-04-01 twistiCHECKCAST bugfix.
2005-04-01 twisti- added asm_calljavafunction_int
2005-04-01 twisti- fixed CHECKCAST bug
2005-04-01 twistiArghhh, small type in #if.
2005-03-31 twisti- defineClass: implemented (instead of calling the...
2005-03-31 twisti- forName: just return NULL, to use classpath default...
2005-03-31 twistiCall native functions (instead the other way around...
2005-03-31 twistiInitial JNI test code.
2005-03-31 twistiFixed bug in adding interface methods to abstract class...
2005-03-31 twisti- call proper class load/link functions
2005-03-31 christianshift bug finaly fixed
2005-03-30 twistiWarning fixes.
2005-03-30 twisti- added nativeGetResources
2005-03-30 twisti- added asm_calljavafunction_int
2005-03-30 twistiTwo ICMD_PUT{STATIC,FIELD}CONST bugfixes.
2005-03-30 twistiCall proper class load/link functions.
2005-03-30 twistiCall proper class load/link functions.
2005-03-30 twistiMoved LAZYLOADING* from loader.h
2005-03-30 twistiRemoved unnecessary stdlib.h include.
2005-03-30 twistiAdded utf_java_lang_NoClassDefFoundError: : required...
2005-03-30 twistiRemoved CLASS_IS_ARRAY macro.x
2005-03-30 twistiLink primitive type wrapper classes in linker_init.
2005-03-30 twistiLoad primitive type wrapper classes in loader_init.
2005-03-30 twistiMoved LAZYLOADING* to xta header.
2005-03-30 twistiAdded class_java_lang_NoClassDefFoundError: required...
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twisti- proper link_class call
2005-03-30 twistiSet classloader in DefineClass.
2005-03-30 twistiForward typedef dumpblock and dumpinfo.
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twisti- added new_internalerror (TODO: use get_variable_messa...
next