Merged changes from trunk.
[cacao.git] / src / vm / jit / powerpc / codegen.c
2006-09-05 edwinMerged changes from trunk.
2006-08-28 twisti* src/vm/jit/patcher.h (patcher_resolve_class): Added.
2006-08-28 twisti* src/vm/jit/emit.h (emit_verbosecall_enter): Added.
2006-08-08 twisti* src/vm/jit/stack.c (new_stack_analyse): Replaced...
2006-07-28 twisti* src/vm/jit/dseg.c (desg_increase): Removed.
2006-07-17 twisti* src/vm/jit/asmpart.h (asm_wrapper_patcher): Renamed to
2006-07-13 twisti* src/vm/jit/powerpc/codegen.c (codegen): Use lock_moni...
2006-07-12 twisti* src/vm/jit/powerpc/codegen.c (codegen): Use jd->islea...
2006-07-08 twisti* src/vm/utf8.c (utf_java_lang_ClassCastException)...
2006-07-06 twisti* src/vm/method.h (methodinfo): Removed isleafmethod...
2006-07-04 twisti* src/vm/jit/powerpc/codegen.c (createnativestub):...
2006-06-23 twisti* src/vm/string.c (javastring_toutf): Check for NULL...
2006-06-19 twisti* src/vm/jit/methodheader.h (MethodPointer): Removed.
2006-05-18 edwin* src/threads/native/lock.h, src/threads/native/lock...
2006-05-17 twisti* src/vm/jit/powerpc/codegen.c (createnativestub):...
2006-05-16 twisti* src/vm/jit/powerpc/codegen.c (codegen): Bugfix: use...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-10 twisti* src/vm/jit/codegen-common.h (codegendata): Use an...
2006-04-30 edwin* src/vm/resolve.c (resolve_method_verifier_checks)
2006-04-24 twisti* src/vm/jit/codegen-common.c (codegen_increase): Chang...
2006-04-24 twisti* src/vm/jit/powerpc/codegen.c (codegen): Replaced...
2006-04-14 twisti* src/vm/jit/emit.h: New file.
2006-04-12 edwin* src/vm/jit/parse.c (parse): New unresolved reference...
2006-04-12 twisti* src/vm/jit/powerpc/codegen.c (codegen): Fixed displac...
2006-04-03 twisti* src/vm/jit/powerpc/codegen.c (codegen): Renamed paren...
2006-03-30 twisti* src/vm/jit/powerpc/codegen.c (codegen): Changed signa...
2006-03-18 edwin* src/vm/jit/powerpc/md.c (md_patch_replacement_point...
2006-03-16 twisti* src/vm/jit/jit.h (md_cacheflush, md_icacheflush,...
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/powerpc/codegen.c (createcompilerstub...
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-09 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-26 twisti* store_reg_to_var_int0: Removed.
2005-11-23 twisti* ICMD_GETFIELD: Check if a destination register is...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-17 twisti* var_to_reg_int_{low,high} renamed to var_to_reg_lng_...
2005-11-14 twisti* createnativestub: Some fixes, don't save return value...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-07 twisti* Java 1.5 support changes.
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-05 twisti* createnativestub: Renamed _exceptionptr to _no_thread...
2005-11-03 twisti* patcher_athrow_areturn changes.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub calls.
2005-10-12 twisti* createnativestub: Local references changes, restore...
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-21 twisti* types.h include fixes.
2005-09-16 twisti* asm_cacheflush: Declaration removed.
2005-09-10 twisti* Fixed load displacement overflows (one bug still...
2005-07-13 twisti* Removed disass.h
2005-07-13 twisti* Compiler warning fixes
2005-07-12 twisti* New, simpler stacktrace system (should be final version)
2005-07-12 twisti* Newer, simpler stacktrace system
2005-07-11 twisti* Updated stacktrace system again, simpler, smaller...
2005-07-09 twisti* createnativestub: removed linux specific stuff, we...
2005-07-09 twisti* Implemented stacktraces
2005-07-07 twisti* don't include "md.h", not needed
2005-07-03 christianBoth builtin_trace_args calls moved into a function...
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-27 christianTyping error from last commit fixed
2005-06-27 christianReserve stack space for saving return values to survive...
2005-06-27 christianCorrect saving of integer return register for [AIL...
2005-06-23 christianRegister Packing macros moved to md-abi.h
2005-06-22 christianChanges in the registerdata structure:
2005-06-21 twisti* createnativestub: removed machine independent code
2005-06-16 twisti* Insert stackframesize in method header
2005-06-15 christianrd->secondregs eliminated. A second integer register...
2005-06-14 twisti* removed deprecated BlockPtrOfPC macro
2005-06-14 twisti* removed init_exceptions
2005-06-07 twistiNative stub fixes.
2005-06-07 twistiMULTIANEWARRAY: linux bugfix
2005-06-06 twisti- use parsed descriptors
2005-05-31 twistiMany changes (nearly too much for one commit):
2005-05-24 twisti- compilation fixes
2005-05-20 twisti- killed panic's
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-06 twisti- float argument store bugfix (use M_FST for float...
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-06 stefandon't use r2 as a temp register on linux
2005-02-16 twistiCalling convention fixes.
2005-01-21 stefannullpointer fix
2005-01-04 twistiInclude cacao.h for JNI env variable.
2004-12-22 twistiQuick hack: #ifdef USE_THREADS cacao_catch_Handler...
2004-12-15 twisti#ifdef the cacao_catch_Handler to __DARWIN__.
2004-12-07 twistiGNU header update.
2004-12-05 stefanstack frame more abi compliant
next