* src/vm/jit/stack.h (COPYCURSTACK): Do not create invars here.
[cacao.git] / src / vm / jit / x86_64 /
2006-09-07 twisti* src/vm/jit/x86_64/emit.c (emit_copy): Eliminate regis...
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 edwin* src/vm/jit/x86_64/codegen.h (ICONST): Fix this macro...
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-14 twisti* src/vm/jit/codegen-common.c (codegen_findmethod)...
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-25 twisti* src/vm/jit/x86_64/md.c (md_signal_handler_sigusr2...
2006-07-17 twisti* src/vm/jit/asmpart.h (asm_wrapper_patcher): Renamed to
2006-07-17 twisti* src/vm/jit/x86_64/patcher.c (vm/jit/x86_64/codegen...
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-12 edwin* src/vm/jit/emit.h (emit_load): New function. This...
2006-07-12 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use jd->isleaf...
2006-07-11 twisti* src/vm/jit/x86_64/asmpart.S (asm_call_jit_compiler...
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-28 twisti* src/vm/exceptions.c (exceptions_asm_new_abstractmetho...
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-06-28 twisti* src/vm/jit/jit.h (JITDATA_FLAG_INSTRUMENT)
2006-06-28 twisti* src/vm/jit/x86_64/md.c [ENABLE_THREADS] (threads...
2006-06-20 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use codeinfo...
2006-06-06 twisti* src/vm/jit/alpha/arch.h (SUPPORT_LONG_DIV_POW2)
2006-05-31 twisti* src/vm/jit/x86_64/md-emit.h (IS_IMM8, IS_IMM32):...
2006-05-31 twisti* src/vm/jit/x86_64/emit.c: Use new emit methods, saves...
2006-05-25 twisti* src/vm/jit/x86_64/md-emit.h (emit_movl_reg_reg):...
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/jit/alpha/asmpart.S (asm_perform_threadswitch)
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/x86_64/emit.c (x86_64_emit_ifcc): Changed...
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-20 twisti* src/vm/jit/x86_64/codegen.h (M_ALD32): Added.
2006-04-20 twisti* src/vm/jit/x86_64/md-abi.h (REG_METHODPTR): Added.
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-18 twisti* src/vm/jit/x86_64/md-abi.h (REG_IFTMP): Defined.
2006-04-13 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use argument...
2006-04-13 twisti* src/vm/jit/x86_64/emitfuncs.c (x86_64_emit_ishift...
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-04-11 twisti* src/vm/builtin.c (builtin_throw_exception): Changed...
2006-04-05 twisti* src/vm/jit/alpha/asmpart.S (asm_vm_call_method):...
2006-03-30 twisti* src/vm/jit/alpha/asmpart.S (vm/jit/abi.h): Changed to
2006-03-30 twisti* src/vm/exceptions.c (exceptions_handle_exception...
2006-03-28 twisti* src/vm/jit/x86_64/md.c (md_signal_handler_sigsegv)
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-22 edwin* src/vm/jit/powerpc/md.c (DISASSINSTR): #ifdef'ed
2006-03-16 edwin* src/vm/jit/x86_64/codegen.c (codegen): Reuse `disp...
2006-03-16 edwin* src/vm/jit/i386/asmpart.S (asm_replacement_out):...
2006-03-16 twisti* src/vm/jit/x86_64/md.c (md_cacheflush): New method.
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-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
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-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-14 twisti* src/vm/jit/x86_64/codegen.c (createcompilerstub)...
2006-02-12 christian* src/vm/jit/x86_64/md-abi.c (md_param_alloc): Regard...
2006-02-05 twisti* src/vm/jit/powerpc/asmpart.S, src/vm/jit/alpha/asmpart.S,
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-28 twisti* src/vm/jit/x86_64/.cvsignore: Added TAGS.
2006-01-28 twisti* src/vm/method.c (method_descriptor2types): Removed.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-20 twisti* src/vm/jit/powerpc/linux/md-os.c, src/vm/jit/powerpc...
2006-01-20 twisti* src/vm/jit/x86_64/disass.c (dis-asm.h): Added.
2006-01-20 twisti* src/vm/jit/disass-common.c, src/vm/jit/disass.h:...
2006-01-19 twisti* INCLUDES: Replaced with AM_CPPFLAGS as Tom Tromey...
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-10 twisti* SUPPORT_FMOD: Removed.
2006-01-09 twisti* assert.h, stdarg.h, vm/jit/x86_64/dis-asm.h: Removed.
2006-01-09 twisti* Removed, we now link against libbfd and libopcodes.
2006-01-09 twisti* libarch_la_SOURCES: Removed dis-asm.h and i386-dis...
2006-01-02 twisti* nregdescint, nregdescfloat: Moved to md-abi.c.
2006-01-02 twisti* noinst_HEADERS: Removed md-abi.inc.
2006-01-02 twisti* nregdescint, nregdescfloat: Added.
2006-01-02 twisti* disassinstr: Some code improvement.
2006-01-02 christianChanged register allocator .inc to .c files and moved...
next