Added asm_calljavafunction2int and asm_calljavafunction2float to prevent
[cacao.git] / src / vm / jit / x86_64 /
2005-01-04 twistiInclude cacao.h for env variable.
2004-12-22 twisti- use monitorenter/exit only with threads
2004-12-21 twisti- fixed MULTIANEWARRAY SAVEDVAR bug
2004-12-13 twistiFixed argument passing in native stub, testarguments...
2004-12-13 twisti- call builtin_trace_args (runverbose) after monitorent...
2004-12-13 twisti- much indent (sorry)
2004-12-13 twistiChanged x86_64 abi back to 8 float argument registers.
2004-12-07 twistiGNU header update.
2004-12-06 twistiClean offsets.h, include asmoffsets.h, asmpart.S target.
2004-12-06 twistiUse libtool.
2004-12-06 twistiAdded gnu header and emacs tailer.
2004-12-06 twistiRemove stacktrace.inc include.
2004-12-05 jowennsorry
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiUpdated to version gdb-6.2 (just to be up-to-date).
2004-12-03 twisti- include changes
2004-12-03 twistiLess important changes.
2004-12-03 twisti- added SUPPORT_FMOD
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-11-30 twistiNew source tree.
2004-11-29 twistiUse local xmcode and mcode variables.
2004-11-24 twistiNew clinit patch code.
2004-11-24 twistitypedef a ptrint type to cast function pointers to...
2004-11-24 twistiInclude <ucontext.h> instead of <sys/...>.
2004-11-19 twistiInclude also unused defines.
2004-11-17 twisti#include "arch.h"
2004-11-17 twistiMoved architecture stuff into arch.h.
2004-11-17 twistiHopefully correct version of the argument-block-to...
2004-11-17 twisti- moved architecture features into arch.h
2004-11-17 twistiDefine architecture dependent stuff here (mostly from...
2004-11-17 twisti1. step of implementing asm_calljavafunction2 argument...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-08 twistiWe again use the dump memory in the jit compiler.
2004-11-05 twistiAgain changes concerning compiler data structures....
2004-11-05 twisti- made code patching thread safe in check_clinit (use...
2004-11-01 twistiEnable xASTORECONST icmds.
2004-11-01 twisti- exceptiontable fixes
2004-08-01 stefannew native threads
2004-08-01 stefanInitialize sigaction properly
2004-07-26 twistiReentrant compiler changes.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-11 stefancritical sections fix (native threads)
2004-07-11 stefanNative threads missing bits
2004-07-07 twistiGlobal compiler variables changes.
2004-07-03 stefanstatic monitorenter merge
2004-07-01 twisti- moved defines into header
2004-06-06 twisti- export xhandler
2004-06-05 twistiFixed ArrayIndexOutOfBoundsException bug.
2004-06-03 twisti- replaced ICMD_CHECKOOM with ICMD_CHECKEXCEPTION
2004-06-03 twisti- added asm_getclassvalues_atomic and asm_criticalsections
2004-06-03 twistiRemoved methodtable.* entries.
2004-05-16 twisti- ExceptionInInitializerError stuff
2004-05-16 twisti- OutOfMemoryError stuff
2004-03-24 twistiRemoved unused functions and .globl's.
2004-03-07 twisti- replaced proto_ exceptions with dynamic ones
2004-02-26 twisti- don't use asm_builtin trace functions anymore
2004-02-26 twistiDefine functions prototypes
2004-02-26 twisti- removed builtin trace functions
2004-01-06 stefanexceptionptr update for native threads
2003-12-09 edwinadded UTF-8 validation
2003-12-07 twisti- added gnu header
2003-12-07 twistiuse again INT_ARG_CNT stuff
2003-12-07 twisti- reverted intreg_argnum back to INT_ARG_CNT
2003-12-05 stefanMade loging thread-safe
2003-11-13 twistiLMULCONST fix.
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-13 stefanrepaired make dist
2003-11-12 twistiPass method to reg_init()
2003-11-07 twisti- removed code generation defines
2003-11-02 twistiWhy was there the i386 version? Hmm...
2003-11-02 twistiMajor file restructuring.