cacao.git
2005-03-28 twistiAdded: xtainfo, xtafldinfo structures
2005-03-28 twistiMoved stuff from other headers (global.h, loader.h).
2005-03-28 twistiAdded: class_freecpool, class_free
2005-03-28 christianbugfix in saving rcx for lshl
2005-03-28 twistiInclude linker.h instead of loader.h.
2005-03-28 twistiLinker related stuff (mostly from loader.c/global.h).
2005-03-28 twistiMethod related stuff (mostly from loader.c/global.h).
2005-03-28 twistiField related stuff (mostly from loader.c/global.h).
2005-03-27 edwininitialize and free classcache
2005-03-27 edwinmade array_packagename harder to spoof
2005-03-27 edwincheck defining classloader in SAME_PACKAGE
2005-03-27 edwinmoved CLASS_IS_ARRAY to vm/jit/verify/typeinfo.c
2005-03-27 edwinadded macro CLASSREF_INIT
2005-03-27 edwinadded functions for dynamically creating classrefs
2005-03-27 edwinmoved typecheckverbose flag to jit/verify/typeinfo.h
2005-03-27 edwinadded functions for dynamically creating class references
2005-03-27 edwinadded paramslots field in methoddesc
2005-03-27 edwinadded some fields for parsed descriptors
2005-03-25 edwinmoved the check for classinfo->linked
2005-03-25 edwindocumentation updates for the coming changes
2005-03-25 edwinadded functions for freeing memory
2005-03-25 twisti- added asm_calljavafunction_int (for calls which requi...
2005-03-25 edwincheck if classnames are valid
2005-03-25 edwinfix merging of classcache_class_entry:s
2005-03-25 edwinadded {access,classcache,descriptor,resolve}.[ch] to...
2005-03-25 edwinmoved INSTRUCTION_PUTCONST_* macros to vm/jit/jit.h
2005-03-25 edwinadded statistics for size of classrefs and parsed descr...
2005-03-25 edwinminor documentation fixes
2005-03-25 edwinadded data structures for parsed descriptors and class...
2005-03-25 edwinadded new code for resolving symbolic references
2005-03-25 edwinadded new code for the loaded class cache and loading...
2005-03-25 edwinadded new code for pre-parsed descriptors
2005-03-25 edwinadded new code for checking access rights
2005-03-24 edwintemporary fix for getenv returning NULL for LD_LIBRARY_PATH
2005-03-24 twisti- implemented: ICMD_PUTSTATICCONST, ICMD_PUTFIELDCONST
2005-03-24 christianProblem with not/wrong saved argument registers used...
2005-03-24 twistiAdded x86_64_emit_byte_rex: movb_reg_membase needs...
2005-03-24 twistiAdd all files (including .properties) to the zip dir...
2005-03-23 twistiAdded asm_calljavafunction_int (for calls which require...
2005-03-23 twisti- support external classpath
2005-03-23 twistiOoops! Sorry for this bug.
2005-03-23 twistiAdded asm_calljavafunction_int (for calls which require...
2005-03-23 twistiAdded util.[ch]
2005-03-23 twistiThis should be used for the utility functions, like...
2005-03-23 twistiExport classpath_entries (this should be stored somewhe...
2005-03-23 twistiAdded: utf_java_util_Vector, utf_loadClass,
2005-03-23 twistiAdded class_java_util_Vector
2005-03-23 twisti- support external classpath
2005-03-23 twisti- implemented defineClass(Ljava/lang/ClassLoader;Ljava...
2005-03-23 twisti- support external classpath
2005-03-22 twistiSchedule progress.
2005-03-21 twistiScheduler work.
2005-03-21 twistiInitial scheduling.
2005-03-20 twistiImplemented PUTSTATICCONST and PUTFIELDCONST.
2005-03-20 twistiEnabled SUPPORT_CONST_STORE
2005-03-20 twisti- don't pass stackpointer to asm_check_clinit
2005-03-20 twistiRenamed x86_64_is_immxx to IS_IMMxx.
2005-03-20 twistiRenamed x86_64_is_immxx to IS_IMMxx. Maybe these should...
2005-03-20 twisti- PUTSTATICCONST, PUTFIELDCONST implemented
2005-03-20 twistiBuild dir support.
2005-03-20 edwinPUT{STATIC,FIELD}CONST: use iptr[0].op1 for constant...
2005-03-20 edwinadd verification of PUT{STATIC,FIELD}CONST
2005-03-20 edwinPUT{FIELD,STATIC}CONST: store type of constant in iptr...
2005-03-20 twistiImplemented: PUTSTATICCONST, PUTFIELDCONST
2005-03-20 twistiAdded i386_mov_imm_mem
2005-03-20 twistiPUTSTATICCONST, PUTFIELDCONST bugfixes.
2005-03-20 twistiSUPPORT_LONG_LOG -> SUPPORT_LONG_LOGICAL
2005-03-20 twistiAdded and changed some SUPPORT defines.
2005-03-20 twistiNew ICMDs: PUTSTATICCONST, PUTFIELDCONST, IMULPOW2...
2005-03-19 twistiImplemented integer ICMD_xASTORECONST instructions.
2005-03-18 twisticacaoh does not need libjavalang.
2005-03-18 twistiExternal classpath support.
2005-03-18 twistiIgnore Makefiles.
2005-03-18 twistiFirst try to implement the scheduler.
2005-03-10 twistiAdded: if USE_SCHEDULER
2005-03-10 twistiAdded --enable-scheduler, but disabled by default excep...
2005-03-10 christiansimple LSRA update
2005-03-10 twistiAdded IS_ADR_TYPE macro.
2005-03-10 twistiPass stdout to disassinstr for xDSPcore.
2005-03-10 twisti- GNU header update
2005-03-10 twisti- reformated some output, so the number from a whole...
2005-03-10 twistiBetter latency calculation.
2005-03-10 christiansimple LSRA: argument precoloring with CONSECUTIVE...
2005-03-09 twistiAdded --disable-statistics
2005-03-09 twisti#ifdef STATISTICS statistics option.
2005-03-09 twistiOnly compile statistics object with STATISTICS.
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-09 twistiifdef statistics stuff to support --disable-statistics.
2005-03-09 twisti- added CACAO_JRE_DIR
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-09 twistiAdded config.h to resolve undefined reference on recomp...
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-07 twistiFor xdsp debugging purposes.
2005-03-07 christianlsra configure switch
2005-03-07 twistiForgot to add native functions which are implemented...
2005-03-07 twistiCompile warning fix.
2005-03-07 christiansimple LSRA Update
2005-03-07 christiansimple LSRA for i386,alpha, x86_64
2005-03-06 stefandon't use r2 as a temp register on linux
next