Merged revisions 7797-7917 via svnmerge from
[cacao.git] / src / vm / jit / x86_64 / codegen.c
2007-05-20 michiMerged revisions 7797-7917 via svnmerge from
2007-04-23 michi* src/vm/jit/x86_64/codegen.c (codegen_emit): Builtin...
2007-04-19 michiMerged revisions 7732-7765 via svnmerge from
2007-04-19 twisti* src/vm/jit/x86_64/codegen.c (codegen_emit_stub_builti...
2007-04-16 michiMerged revisions 7707-7722 via svnmerge from
2007-04-15 michi* src/vm/jit/i386/codegen.c (codegen_emit_stub_builtin...
2007-04-15 michi* src/vm/jit/x86_64/codegen.c (codegen_emit_stub_builti...
2007-04-12 twisti* src/vm/jit/x86_64/codegen.c (codegen_emit_stub_builti...
2007-04-12 michiMerged revisions 7688-7692 via svnmerge from
2007-04-02 twisti* src/mm/cacao-gc/gc.h: Enable __X86_64__.
2007-03-28 michiMerged revisions 7501-7598 via svnmerge from
2007-02-03 twisti* src/vm/jit/x86_64/codegen.c (codegen) [ENABLE_PROFILI...
2007-01-29 twisti* src/vm/jit/x86_64/emit.c: Fixed includes for cacaoh...
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-12-11 twisti* src/vm/signal.c (signal_init): Use SUPPORT_HARDWARE_D...
2006-12-10 twisti* src/vm/jit/x86_64/emit.c (emit_arithmetic_check)...
2006-12-07 edwin* src/vm/jit/x86_64/codegen.c: Ported replacement.
2006-12-07 twisti* src/vm/jit/x86_64/emit.c (vm/options.h): Added.
2006-12-04 twisti* src/vm/jit/x86_64/codegen.c (createcompilerstub)...
2006-11-22 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use new dseg_a...
2006-11-22 edwin* src/vm/jit/x86_64/codegen.c (codegen): Do not generat...
2006-11-15 twistiReverted patch 5890.
2006-11-15 twisti* src/vm/jit/jit.h (ICMD_CHECKNULL): Renamed to ICMD_CH...
2006-11-10 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use
2006-10-26 twisti* src/vm/jit/x86_64/codegen.c (codegen): Made fieldinfo and
2006-10-26 twisti* src/vm/jit/x86_64/md.h: Removed.
2006-10-15 edwin* src/vm/jit/jit.h (exception_entry): New struct.
2006-10-03 edwin* src/vm/jit/powerpc/codegen.c: Removed new_ prefix...
2006-10-03 edwin* src/vm/jit/powerpc/codegen.c: Implemented ICMD_JSR...
2006-10-02 edwin* src/vm/jit/powerpc/codegen.c: Changed OUTVAR to INOUT.
2006-10-02 edwin* src/vm/jit/alpha/codegen.h: Removed M_COPY.
2006-10-02 edwin* src/vm/jit/powerpc/linux/md-abi.c (md_param_alloc...
2006-10-01 edwin* src/vm/jit/x86_64/codegen.c (codegen): Cleaned up...
2006-09-30 edwin* src/vm/jit/powerpc/linux/md-abi.c: Use VAR and VAROP...
2006-09-30 christian* src/vm/jit/x86_64/codegen.c (codegen): Changed to...
2006-09-28 edwinMerged r5530 from trunk:
2006-09-15 christian* src/vm/jit/x86_64/emit.c (emit_load): Changed to...
2006-09-13 edwin* src/vm/jit/powerpc/codegen.c (codegen): Replaced...
2006-09-06 twisti* src/vm/jit/x86_64/md-abi.h (REG_A0, REG_A1, REG_A2...
2006-09-06 twisti* src/vm/jit/x86_64/codegen.c (codegen): Generate the...
2006-09-06 edwin* src/vm/jit/x86_64/emit.c: Renamed new_instruction...
2006-09-05 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use d for...
2006-09-05 edwin* src/vm/jit/alpha/codegen.c (codegen): Deactivate...
2006-09-05 edwin* src/vm/jit/jit.h (basicblock): Changed type of iinstr to
2006-09-05 edwin* src/vm/jit/jit.h (s3_operand_t): Removed arrayvftbl.
2006-09-05 edwin* src/vm/jit/jit.h (jitdata): Removed field new_rd.
2006-09-05 edwin* src/vm/jit/x86_64/codegen.c: Ported to new instructio...
2006-09-05 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use cd->stackf...
2006-09-04 twisti* src/vm/jit/powerpc/emit.c (config.h): Added.
2006-08-08 twisti* src/vm/jit/stack.c (new_stack_analyse): Replaced...
2006-07-31 twisti* src/vm/jit/x86_64/codegen.c (codegen): Load address...
2006-07-25 twisti* src/vm/jit/jit.h (ICMD_ELSE_ICONST): Removed.
2006-07-17 twisti* src/vm/jit/asmpart.h (asm_wrapper_patcher): Renamed to
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-12 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use jd->isleaf...
2006-07-10 twisti* src/vm/jit/x86_64/codegen.c (codegen): Pass register...
2006-07-06 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use code varia...
2006-06-20 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use codeinfo...
2006-05-23 twisti* src/vm/jit/x86_64/codegen.c: Changed the code generat...
2006-05-23 twisti* src/vm/jit/x86_64/emit.c (emit_movl_reg_reg): New...
2006-05-18 edwin* src/threads/native/lock.h, src/threads/native/lock...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-04-30 edwin* src/vm/resolve.c (resolve_method_verifier_checks)
2006-04-27 twisti* src/vm/jit/x86_64/emit.c: Changed x86_64 function...
2006-04-24 twisti* src/vm/jit/codegen-common.c (codegen_increase): Chang...
2006-04-21 twisti* src/vm/jit/jit.c (jit_asm_compile): New method.
2006-04-18 twisti* src/vm/jit/x86_64/emitfuncs.c: Moved to emit.c.
2006-04-18 twisti* src/vm/jit/x86_64/codegen.c (vm/jit/emit.h): Added.
2006-04-13 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use argument...
2006-04-12 edwin* src/vm/jit/parse.c (parse): New unresolved reference...
2006-04-11 twisti* src/vm/jit/x86_64/codegen.c (codegen): Changed signat...
2006-03-28 twisti* src/vm/jit/x86_64/codegen.c (codegen): Renamed parent...
2006-03-27 twisti* src/vm/class.c: Don't initialize classes to NULL.
2006-03-16 edwin* src/vm/jit/x86_64/codegen.c (codegen): Reuse `disp...
2006-03-16 edwin* src/vm/jit/alpha/codegen.c (codegen): Cast to avoid...
2006-03-16 edwin* src/vm/jit/code.c (code_codeinfo_new): Commented.
2006-03-16 edwin* src/vm/jit/code.c (code_get_stack_frame_size): Deal...
2006-03-15 twisti* src/vm/jit/codegen-common.h (branchref): Removed.
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* src/vm/jit/x86_64/codegen.c (cacao/cacao.h): Removed.
2006-02-14 twisti* src/vm/jit/x86_64/codegen.c (createcompilerstub)...
2006-01-31 twisti* src/vm/method.h (methodinfo): Renamed executioncount to
2006-01-30 twisti* src/vm/options.h, src/vm/options.c (opt_prof): Added.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-12 twisti* Use ptrint instead of s8 in some places.
2006-01-02 christianChanged register allocator .inc to .c files and moved...
2005-12-30 twisti* vm/exceptions.h: Added.
2005-12-22 twisti* STATS: Removed, use #if defined(ENABLE_STATISTICS...
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
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-22 twisti* createnativestub: Fixed wrong compare value to xxx_AR...
2005-11-17 twisti* createnativestub: Don't save return value for void...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-07 twisti* Java 1.5 support changes.
2005-10-24 twisti* LREM: Bugfix, we accidentaly overwrote REG_ITMP2...
next