* asm_call_jit_compiler: Argument save/restore offsets fixed for darwin.
[cacao.git] / src / vm / jit / i386 /
2005-11-07 twisti* DIST_SUBDIRS, SUBDIRS: Moved to top.
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* M_XOR, M_CLR: Added.
2005-11-04 twisti* createnativestub: Call trace fixes.
2005-10-21 twisti* Patcher stub call nop'ing stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
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-13 twisti* createnativestub: Local references changes.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-10 twisti* ICMD_ATHROW, ICMD_ARETURN: Generate a call to the...
2005-10-10 twisti* patcher_athrow_areturn: Added.
2005-10-10 twisti* M_CALL_IMM: Added.
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* M_BNE: Added.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-29 twisti* offsets.h: Added.
2005-09-27 twisti* asm_calljavafunction2: Fixed stackframe size bug.
2005-09-19 twisti* Changed vm/jit/i386/types.h include to vm/types.h.
2005-09-19 twisti* asmoffsets.h, types.h: Removed.
2005-09-19 twisti* Use one global vm/types.h and check unknow pointer...
2005-09-19 twisti* Include methodheader.h instead of asmoffsets.h.
2005-09-19 twisti# Fixed includes.
2005-09-16 twisti* Moved asmoffsets.h to a global methodheader.h.
2005-09-14 twisti* Unified disassembler interface.
2005-09-02 twisti* Changed _TYPES_H define to _CACAO_TYPES_H
2005-07-22 twisti* codegen_addpatchref: Passing displacement changes.
2005-07-22 twisti* patcher_resolve_native: Native function is now loaded...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-13 twisti* Added #include "mm/memory.h"
2005-07-12 twisti* icmd_uses_reg_res.inc: added
2005-07-12 twisti* New, simpler stacktrace system
2005-07-12 twisti* New, simpler, more generic stacktrace system
2005-07-10 twisti* Implemented new stacktrace system
2005-07-10 twisti* Implemented new stacktrace system
2005-07-10 twisti* Fixed typo
2005-07-09 twisti* Fixed some indent
2005-07-09 twisti* Fixed header
2005-07-05 twisti* Machine dependent, but os independent functions
2005-07-05 twisti* Added md.c
2005-07-05 twisti* Renamed md.c to md-os.c
2005-06-29 christianmd_return_alloc added to precolor the stack slots conta...
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-26 twisti* Bugfix: check return type for IS_2_WORD_TYPE and...
2005-06-26 twisti* M_ALD, M_AST: macros added
2005-06-26 twisti* md_init: added
2005-06-25 twisti* Removed machine independent stuff
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Moved md_param_alloc prototype to decriptor.h
2005-06-22 christianCorrect entries in Authors/Changes
2005-06-22 christianChanges in the registerdata structure:
2005-06-22 twisti* Only patch back 5 bytes code (call size) since 8...
2005-06-20 twisti* createnativestub: removed machine independent code
2005-06-17 twisti* Include correct signal.h
2005-06-14 twisti* compile warning fixes
2005-06-14 twisti* Added DIST_SUBDIRS
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-06-13 twisti* machine dependent stuff
2005-06-09 twisti* Use AC_C_BIGENDIAN in configure.in
2005-06-09 christianBug in long argument copying and Trace Argument copying...
2005-06-08 christianMoved abi stuff to machine depended files
2005-05-31 twisti- use monitorenter/exit macros
2005-05-23 twistiKilled panic's.
2005-05-17 twistiKilled panic's.
2005-05-13 twisti- added missing INT_*, FLT_* defines
2005-05-13 twistiUse patcher_putfieldconst in ICMD_PUTFIELDCONST.
2005-05-13 twistiImplemented patcher_putfieldconst.
2005-05-13 twisti- correct order of argument-register assigment/monitore...
2005-05-13 twisti- added monitor for patcher functions
2005-05-13 twistiAdded monitor for patcher functions.
2005-05-13 twisti- renamed some I386_* to more common REG_* or ALU_*
2005-05-13 twistiRenamed I386_* to more common REG_* or ALU_*.
2005-04-26 twistiSmall bugfix in invokevirtual.
2005-04-25 twisti- monitorenter/exit are now handled inline
2005-04-25 twisti- removed ALIGNCODENOP
2005-04-25 twisti- changes signatures (every patcher uses the same assem...
2005-04-25 twistiRemoved (a lot of stuff):
2005-04-25 christianasmpart.S for 4 Byte Stackslots
2005-04-25 christiancodegen.c for 4 Byte Stack Slots
2005-04-23 christianLSRA updated to 4 Byte Stackslot (i386)
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-22 twistiasmhelper.h to helper.h changes.
2005-04-22 twistiLazy loading changes.
2005-04-22 twistiImplemented patcher wrapper.
2005-04-22 twistiAdded: patcher.c
2005-04-22 twistiTemporary disabled SUPPORT_CONST_STORE.
2005-04-22 twistiAdded: i386_emit_membase32
2005-04-22 twistiAdded: i386_alu_imm32_reg
2005-04-22 twistiImplemented remaining patcher functions.
2005-04-21 twisti- bugfix in i386_mov_membase32_reg
2005-04-21 christiangnu header added
2005-04-20 twistiStarting to write code patching functions is C.
2005-04-14 christianfor using reserved registers on i386
2005-04-13 christianredo of changes overwritten by last commit
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistiSome lazy loading stuff.
2005-04-12 twistiFirst code patching functions.
next