* src/vm/jit/code.c (code_get_stack_frame_size): Implement stack alignment
[cacao.git] / src / vm / jit / intrp /
2006-03-16 twisti* src/vm/jit/intrp/engine.c (USE_spTOS): Define it...
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-01 twisti* src/vm/options.c: Renamed runverbose to opt_verbosecall.
2006-02-23 twisti* src/vm/jit/intrp/dynamic-super.c (disassemble_prim...
2006-02-21 twisti* src/vm/jit/intrp/java.vmg (MULTIANEWARRAY): Use mallo...
2006-02-21 twisti* src/vm/jit/intrp/codegen.c (cacao/cacao.h): Removed.
2006-02-21 twisti* src/vm/jit/intrp/engine.c (cacao/cacao.h): Removed.
2006-02-20 twisti* src/vm/jit/intrp/engine.c (USE_spTOS): Disable per...
2006-02-14 twisti* src/vm/jit/intrp/codegen.c (createcompilerstub):...
2006-02-07 edwin* src/vm/jit/intrp/codegen.c (createcalljavafunction):
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/vm/jit/intrp/Makefile.am (EXTRA_DIST): Added...
2006-01-22 twisti* src/vm/jit/intrp/codegen.c (cacaotype2ffitype): Rever...
2006-01-22 twisti* src/vm/jit/intrp/java.vmg: Some reformatting.
2006-01-22 twisti* src/vm/jit/intrp/asmpart.c (vm/loader.h): Added.
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-22 edwin* src/vm/jit/intrp/codegen.c (nativecall): Fixed calcul...
2006-01-22 edwin* src/vm/jit/intrp/codegen.c (cacaotype2ffitype): Use...
2006-01-20 twisti* src/vm/jit/intrp/intrp.h (ffi.h): Removed, not requir...
2006-01-19 twisti* src/vm/jit/intrp/codegen.c, src/vm/jit/intrp/java...
2006-01-19 twisti* INCLUDES: Replaced with AM_CPPFLAGS as Tom Tromey...
2006-01-13 twisti* Small reformatting.
2006-01-12 twisti* GETSTATIC_FLOAT, PUTSTATIC_FLOAT, GETFIELD_FLOAT...
2006-01-12 twisti* Some 64-bit big-endian bugfixes.
2006-01-12 twisti* 64-bit big-endian bugfix: replace s4 with ptrint.
2006-01-12 twisti* Fixed a lot of compiler warnings (functionptr ->...
2006-01-12 twisti* regs: Removed.
2006-01-12 twisti* builtin_gen_table: #if function according to arch.h.
2006-01-12 twisti* Prefixed functions with intrp_.
2006-01-12 twisti* md_init, md_stacktrace_get_returnaddress: Prefixed...
2006-01-12 twisti* Prefix functions with intrp_.
2006-01-12 twisti* We have to use a machine dependent arch.h.
2006-01-11 twisti* vm/jit/codegen.inc.h: Removed.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-21 antonbugfix (srcdir-related)
2005-12-21 anton* # is not portable, bugfix.
2005-12-21 antondisasm.c: added support for static profiling (disabled...
2005-12-21 anton* __INTRP__, USE_spTOS: Removed.
2005-12-21 anton* INCLUDES: Removed libffi include.
2005-12-21 twisti* Use WITH_FFI and WITH_FFCALL defines from configure.
2005-12-21 twisti* FFCALL: Define plus header includes removed.
2005-12-21 twisti* Use #ifdef WITH_FFI.
2005-12-20 twisti* ICMD_PUTSTATICCONST, ICMD_PUTFIELDCONST: Removed...
2005-12-13 twisti* asm_handle_exception: Renamed to intrp_asm_handle_exc...
2005-12-12 twistiprofiling stuff for static superinstructions
2005-12-12 twistiadded stuff for generating static superinstructions
2005-12-09 antonconverted java.vmg to use new "..." feature of vmgen
2005-12-07 anton* Dynamic superinstructions including patched instructi...
2005-12-07 anton* Dynamic superinstructions added.
2005-12-05 twisti* We distribute these files only in releases, others...
2005-12-05 twisti* INCLUDES: ffi headers are generated fro .in files...
2005-12-05 twisti* builtin_throw: Compile error and warning fixes.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-11-30 antonbugfix: patchers now store spTOS before calling other...
2005-11-30 anton* md_init: Use line buffering on vm_out.
2005-11-29 anton* MCODECHECK: Removed lastmcodeptr calculation, now...
2005-11-29 anton* Added md-abi.h again (required for TRACE_ARGS_NUM).
2005-11-23 twisti* EXTRA_DIST: Added with java.vmg.
2005-11-23 twisti* gen_inst: Use lastmcodeptr instead of last_compiled.
2005-11-23 twisti* vm/types.h: Added.
2005-11-23 twisti* gen_BBSTART: Use lastmodeptr instead of last_compiled.
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-23 twisti* libintrp_la_SOURCES: Added *.i files.
2005-11-23 twisti* asmoffsets.h, disass.h: Removed if missed before.
2005-11-22 twisti* Removed __INTRP__ define.
2005-11-22 twisti* md-abi.h: Removed.
2005-11-18 twisti* Regenerated.
2005-11-18 twisti* Java 1.5 support changes.
2005-11-18 twisti* PATCHER_CALL_SIZE: Defined.
2005-11-18 twisti* nativevcall: Local references table changes.
2005-11-18 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-18 twisti* Removed empty line.
2005-11-17 twisti* Users should not need to generate these.
2005-11-07 twisti* INCLUDES: Added OS_DIR.
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-05 edwinverify that abstract classes are not instantiated
2005-09-24 twisti* builtin_throw: Don't pass line to builtin_trace_excep...
2005-09-21 twisti* Added 1000 static superinstructions.
2005-09-21 twisti* Bugfixes, some optimizations.
2005-09-21 twisti* Fixed header text.
2005-09-21 twisti* Fixed includes.
2005-09-19 twisti* Fixed includes.
2005-09-19 twisti* AM_CFLAGS, noinst_HEADERS: Removed.
2005-09-19 twisti* Changed vm/jit/intrp/types.h include to vm/types.h.
2005-09-19 twisti* We now use a global vm/types.h.
2005-09-19 twisti* Double_Store: 32-bit fix.
2005-09-16 twisti* Unified disassembler interface.
2005-09-15 twisti* Superinstructions added.
2005-09-14 twisti* Most stuff implemented (stacktraces, ...), stuff...
2005-09-05 twisti* POP/DUP/DUP_Xx fixes for longs: we need to undo our...
2005-09-02 twisti* More interpreter files (important ones).
2005-09-02 twisti* Ignore some files.
2005-09-02 twististarted reintegrating interpreter