flags add to new Field
[cacao.git] / src /
2004-07-18 motseflags add to new Field
2004-07-17 motsenat/GtkLabelPeer.c has been removed
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-16 twistiSUPPORT_ONLY_ZERO_ASTORE bugfix.
2004-07-14 twistiRemoved holdsLock.
2004-07-14 twisti- throw NullPointerException in Java_java_lang_VMClassL...
2004-07-14 twistiImplemented Java_java_lang_VMClass_initialize.
2004-07-14 twistiRemoved holdsLock, now implemented in java by classpath.
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 stefanOh please, I hate fixing other people's bugs
2004-07-11 stefanrenamed vftbl type to vftbl_t
2004-07-11 stefanThis does not work on MIPSPro
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-10 stefansome unintended stuff crept in
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-10 stefanincreased heap size (needed for bootstrap build)
2004-07-10 stefanupdate to gc 6.3
2004-07-10 stefan*** empty log message ***
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-08 twistiNew automake's don't like --include-deps anymore.
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-03 stefanrace considerations
2004-07-01 twisti- moved defines into header
2004-07-01 twistiExport codegen_addreference on i386 and x86_64.
2004-07-01 jowennfix cacao/gennativetable to not crash on zipfile input...
2004-06-30 stefanjust being pedantic...
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 twistiInclude options.h.
2004-06-30 twistiInclude dir fix.
2004-06-30 twistiHandle offsets.h stuff in a better way.
2004-06-30 twistiInclude options.h/statistics.h.
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 twistiMoved getcputime() into statistics.*
2004-06-30 twisti- removed options (they are now in options.c)
2004-06-30 twistiSome exports of header.c's functions and variables...
2004-06-30 twistiMain function of cacaoh, uses functions of header.c
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-30 twisti- moved struct nativeref, nativecompref from c file
2004-06-30 twisti- moved struct nativeref, struct nativecompref into...
2004-06-30 twisti- include options.h/statistics.h instead of main.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 commandline switch and statistic variables...
2004-06-30 twisti- moved statistic variables into statistics.*
2004-06-30 twistiMoved commandline option and statistic variables into
2004-06-30 twistiInclude options.h
2004-06-30 twistiInclude options.h instead of main.h
2004-06-30 twistiInclude dir fix.
2004-06-30 twistiContains global statistic variables used in the compiler.
2004-06-30 twistiContains commandline switch variables used in cacao...
2004-06-30 twistiGenerate nativetable.h for native.c
2004-06-30 twistiGenerate jit/ARCH_DIR/offsets.h
2004-06-29 twistiAdded javastring_tochar, class_java_lang_Exception
2004-06-29 twistiPrint detailMessage in builtin_throw_exception.
2004-06-29 twistiremoval_of_global_jit_variables changes.
2004-06-29 twistiasmpart depends on offsets.h
2004-06-29 twisti- print exceptions if they occur
2004-06-29 twisticodegen_insertNative only for i386 and x86_64.
2004-06-26 stefanrename thread switch so we can control it from our...
2004-06-25 stefanno threads compile fix merged
2004-06-25 twistiTemporary hack for non i386 architectures.
2004-06-25 twisti- implemented some exceptions
2004-06-25 twisti- pass nanos to sleepThread
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-20 twisti- check for NoClassDefFoundError, because forName can...
2004-06-20 twistiAlso pass nanos to sleepThread function.
2004-06-20 twistiFixed include path.
2004-06-20 twistiSet prev and next to NULL on list_remove (with this...
2004-06-20 twistiEager loading now works.
2004-06-19 twistiBug fix in builtin_monitor* with green threads: monitor...
next