* src/vm/jit/i386/codegen.c: fixed DUP2_X1 instruction, a "->prev" was missing
[cacao.git] / src / vm / jit / i386 / codegen.c
2005-12-20 edwin* src/vm/jit/i386/codegen.c: fixed DUP2_X1 instruction...
2005-12-05 twisti* vm/tables.h: Removed.
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-08 twisti* ICMD_FRETURN, ICMD_DRETURN: In monitorexit we have...
2005-11-07 twisti* Java 1.5 support changes.
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-04 twisti* createnativestub: Call trace fixes.
2005-10-21 twisti* Patcher stub call nop'ing stuff added.
2005-10-13 twisti* createnativestub: Local references changes.
2005-10-10 twisti* ICMD_ATHROW, ICMD_ARETURN: Generate a call to the...
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-19 twisti* Changed vm/jit/i386/types.h include to vm/types.h.
2005-09-19 twisti# Fixed includes.
2005-07-22 twisti* codegen_addpatchref: Passing displacement changes.
2005-07-12 twisti* New, simpler, more generic stacktrace system
2005-07-10 twisti* Implemented new stacktrace system
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-26 twisti* Bugfix: check return type for IS_2_WORD_TYPE and...
2005-06-22 christianChanges in the registerdata structure:
2005-06-20 twisti* createnativestub: removed machine independent code
2005-06-14 twisti* compile warning fixes
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-06-09 christianBug in long argument copying and Trace Argument copying...
2005-06-08 christianMoved abi stuff to machine depended files
2005-05-17 twistiKilled panic's.
2005-05-13 twistiUse patcher_putfieldconst in ICMD_PUTFIELDCONST.
2005-05-13 twisti- correct order of argument-register assigment/monitore...
2005-04-26 twistiSmall bugfix in invokevirtual.
2005-04-25 twisti- monitorenter/exit are now handled inline
2005-04-25 christiancodegen.c for 4 Byte Stack Slots
2005-04-22 twistiLazy loading changes.
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistiSome lazy loading stuff.
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-04-01 twistiCHECKCAST bugfix.
2005-03-20 twistiImplemented: PUTSTATICCONST, PUTFIELDCONST
2005-02-10 twisti- using of utf_fillInStackTrace, utf_void__java_lang_Th...
2005-01-04 twistiInclude cacao.h for JNI env variable.
2004-12-22 twisti- MULTIANEWARRAY bugfix
2004-12-21 twisti- restuctured native stub
2004-12-19 jowenncalculate destination block offset correctly. Problem...
2004-12-09 twisti- fixed -verbosecall crash (too small stub size)
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...
next