flags add to new Field
[cacao.git] / jit /
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-16 twistiSUPPORT_ONLY_ZERO_ASTORE bugfix.
2004-07-13 stefanglobal jit variables removal
2004-07-12 stefan- global jit variables removal
2004-07-11 stefancritical sections fix (native threads)
2004-07-11 stefanNative threads missing bits
2004-07-11 stefanrenamed vftbl type to vftbl_t
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-09 twisti- moved #defines into header
2004-07-09 twistiWe need to save temp registers in asm_check_clinit...
2004-07-09 twistiInclude only topdir.
2004-07-09 twistiRenamed temp registers as in gdb.
2004-07-07 twistiGlobal compiler variables changes.
2004-07-07 twistiGlobal compiler variables fix for x86_64.
2004-07-05 twistijit compiler global variable changes.
2004-07-05 twistioffsets.h compilation stuff.
2004-07-05 stefancompile fix
2004-07-05 twisti- global variable changes
2004-07-05 twistiDefined SUPPORT_CONST_ASTORE and SUPPORT_ONLY_ZERO_ASTORE.
2004-07-05 twistiasmpart.o and offsets.h rules.
2004-07-05 twisti- removed ICMD_xREM0X10001, we really don't need them...
2004-07-05 twistiRemoved ICMD_xREM0X10001, we really don't need them...
2004-07-04 stefanfix some warnings
2004-07-03 stefanstatic monitorenter merge
2004-07-03 stefanstatic monitorenter
2004-07-01 twisti- moved defines into header
2004-07-01 twistiExport codegen_addreference on i386 and x86_64.
2004-06-30 twistiMoved reg_of_var from codegen.c, cause it's platform...
2004-06-30 twistiMoved reg_of_var into codegen.inc, cause it's platform...
2004-06-30 twistiOh fuck, ansi c again! I'm soooooooo sorry...
2004-06-30 twistiHandle offsets.h stuff in a better way.
2004-06-30 twistiRemoved offsets.h stuff.
2004-06-30 twistiDefine {INT,FLT}_{ARG,SAV}_CNT
2004-06-30 twisti- *registerdata stuff
2004-06-30 twistiImplemented functions for ICMD_xASTORECONST.
2004-06-30 twisti- *registerdata changes
2004-06-30 twistiInclude options.h/statistics.h.
2004-06-30 twistiInclude options.h instead of main.h.
2004-06-30 twistiInclude options.h.
2004-06-30 twistiDefined registerdata structure.
2004-06-30 twisti- moved statistic variables into statistics.*
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-30 twistiInclude options.h/statistics.h instead of main.h.
2004-06-30 twisti- moved statistic variables into statistics.*
2004-06-29 twistiremoval_of_global_jit_variables changes.
2004-06-29 twistiasmpart depends on offsets.h
2004-06-29 twisticodegen_insertNative only for i386 and x86_64.
2004-06-25 carolynupdated inline.c so works with lazy loading
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-19 twisti- Arghhhh! Do NOT use %ebx in a asm_ function without...
2004-06-19 twistiDon't use ecx, edx on i386 (we have problems with asmpa...
2004-06-17 twistiMoved builtin_monitorenter/builtin_monitorexit function...
2004-06-17 twistiFixed include paths.
2004-06-17 stefan*** empty log message ***
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanansi c fix
2004-06-12 stefanThreads for IRIX
2004-06-12 stefanAlignment was broken for MIPS
2004-06-12 stefanNative stub size again
2004-06-11 stefanSmall fix (native stub size)
2004-06-11 stefanatomic functions in asmpart.S because of MIPSPro compiler
2004-06-11 stefanAtomic operations for MIPS
2004-06-11 stefanNull pointer exception working again on darwin
2004-06-07 twististatic function prototypes should not be in a header...
2004-06-06 twisti- export xhandler
2004-06-06 twistiFix include paths to support build directories.
2004-06-05 twistiFix include paths to support build directories.
2004-06-05 twisti- added emitfuncs stuff
2004-06-05 twistiFix include paths to support build directories.
2004-06-05 twisti- export calljava_xhandler, calljava_xhandler2
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- bug fix in L_initializererror
2004-06-05 twistiFixed ArrayIndexOutOfBoundsException bug.
2004-06-05 twistiFixed ArrayIndexOutOfBoundsException bug.
2004-06-05 twisti- ICMD_CHECKOOM to ICMD_CHECKEXCEPTION stuff
2004-06-05 twisti- moved all code emitter functions in emitfuncs.c
2004-06-05 twistii386 and x86_64 methodtable bugfix.
2004-06-03 twistiClass values (off*val) are s4's, so just read and write...
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.* stuff.
2004-06-03 twistiRemoved methodtable.* entries.
2004-06-03 twistiWe don't need this anymore, we now use a much faster...
2004-06-03 twistiUse avl tree instead of a simple linked list for x86...
2004-06-03 twistiWe don't need this anymore, we now use a much faster...
2004-06-02 twisti- #include "config.h"
2004-06-02 twisti- removed nullpointer proto
2004-06-02 twistiCompile asmpart.S with all falgs (to get config.h).
2004-06-02 twistiAlso set xcheckarefs back to null.
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-28 twistiPrint branch addresses correctly.
2004-05-28 twistiReplaced ICMD_CHECKOOM by ICMD_CHECKEXCEPTION.
2004-05-27 twisti- header changes
2004-05-27 twistiSome header changes.
2004-05-27 twistiReplaced findmethod with codegen_findmethod.
2004-05-27 twistiChanged xoomrefs to xexceptionrefs.
2004-05-27 twisti- changed ICMD_CHECKOOM to ICMD_CHECKEXCEPTION
next