* src/vm/jit/powerpc/md.c (md_patch_replacement_point): Added.
[cacao.git] / src / vm / jit / alpha / codegen.c
2006-03-18 edwin* src/vm/jit/powerpc/md.c (md_patch_replacement_point...
2006-03-16 edwin* src/vm/jit/alpha/codegen.c (codegen): Use `disp`...
2006-03-16 edwin* src/vm/jit/alpha/asmpart.S (asm_replacement_out)
2006-03-16 edwin* src/vm/jit/alpha/codegen.c (codegen): Handle replacem...
2006-03-16 twisti* src/vm/jit/alpha/codegen.c: Use new exception stubs.
2006-03-14 edwin* src/vm/method.h (methodinfo): Moved `entrypoint`...
2006-03-01 twisti* src/vm/options.c: Renamed runverbose to opt_verbosecall.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-12 twisti* src/vm/jit/alpha/md.c (md_assembler_get_patch_address...
2006-01-31 twisti* src/vm/jit/powerpc/codegen.c, src/vm/jit/alpha/codegen.c,
2006-01-28 twisti* src/vm/jit/powerpc/linux/md-abi.c,
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-13 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-02 christianChanged register allocator .inc to .c files and moved...
2005-12-30 twisti* vm/jit/codegen.inc: Removed.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-12-08 twisti* codegen: Don't set cd->mcodeend (now done in codegen_...
2005-12-03 twisti* vm/tables.h: Removed.
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-22 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-19 edwin* src/vm/jit/mips/codegen.c, src/vm/jit/alpha/codegen.c:
2005-11-19 edwin* codegen: generalize bugfix for IFNE_ICONST to other...
2005-11-19 edwin* codegen: bugfix for IFNE_ICONST: prevent overwriting...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-08 twisti* Java 1.5 support changes.
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub call.
2005-10-12 twisti* createnativestub: Local references changes.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-27 twisti* createnativestub: Fixed stackframeinfo offset.
2005-07-24 twisti* Pass displacement to patcher functions.
2005-07-13 twisti* ICMD_IDIV, ICMD_IREM: gcc -O2 workaround: the cast...
2005-07-11 twisti* Again, new and simpler stacktraces
2005-07-11 twisti* Implemented new (and new improved) stacktrace system
2005-07-05 twisti* INVOKESPECIAL: use software null pointer, checking...
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-22 christianChanges in the registerdata structure:
2005-06-20 twisti* Moved machine independent code from createnativestub to
2005-06-18 twisti* Use code/data segment in native stub
2005-06-08 twisti* moved ABI stuff to specific files
2005-05-23 twistiKilled panic's.
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-05-11 twistiPatcher stub bugfix: don't increment mcodeptr with ++.
2005-05-03 twistiPatcher synchronization.
2005-04-27 twisti- use itmp3 for patchref branch and save the return...
2005-04-26 twistiLazy loading for alpha and code patching stuff.
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistipatchref patch.
2005-04-03 twisti- -verbosecall bugfix
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-24 twisti- implemented: ICMD_PUTSTATICCONST, ICMD_PUTFIELDCONST
2005-02-15 twisti- some signal changes
2004-12-22 twistiAdded stub size InternalError.
2004-12-22 twisti- MULTIANEWARRAY bugfix
2004-12-07 twistiGNU header update.
2004-12-06 twistiDon't include stacktrace.inc.
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-11-30 twistiNew source tree.
2004-11-29 twistiSmall comment typo.
2004-11-26 twistiWarning fixes, sorry.
2004-11-25 twistiNew clinit patch code.
2004-11-25 christian*** empty log message ***
2004-11-14 jowennskip new instructions for now
2004-11-08 twistiCompiler data structure changes.
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-07-21 twistiReentrant compiler fixes.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-05 stefancompile fix
2004-07-05 twisti- global variable changes
2004-07-03 stefanstatic monitorenter
2004-06-29 twistiremoval_of_global_jit_variables changes.
2004-06-12 stefanNative stub size again
2004-06-11 stefanSmall fix (native stub size)
2004-06-06 twistiFix include paths to support build directories.
2004-06-05 twisti- ICMD_CHECKOOM to ICMD_CHECKEXCEPTION stuff
2004-05-16 stefancompileverbose merge from i386
2004-05-16 twisti- ExceptionInInitializerError stuff
2004-05-05 stefanThreads on Alpha Linux
2004-03-18 jowennadditional fields for line numbers added to data segmen...
2004-03-17 twisti- -verbosecall fixes
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-15 jowennexception back traces for i386
2004-03-07 twisti- replace proto_ exceptions with dynamic ones
2004-01-22 twistiPatch the code for PUT/GETSTATIC instructions to jump...
2004-01-22 twisti- fixed F2D (in corner case situations like MIN_VALUE...
2004-01-07 edwininclude main.h
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 twisti- include parse.h
2003-12-16 edwinuse loging functions
2003-12-05 stefanMade loging thread-safe
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-14 stefanRemoved unused, buggy FP operations
2003-11-13 stefannasty fp fix
2003-11-13 stefanUndefined behaviour
2003-11-09 twistiMove variables into .c file, keep defines in .h
2003-11-02 twistiForgot to convert mcode_ to codegen_
next