Lazy checkcast and instanceof.
[cacao.git] / src / vm / jit / x86_64 /
2005-04-11 twistiLazy checkcast and instanceof.
2005-04-11 twistiLazy loading changes (CHECKCAST and INSTANCEOF are...
2005-04-07 twistiComment fix.
2005-04-06 twistiRemoved function checking from BUILTINn, this is now...
2005-04-06 twisti- don't pass pv to asm_builtin_new_helper
2005-04-06 twisti- changes for asm_check_clinit: don't use a stack locat...
2005-04-06 twisti- changes to use codegen_addpatchref
2005-04-05 christianconsecutive argument numbering for -si
2005-04-05 christiannew ARGVAR Handling in stack.c
2005-04-04 twistiArgument counting more compact.
2005-04-04 twistioffsets.h depends on genoffsets and config.h, all other...
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-04-01 twistiPatched back in the s1 == REG_ITMP1 (former d == REG_IT...
2005-04-01 twisti- fixed CHECKCAST bug
2005-03-31 twisti- call proper class load/link functions
2005-03-31 christianshift bug finaly fixed
2005-03-30 twistiRemoved unused .globl defines (from i386): asm_builtin_...
2005-03-28 christianbugfix in saving rcx for lshl
2005-03-25 twisti- added asm_calljavafunction_int (for calls which requi...
2005-03-24 christianProblem with not/wrong saved argument registers used...
2005-03-24 twistiAdded x86_64_emit_byte_rex: movb_reg_membase needs...
2005-03-20 twisti- don't pass stackpointer to asm_check_clinit
2005-03-20 twistiRenamed x86_64_is_immxx to IS_IMMxx.
2005-03-20 twistiRenamed x86_64_is_immxx to IS_IMMxx. Maybe these should...
2005-03-20 twisti- PUTSTATICCONST, PUTFIELDCONST implemented
2005-03-20 twistiAdded and changed some SUPPORT defines.
2005-03-09 twistiAdded config.h to resolve undefined reference on recomp...
2005-03-07 christiansimple LSRA for i386,alpha, x86_64
2005-03-05 twisti- removed ALIGNCODENOP
2005-03-05 twistiRemoved ALIGNCODENOP.
2005-03-05 twistiJust ignore some files.
2005-02-23 twistiAdded SUPPORT_MUL_CONST define.
2005-02-17 twistidisassembler fixes.
2005-01-27 twistiAdded SUPPORT_LOGICAL_CONST
2005-01-24 twistiBuild directory fixes.
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
next