* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / asmpart.h
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