* Removed all Id tags.
[cacao.git] / src / vm / jit / i386 / asmpart.S
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-08 twisti* src/vm/jit/tools: Removed.
2007-07-18 twisti* src/vm/jit/allocator/simplereg.c: Replaced HAS_4BYTE_...
2007-04-09 twisti* src/vm/jit/alpha/asmpart.S: Use % instead of @ for...
2007-04-03 twisti* src/vm/jit/alpha/asmpart.S: Replaced __GNU__ with...
2007-03-28 twisti* src/vm/exceptions.h (exceptionptr): Removed.
2007-03-28 twisti* Merged in twisti-branch.
2007-03-05 edwin* src/vmcore/resolve.h, src/vmcore/resolve.c
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-09 twisti* src/vm/jit/i386/asmpart.S (asm_compare_and_swap)...
2007-01-29 twisti* src/vm/jit/i386/asmpart.S (asm_compare_and_swap)...
2007-01-02 edwin* configure.ac: Added option --enable-replacement.
2006-12-08 edwin* src/vm/jit/i386/asmpart.S: Adapted to new execution...
2006-12-07 edwin* src/vm/jit/replace.h: Added macros for codegens.
2006-08-21 twisti* src/vm/jit/i386/asmpart.S (L_asm_patcher_wrapper_exce...
2006-08-21 twisti* configure.ac (AC_CONFIG_FILES): Added
2006-08-17 twisti* src/vm/jit/i386/asmpart.S (asm_patcher_wrapper):...
2006-08-14 twisti* src/vm/jit/codegen-common.c (codegen_findmethod)...
2006-07-17 twisti* src/vm/jit/asmpart.h (asm_wrapper_patcher): Renamed to
2006-07-11 twisti* src/vm/jit/i386/emit.c: Changed prefix from i386_...
2006-06-28 twisti* src/vm/exceptions.c (exceptions_asm_new_abstractmetho...
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-06-19 twisti* src/vm/jit/i386/codegen.c (codegen): Use codeinfo...
2006-05-15 twisti* src/vm/jit/alpha/asmpart.S (asm_perform_threadswitch)
2006-05-15 twisti* src/vm/hashtable.h,
2006-04-24 edwin* src/vm/jit/i386/asmpart.S (asm_get_cycle_count):...
2006-04-19 edwin* src/vm/builtin.c (builtin_print_cycles_stats): Added.
2006-04-11 twisti* src/vm/builtin.c (builtin_throw_exception): Changed...
2006-04-04 edwin* src/vm/builtin.c (builtin_throw_exception): No twisti...
2006-03-30 twisti* src/vm/jit/alpha/asmpart.S (vm/jit/abi.h): Changed to
2006-03-30 twisti* src/vm/exceptions.c (exceptions_handle_exception...
2006-03-22 edwin* src/vm/jit/i386/asmpart.S (asm_vm_call_method): Save...
2006-03-21 twisti* src/vm/jit/i386/codegen.h (ALIGNCODENOP): Added.
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.