Merged revisions 8187-8244 via svnmerge from
[cacao.git] / src / vm / jit / asmpart.h
2007-07-31 michiMerged revisions 8187-8244 via svnmerge from
2007-06-22 michiMerged revisions 8123-8136 via svnmerge from
2007-06-20 michiMerged revisions 8056-8122 via svnmerge from
2007-06-14 michi* src/mm/cacao-gc/rootset.h (rootset_entry_t) Added...
2007-03-28 michiMerged revisions 7501-7598 via svnmerge from
2007-02-18 pm* src/vm/jit/s390/patcher.c (patcher_wrapper): Formatti...
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-13 twisti* src/vm/jit/optimizing/profile.c (native/jni.h): Removed.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-16 twisti* src/vm/jit/asmpart.h (asm_compare_and_swap): Added.
2007-01-02 edwin* configure.ac: Added option --enable-replacement.
2006-12-07 edwin* src/vm/jit/replace.h: Added macros for codegens.
2006-11-11 edwin* src/vm/jit/tools/genoffsets.c (executionstate): Renam...
2006-10-20 twisti* src/vm/jit/intrp/asmpart.c (intrp_asm_abstractmethode...
2006-07-17 twisti* src/vm/jit/asmpart.h (asm_wrapper_patcher): Renamed to
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-15 twisti* src/vm/jit/asmpart.h (calljava_xhandler2): Not requir...
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-04-19 edwin* src/vm/builtin.c (builtin_print_cycles_stats): Added.
2006-03-30 twisti* src/vm/exceptions.c (exceptions_handle_exception...
2006-03-16 twisti* src/vm/jit/jit.h (md_cacheflush, md_icacheflush,...
2006-03-15 edwin* src/vm/jit/asmpart.h (asm_replacement_in): Added...
2006-03-15 edwin* src/vm/jit/replace.h, src/vm/jit/replace.c
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/jit/asmpart.h (ASM_CALLJAVAFUNCTION): Removed.
2006-01-31 twistiFixes Debian bug #350729
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/vm/jit/asmpart.h (asm_handle_exception)
2006-01-12 michi* Comment updated (for asm_cacheflush)
2006-01-10 twisti* ASM_CALLJAVAFUNCTION, ASM_CALLJAVAFUNCTION_ADR, ASM_C...
2005-12-08 twisti* config.h, vm/types.h, vm/global.h, vm/linker.h: Inclu...
2005-12-07 twisti* Removed accidentaly slipped in #if 0, we have to...
2005-12-07 anton* asm_calljavafunction2: Changed void* to jni_callblock*.
2005-09-16 twisti* asm_cacheflush: Declaration added.
2005-07-12 twisti* Removed stuff for remaining asmpart functions, which...
2005-04-26 twistiAdded asm_sync_instruction_cache for alpha.
2005-04-25 twistiWe need only on assembler patcher wrapper, removed...
2005-04-21 twistiRenamed patcher wrapper functions.
2005-04-21 twistiAdded asm_patcher_wrapper
2005-04-12 twistiRenamed code patching functions.
2005-04-11 twistiAdded: asm_checkcast_instanceof_flags, asm_checkcast_in...
2005-04-11 twistiAdded code patching functions.
2005-04-07 twistiRemoved helper prototypes.
2005-04-06 twistiNo need for pv, removed it.
2005-04-06 twistiAdded code patching prototypes.
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-03-30 twistiRemoved deprecated prototypes.
2005-03-29 twisti- changes header includes
2005-03-23 twistiAdded asm_calljavafunction_int (for calls which require...
2005-01-21 stefanadded asm_handle_nullptr_exception, needed for ppc
2005-01-04 twistiDeclare asm_calljavafunction2int and asm_calljavafuncti...
2004-12-07 twistiGNU header update.
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-12-03 twistiMoved asm_perform_threadswitch, asm_initialize_thread_s...
2004-12-02 twistiMoved castinfo struct into asmpart.h.
2004-11-30 twistiNew source tree.
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanCritical sections declaration fix
2004-06-05 twistiAdded dummy prototypes for calljava_xhandler and callja...
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-16 twistiRemoved unused function declaration.
2004-03-25 twistiRemoved unused asm_switchstackandcall
2004-03-15 jowennexception back traces for i386
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2003-12-30 twistiDefine asm_check_clinit for static clinit.
2003-12-14 stefanNative threads
2003-12-13 stefanGet rid of asm_javacallmethod
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiDefine _ASMPART_H
2003-11-02 twistiMajor file restructuring.
2003-10-22 twistiAdded function prototypes.
2003-05-25 stefanMissing declarations broke the build
1999-10-04 romanjdk1.2 and loader optimisation
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...
1998-10-03 cacaoInitial revision