* signal_handler_sigsegv: Use u1* instead of functionptr.
[cacao.git] / src / vm / jit / mips /
2005-12-09 twisti* signal_handler_sigsegv: Use u1* instead of functionptr.
2005-12-09 twisti* vm/jit/mips/md-abi.h, vm/jit/abi.h: Added.
2005-12-09 twisti* codegen: Don't set cd->mcodeend (now done in codegen_...
2005-12-09 twisti* asll: Added.
2005-12-09 twisti* Added MIPS32 stuff.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-23 twisti* asmoffsets.h, disass.h: Removed if missed before.
2005-11-23 twisti* ICMD_xASTORE: Moved var_to_reg_xxx directly before...
2005-11-23 twisti* ICMD_xALOAD: Use REG_ITMP3 register to calculate...
2005-11-23 twisti* signal_handler_sigsegv: Use u1* instead of functionptr.
2005-11-23 twisti* md_stacktrace_get_returnaddress: Use u1* instead...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-19 edwin* src/vm/jit/mips/codegen.c, src/vm/jit/alpha/codegen.c:
2005-11-19 edwin* codegen: generalize IFNE_ICONST bugfix to other IF...
2005-11-19 edwin* codegen: bugfix for IFNE_ICONST: prevent overwriting...
2005-11-18 twisti* asm_calljavafunction: Set noreorder so computing...
2005-11-17 twisti* SUPPORT_LONG_CMP_CONST: Added.
2005-11-15 twisti* BUILT_SOURCES: Added offsets.h.
2005-11-11 twisti* Java 1.5 support changes.
2005-11-11 twisti* patcher_builtin_new: Removed due to Java 1.5 support...
2005-11-07 twisti* DIST_SUBDIRS: Added.
2005-11-05 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-03 twisti* Added mips32 stuff.
2005-10-28 twisti* patcher_get_putfield: Fixed TYPE_LNG on mips32.
2005-10-28 twisti* Calculate the return address of a patcher call via...
2005-10-28 twisti* patcher_get_putstatic, patcher_get_putfield,
2005-10-27 twisti* asm_wrapper_patcher: We also need to save return...
2005-10-27 twisti* SAVE_RETURN_REGISTERS, RESTORE_RETURN_REGISTERS:...
2005-10-21 twisti* lastmcodeptr: Stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-21 twisti* patcher_athrow_areturn: 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-18 twisti* types.h: Fixed include path.
2005-10-18 twisti* disassinstr: 32-bit output and warning fixes.
2005-10-13 twisti* asm_call_jit_compiler: Use md_assembler_get_patch_add...
2005-10-13 twisti* md_assembler_get_patch_address: Added.
2005-10-13 twisti* createnativestub: Local references table changes.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-04 twisti* types.h: Include path fixes.
2005-10-04 twisti* asmoffsets.h, types.h: Removed.
2005-09-29 twisti* offsets.h: Added.
2005-09-19 twisti* Use one global vm/types.h and check unknow pointer...
2005-09-16 twisti* Moved asmoffsets.h to a global methodheader.h.
2005-09-16 twisti* Unified disassembler interface.
2005-09-16 twisti* Bugfix: Used wrong register define.
2005-09-02 twisti* Changed _TYPES_H define to _CACAO_TYPES_H
2005-08-23 cacao* SUBDIRS: Changed to OS_DIR
2005-08-23 cacao* MIPS Linux stuff.
2005-08-02 cacao* Added MIPS32 support
2005-07-30 twisti* Check for branch displacement overflow in patcher...
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-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* Set currentline to 0 before basicblock start
2005-07-12 twisti* Implemented stacktraces
2005-07-12 twisti* Implemented idiv/irem, ldiv/lrem, aastore, arraycheck...
2005-06-29 christianmd_return_alloc coded to precolour stack slots holding...
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-25 twisti* Removed machine independent stuff
2005-06-23 twisti* Moved md_param_alloc prototype to decriptor.h
2005-06-22 christianAdded/Corrected [INT|ADR|FLT]_[REG|TMP|SAV|ARG|RES...
2005-06-22 christianChanges in the registerdata structure:
2005-06-21 twisti* createnativestub: removed machine independent code
2005-06-15 twisti* Moved stuff to md.c
2005-06-15 twisti* M_ASUB_IMM: added for both archs
2005-06-15 twisti* changed some long stuff to use machine independent...
2005-06-15 twisti* Defined stuff for MIPS32
2005-06-15 twisti* define some stuff for MIPS32
2005-06-15 twisti* Moved machine dependent stuff (signals, critical...
2005-06-15 twisti* added md.c
2005-06-15 twisti* patcher_resolve_native: implemented
2005-06-09 twisti* machine dependent stuff
2005-06-09 twisti* use parsed descriptors
2005-06-09 twisti* removed SET_ARG_STACKSLOTS
2005-06-09 twisti* moved defines into md-asm.h
2005-06-09 twisti* moved ABI stuff into md-abi.h
2005-06-09 twisti* added md files
2005-06-09 twisti* use patcher monitorenter/exit macros
2005-05-31 twistiWe don't need to save temporary registers in runverbose...
2005-05-20 twistiKilled panic's.
2005-05-13 twisti#include "stringlocal.h"
2005-05-11 twistiHandle compiler exceptions.
2005-05-11 twistiLazy loading.
2005-04-22 christian[alpha|mips|x86_64]arch.h adopted to latest change
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistipatchref patch.
2005-04-05 christiannew ARGVAR handling for mips and alpha
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-04 twistioffsets.h depends on genoffsets and config.h, all other...
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
next