GNU header update.
[cacao.git] / src / vm / jit / i386 / codegen.c
2004-12-07 twistiGNU header update.
2004-12-06 twistiRemoved stacktrace.inc include.
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-11-30 twistiNew source tree.
2004-11-29 twistiUse local xmcode and mcode variables.
2004-11-29 twistiWarning fixes.
2004-11-25 christian*** empty log message ***
2004-11-24 twistiTypo fixed.
2004-11-23 twisti- use dump memory in stub creation
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-05 twistiCompiler data structure changes.
2004-11-05 twistiUse exception functions to generate inline exception...
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-08-01 stefanInitialize sigaction properly
2004-07-28 twistiInline exception stub changes:
2004-07-22 twistiReentrant compiler changes.
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanstatic monitorenter
2004-06-30 twistiMoved reg_of_var into codegen.inc, cause it's platform...
2004-06-30 twisti- *registerdata stuff
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-17 twistiMoved builtin_monitorenter/builtin_monitorexit function...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanansi c fix
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- moved all code emitter functions in emitfuncs.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.