sane comments
[cacao.git] / jit / i386 /
2004-03-29 stefanNative threads almost working
2004-03-29 stefanRemoved cast_lock
2004-03-29 stefan*** empty log message ***
2004-03-29 stefancrash fix
2004-03-19 jowennpatching asm_builtin_new away and do direct calls to...
2004-03-17 twistiFinished calljavafunction2 copy loop stuff.
2004-03-15 jowennexception back traces for i386
2004-03-13 jowennthe line number <-> mpc table is now stored into the...
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-06 twisti- removed inc, dec macros -- they only write partially...
2004-03-05 jowennbetter handling of for name
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-14 stefanAdded critical regions for native threads
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 twisti- asm_check_clinit (static class initializer)
2004-01-05 twisti- include main.h for compiler switches
2003-12-14 stefanNative threads
2003-12-14 stefanMore macros
2003-12-14 stefanCleaned up cast lock, actually working now
2003-12-14 twistiAdded code macros:
2003-12-14 stefanNative threads
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twisti- most important: exchanged REG_ITMP2 and REG_ITMP3...
2003-12-13 twistiWe do have SUPPORT_IFCVT and SUPPORT_FICVT.
2003-12-13 twisti- warning fix
2003-12-13 twisti- added gnu header and emacs tailer
2003-12-13 stefanNative threads
2003-12-09 edwinadded UTF-8 validation
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-07 twistiNow defined in builtin.h
2003-12-05 stefanMade loging thread-safe
2003-12-04 jowennMake exceptions thrown from bytecode back to native...
2003-12-04 jowennone bug less related to class/exception handing and...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-13 twisti- added IF_LNE == 0 optimization
2003-11-09 twistiCleaned up.
2003-11-09 twistiFurther code changes.
2003-11-09 twistiPrint can't find method and exit.
2003-11-09 twistiRemoved unused variables.
2003-11-09 twistiFixed segfault with -O2
2003-11-06 twistiPut into thread/thread.h
2003-11-03 twistiFurther changes.
2003-11-02 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.