# Fixed includes.
[cacao.git] / src / vm / jit /
2005-09-19 twisti# Fixed includes.
2005-09-17 twisti* stackframeinfo: Removed addressOfThreadspecificHead...
2005-09-17 twisti* Include methodheader.h instead of asmoffsets.h.
2005-09-16 twisti* Moved asmoffsets.h to a global methodheader.h.
2005-09-16 twisti* asm_cacheflush: Declaration added.
2005-09-16 twisti* asm_cacheflush: Declaration removed.
2005-09-16 twisti* codegen_createnativestub: Compiler warning fix.
2005-09-16 twisti* Unified disassembler interface.
2005-09-16 twisti* Unified disassembler interface.
2005-09-16 twisti* Bugfix: Used wrong register define.
2005-09-15 twisti* Unified disassembler interface.
2005-09-15 twisti* Unified disassembler interface.
2005-09-15 twisti* Superinstructions added.
2005-09-14 twisti* asm_wrapper_patcher: Fixed 16-byte stackframe alignme...
2005-09-14 twisti* Unified disassembler interface.
2005-09-14 twisti* Unified disassembler interface.
2005-09-14 twisti* Most stuff implemented (stacktraces, ...), stuff...
2005-09-12 twisti* patcher_get_putstatic: Fixed cast for disp.
2005-09-10 twisti* Fixed load displacement overflows (one bug still...
2005-09-10 twisti* Added comments.
2005-09-10 twisti* We can't use r0 as REG_ITMP3, use r16 instead.
2005-09-05 twisti* Added ENABLE_INTRP defines.
2005-09-05 twisti* Added __INTRP__ define.
2005-09-05 twisti* Added ENABLE_JIT, ENABLE_INTRP defines to handle...
2005-09-05 twisti* PATCHER_checkcast_instanceof: Added for intrp.
2005-09-05 twisti* Added ENABLE_INTRP stuff.
2005-09-05 twisti* POP/DUP/DUP_Xx fixes for longs: we need to undo our...
2005-09-02 twisti* Changed _TYPES_H define to _CACAO_TYPES_H
2005-09-02 twisti* More interpreter files (important ones).
2005-09-02 twisti* Ignore some files.
2005-09-02 twististarted reintegrating interpreter
2005-08-23 cacao* SUBDIRS: Changed to OS_DIR
2005-08-23 cacao* MIPS Linux stuff.
2005-08-17 michi* implemented big-endian-arms
2005-08-17 michi* removed arm defines (ICMD_FREM and ICMD_DREM cannot...
2005-08-05 michi* reg_setup: fixed typo in register splitting
2005-08-02 cacao* Added MIPS32 support
2005-07-30 twisti* Check for branch displacement overflow in patcher...
2005-07-28 twisti* Bug #8: Collectors should return a value, so we can...
2005-07-27 twisti* M_FLD, M_DLD: Bugfix, we can't use `a' as temp regist...
2005-07-27 twisti* Removed unnecessary opt_showdisassemble stuff.
2005-07-27 twisti* Added irix subdirectory.
2005-07-27 twisti* Bugfix: Include config.h, SIZEOF_VOID_P was not defined
2005-07-27 twisti* Handling of overflow in load/store intructions implem...
2005-07-27 twisti* codegen_findmethod: Implemented to work with 3 instru...
2005-07-27 twisti* Warning fix
2005-07-24 twisti* Pass displacement to patcher functions.
2005-07-24 twisti* Pass load/store displacement to the patcher functions...
2005-07-24 twisti* codegen_findmethod: Use the new M_LDA macro after...
2005-07-24 twisti* M_LDA, M_ILD, M_LLD, M_IST, M_LST, M_FLD, M_DLD,...
2005-07-24 michireg_of_var: Special handling of splittet variables...
2005-07-24 michi* reg_setup: Enabled splitting of long arguments across...
2005-07-24 michi* ICMD_INVOKE*: Renamed SUPPORT_NO_FLOAT_ARGUMENT_REGISTERS
2005-07-22 twisti* codegen_addpatchref: Passing displacement changes.
2005-07-22 twisti* patcher_resolve_native: Native function is now loaded...
2005-07-21 twisti* codegen_addpatchref changes: passing displacement...
2005-07-21 twisti* struct patchref: Added disp.
2005-07-21 twisti* codegen_addpatchref: Added a displacement argument...
2005-07-21 twisti* stacktrace_fillInStackTrace_methodRecursive: if no...
2005-07-20 twisti* createnativestub: Removed initalize check and code...
2005-07-20 twisti* jit_compile_intern: Also handle native functions...
2005-07-20 twisti* codegen_createnativestub: Save native stub in entrypo...
2005-07-20 twisti* createnativestub: resolve function symbol before...
2005-07-20 twisti* M_LEA: removed
2005-07-20 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-20 twisti* stacktrace_extern_fillInStackTrace: removed, not...
2005-07-20 twisti* M_LEA: added
2005-07-20 michi* ICMD_INVOKE*: prevented precoloring of float argument...
2005-07-19 michi* added ICMD_IMULPOW2 and ICMD_LMULPOW2
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* Set currentline to 0 before basicblock start
2005-07-18 twisti* lineNumberTableEntry: use ptrint as line type, otherw...
2005-07-18 twisti* dseg_addlinenumbertablesize: better comments, removed...
2005-07-18 michi* fixed compiler warning for arm (dseg_adds8 is not...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* Some cleanup, code simplifying, added comments...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* ICMD_INLINE_START: -si display reformatted
2005-07-18 twisti* cacao_stacktrace_fillInStackTrace: check for m !...
2005-07-13 twisti* Removed disass.h
2005-07-13 twisti* ICMD_IDIV, ICMD_IREM: gcc -O2 workaround: the cast...
2005-07-13 twisti* Removed unused asmoffsets.h
2005-07-13 twisti* Added #include "mm/memory.h"
2005-07-13 twisti* Compiler warning fixes
2005-07-13 twisti* M_PUSH_IMM: added
2005-07-13 twisti* stack_init: --disable-threads compilation fix
2005-07-13 twisti* Compiler warnnig fixes
2005-07-12 twisti* Implemented stacktraces
2005-07-12 twisti* Removed some defines (line numbers)
2005-07-12 twisti* Added mips define
2005-07-12 twisti* icmd_uses_reg_res.inc: added
2005-07-12 twisti* show_icmd_method: use a monitor since the binutils...
2005-07-12 twisti* Implemented idiv/irem, ldiv/lrem, aastore, arraycheck...
2005-07-12 twisti* Removed stuff for remaining asmpart functions, which...
2005-07-12 twisti* New, simpler stacktrace system
2005-07-12 twisti* New, simpler, more generic stacktrace system
2005-07-12 twisti* New, simpler stacktrace system (should be final version)
2005-07-12 twisti* Newer, simpler stacktrace system
2005-07-11 twisti* Again, new and simpler stacktraces
next