Exceptions work now with nested builtin_news correctly (set the exception pointer...
[cacao.git] / src / vm / jit / i386 / codegen.c
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-27 twisti- header changes
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-05 stefancompile fix
2004-05-05 stefannative threads - checkcast fixes
2004-05-03 stefannative threads - critical section (cast) change
2004-04-26 twisti- dynamic nullpointer exception
2004-04-20 stefannot using builtin_reset_exceptionptr any more
2004-04-08 stefanwarnings
2004-03-29 stefanRemoved cast_lock
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-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- include main.h for compiler switches
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-09 edwinadded UTF-8 validation
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-05 stefanMade loging thread-safe
2003-12-04 jowennMake exceptions thrown from bytecode back to native...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-13 twisti- added IF_LNE == 0 optimization
2003-11-09 twistiFurther code changes.
2003-11-02 twistiMajor file restructuring.