correct exception handler range checks
[cacao.git] / jit /
2004-11-06 motsecorrect exception handler range checks
2004-11-05 twistiCompiler data structure changes.
2004-11-05 twistiMade code patch thread safe in check_clinit.
2004-11-05 twistiRemoved obsolete %ecx, %edx stuff.
2004-11-05 twistiMove typedefs in front of includes to resolve circular...
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-05 twistiAdapted reentrant compiler fixes from christian ullrich.
2004-11-05 twistiUse exception functions to generate inline exception...
2004-11-05 twistiUse new_arrayindexoutofboundsexception.
2004-11-05 twistiAgain changes concerning compiler data structures....
2004-11-05 twisti- made code patching thread safe in check_clinit (use...
2004-11-03 jowenntableswitch index problem solved, jump to wrong instruc...
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-11-01 twistiEnable xASTORECONST icmds.
2004-11-01 twisti- exceptiontable fixes
2004-10-28 stefancompile fix
2004-10-27 twistiReentrant jit compiler changes for powerpc.
2004-10-21 carolynrta update to get rid of debug print
2004-10-19 carolynrta rewrite for loader changes
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-10-04 carolyninline updates (almost finished) to separate class...
2004-08-24 stefanthere is no "rmb" instruction
2004-08-17 twisti- moved <clinit> call back into internal function
2004-08-04 stefanbarrier changes
2004-08-03 stefanapparently, getcallingmethod is gone
2004-08-02 stefanpreparation for new threads
2004-08-01 stefannew native threads
2004-08-01 stefannew native threads
2004-08-01 stefanSupport exception from monitorexit
2004-08-01 stefannew native threads implementation
2004-08-01 stefanInitialize sigaction properly
2004-07-28 twistiInline exception stub changes:
2004-07-28 twistiRemoved init_exceptions() and init_system_exceptions...
2004-07-26 twistiReentrant compiler changes.
2004-07-26 twistiExport codegen_addreference for i386 and x86_64.
2004-07-22 twistiReentrant compiler changes.
2004-07-22 twistiRemoved deleted native-math.h
2004-07-22 twistiReentrant compiler changes.
2004-07-22 twistiAdded ICMD_xASTORECONST
2004-07-21 twistiReentrant compiler fixes.
2004-07-21 twistiReentrant compiler fixes (things not catched with i386...
2004-07-21 twistiReentrant compiler fixes: moved global variables into...
2004-07-21 twisti- ICMD_DUP* and ICMD_SWAP heap corruption fix
2004-07-21 twisti- moved branchref, jumpref, linenumberref, dataref...
2004-07-21 twisti- reentrant compiler fixes: usage of monitorenter
2004-07-21 twisti.h file of codegen.inc
2004-07-21 twisti- reentrant compiler fixes
2004-07-21 twisti- reentrant compiler fixes
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...
next