cacao.git
2005-06-12 twisti* added DISABLE_GC and libltdl
2005-06-12 twistilibltdl from GNU Libtool 1.5.18
2005-06-10 twisti* Added some includes
2005-06-10 twisti* Adopted to darwin abi
2005-06-10 twisti* We need to include this header into asmpart.S because...
2005-06-10 twisti* also include ARCH_DIR
2005-06-10 jowennfix stacktrace problem found by twisti
2005-06-09 twisti* machine dependent stuff
2005-06-09 twisti* use parsed descriptors
2005-06-09 twisti* compile fix for mips, warning fix for others
2005-06-09 twisti* removed SET_ARG_STACKSLOTS
2005-06-09 twisti* moved defines into md-asm.h
2005-06-09 twisti* moved ABI stuff into md-abi.h
2005-06-09 twisti* added md files
2005-06-09 twisti* use patcher monitorenter/exit macros
2005-06-09 twisti* Use AC_C_BIGENDIAN in configure.in
2005-06-09 twisti* don't use get_variable_message_length, it's not neessary
2005-06-09 christianBug in long argument copying and Trace Argument copying...
2005-06-09 christiannew Stack memory allocation, use of unused arg regs...
2005-06-08 twisti* builtintable_internal: fixed 2 typo's
2005-06-08 twisti* use dump memory in trace functions, should be faster
2005-06-08 twisti* use SIZEOF_VOID_P instead of arch defines
2005-06-08 twistiAdded: codegen_disassemble_nativestub
2005-06-08 twistiMachine dependent stuff.
2005-06-08 twisti* moved ABI stuff to specific files
2005-06-08 twistiRemoved useless BlockPtrOfPC macro.
2005-06-08 twistiRemoved SET_ARG_STACKSLOTS.
2005-06-08 twistiMoved defines to md-asm.h
2005-06-08 twistiAdded md stuff.
2005-06-08 twistiMoved ABI stuff into md-abi.h
2005-06-08 twisti* removed U8_AVAILABLE, since we know what alpha can do
2005-06-08 twisti* use PATCHER_MARK_PATCHED_MONITOREXIT on exit
2005-06-08 twisti* Java_java_lang_reflect_Method_invokeNative: forgot...
2005-06-08 christianMoved abi stuff to machine depended files
2005-06-08 twistikjc script.
2005-06-08 twisti* added: tests/codepatching/Makefile, src/scripts/kjc
2005-06-08 twisti- added codepatching to SUBDIRS
2005-06-08 twistiObviously...
2005-06-08 twistiIgnore standard files.
2005-06-08 twistiUse threads to check the locking code.
2005-06-08 twisti* fill_callblock: renamed to fill_callblock_from_vargs
2005-06-08 twistiget_parametertypes:
2005-06-08 twistiJava_java_lang_reflect_Method_invokeNative: made code...
2005-06-08 twistiCorrect use of java.library.path and gnu.classpath...
2005-06-08 twistiAdded: DISABLE_GC
2005-06-08 twistiAdded: string_java_lang_reflect_InvocationTargetException
2005-06-08 twistiBetter error handling in wrapping the exception.
2005-06-08 twistiNew ACC flags:
2005-06-08 twisti- new_exception*: check for native_and_init* return...
2005-06-08 twistiUse SIZEOF_VOID_P instead of POINTERSIZE.
2005-06-08 twistiABI stuff.
2005-06-08 twistiParsed descriptors changes: use abi pre-allocation
2005-06-08 twistiMoved stuff to md-asm.h
2005-06-08 twisti- removed SET_ARG_STACKSLOTS
2005-06-08 twisti#include "md-abi.h"
2005-06-08 twistiMoved abi stuff into md-abi.h
2005-06-08 twistiAdded machine dependent files.
2005-06-08 twisti- use monitorenter/exit macros: removed dontfillinexcep...
2005-06-07 twistiNative stub fixes.
2005-06-07 michiadded arm architecture
2005-06-07 twistiMULTIANEWARRAY: linux bugfix
2005-06-07 christianconting max use of argument registers and stack use...
2005-06-06 twistiMoved md_param_alloc from md-abi.h to md.h since md...
2005-06-06 twistiget_parametertypes: use fully parsed descriptors
2005-06-06 twisti- used parsed descriptors
2005-06-06 twistiAdded:
2005-06-06 twisti- resolve_method: check for mi->parseddesc->params...
2005-06-06 twisti- load_constantpool: try to add all descriptors to...
2005-06-06 twisti- descriptor_pool_add: check for method descriptors...
2005-06-06 twistiAdded: builtintable.inc
2005-06-06 twisti- use parsed descriptors
2005-06-06 twistiCommented builtin stuff. Please fix me!
2005-06-06 twisti- removed: BUILTIN{1,2,3}, INSTRUCTION_PUTCONST_FIELDREF
2005-06-06 twisti- removed BUILTIN{1,2,3}
2005-06-06 twistiLinux changes.
2005-06-06 twistiChanged to generic ICMD_BUILTIN.
2005-06-06 twistiCommented builtin stuff. This has to be fixed correctly.
2005-06-06 twistiCode beautify.
2005-06-06 twistiAdded: utf_clone
2005-06-06 twistiDefined ACC_UNDEF, ACC_NONE: these are used internally
2005-06-06 twisti- removed old builtin table stuff
2005-06-06 twisti- added OS_DIR to SUBDIRS
2005-06-06 twistiPOINTERSIZE, CONSECUTIVE_FLOAT_ARGS: removed
2005-06-06 twistiInclude memory.h for OFFSET macro.
2005-06-06 twistiMoved ABI and machine dependent stuff into linux/ subdi...
2005-06-06 twistiMoved ABI and machine dependent stuff into darwin/...
2005-06-06 twistiAdded MMOVE macro.
2005-06-06 twistiAdded md_param_alloc.
2005-06-06 twisti- moved jit_init
2005-06-06 twistiIgnore nativetable.inc
2005-06-06 twistiUse memory macros.
2005-06-06 twisti- renamed arguments to fit classpath's
2005-06-06 twistiIgnore generated files.
2005-06-06 twistiContains builtin tables (internal, automatic). Included...
2005-05-31 twistiInclude OS_DIR.
2005-05-31 twisti- include <stdarg.h>
2005-05-31 twisti- removed lazy loading defines
2005-05-31 twistiRemoved lazy loading defines and old, unused code.
2005-05-31 twistiMany changes (nearly too much for one commit):
2005-05-31 twistiMachine dependent stuff.
next