* src/vm/jit/i386/asmpart.S (asm_replacement_out): Added pv.
[cacao.git] / src / vm / jit / i386 / asmpart.S
2006-03-16 edwin* src/vm/jit/i386/asmpart.S (asm_replacement_out):...
2006-03-16 edwin* src/vm/jit/code.c (code_get_stack_frame_size): Deal...
2006-03-15 edwin* src/vm/jit/i386/asmpart.S (asm_replacement_out):...
2006-03-15 edwin* doc/stack_frames.txt: Added file.
2006-03-15 twisti* src/vm/jit/i386/codegen.c (GETFIELD, PUTFIELD, PUTFIE...
2006-03-15 edwin* src/vm/jit/replace.h, src/vm/jit/replace.c
2006-03-05 twisti* src/vm/jit/codegen-common.c (codegen_init): Removed
2006-03-05 twisti* src/vm/jit/i386/asmpart.S (asm_calljavafunction2...
2006-02-21 twisti* src/vm/jit/i386/asmpart.S: Rewritten for PIC code.
2006-02-05 twisti* src/vm/jit/powerpc/asmpart.S, src/vm/jit/alpha/asmpart.S,
2006-01-31 twistiFixes Debian bug #350729
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-08 twisti* vm/jit/abi.h, vm/jit/i386/md-abi.h, vm/jit/i386/md...
2005-12-06 twisti* asm_handle_exception: Much better, simpler and smalle...
2005-09-27 twisti* asm_calljavafunction2: Fixed stackframe size bug.
2005-09-19 twisti* Include methodheader.h instead of asmoffsets.h.
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-12 twisti* New, simpler, more generic stacktrace system
2005-07-10 twisti* Implemented new stacktrace system
2005-07-09 twisti* Fixed some indent
2005-05-13 twisti- added monitor for patcher functions
2005-04-25 twistiRemoved (a lot of stuff):
2005-04-25 christianasmpart.S for 4 Byte Stackslots
2005-04-22 twistiImplemented patcher wrapper.
2005-04-12 twistiFirst code patching functions.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-03-30 twistiCall proper class load/link functions.
2005-03-30 twistiRemoved deprecated .globl defines: asm_builtin_checkcas...
2005-03-23 twistiAdded asm_calljavafunction_int (for calls which require...
2005-02-10 twisti- using utf_fillInStackTrace, utf_void__java_lang_Throwable
2005-01-04 twistiAdded asm_calljavafunction2int and asm_calljavafunction...
2004-12-29 twisti#ifdef USE_THREADS monitorenter/exit calls.
2004-12-21 jowenndon't terminate with "method not found" during compile...
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-11-30 twistiNew source tree.
2004-11-24 twistiTypo fixed.
2004-11-23 twistiNew clinit patch code.
2004-11-05 twistiMade code patch thread safe in check_clinit.
2004-11-05 twistiUse new_arrayindexoutofboundsexception.
2004-06-19 twisti- Arghhhh! Do NOT use %ebx in a asm_ function without...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-05 twisti- export calljava_xhandler, calljava_xhandler2
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-29 jowennshould have been , now it works in the cvs version too
2004-05-27 twistiReplaced findmethod with codegen_findmethod.
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-26 twistiCatch jit_compiler exceptions.
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-04-26 twisti- removed unused stuff
2004-03-29 stefancrash fix
2004-03-19 jowennpatching asm_builtin_new away and do direct calls to...
2004-03-17 twistiFinished calljavafunction2 copy loop stuff.
2004-03-15 jowennexception back traces for i386
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-05 jowennbetter handling of for name
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-05 twisti- asm_check_clinit (static class initializer)
2003-12-14 stefanNative threads
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twisti- added gnu header and emacs tailer
2003-12-13 stefanNative threads
2003-12-04 jowennone bug less related to class/exception handing and...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiFixed segfault with -O2
2003-11-02 twistiMajor file restructuring.