* fv0: Defined.
[cacao.git] / src / vm / jit / powerpc /
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub calls.
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-12 twisti* createnativestub: Local references changes, restore...
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-09-29 twisti* offsets.h: Added.
2005-09-21 twisti* types.h include fixes.
2005-09-21 twisti* REG_ITMP3 changes: We cannot use r0 anymore, now...
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* asm_cacheflush: Declaration removed.
2005-09-15 twisti* Unified disassembler interface.
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-02 twisti* Changed _TYPES_H define to _CACAO_TYPES_H
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-13 twisti* Removed disass.h
2005-07-13 twisti* Compiler warning fixes
2005-07-12 twisti* New, simpler stacktrace system (should be final version)
2005-07-12 twisti* Newer, simpler stacktrace system
2005-07-11 twisti* Updated stacktrace system again, simpler, smaller...
2005-07-09 twisti* cacao_catch_Handler: removed
2005-07-09 twisti* createnativestub: removed linux specific stuff, we...
2005-07-09 twisti* Added and removed some function name defines
2005-07-09 twisti* Implemented stacktraces
2005-07-09 twisti* asm_wrapper_patcher: darwin fixes
2005-07-09 twisti* Wrong md-abi.h was included
2005-07-09 twisti* Implemented stacktraces
2005-07-07 christianremoved typing error (! missing in md_return_alloc)
2005-07-07 twisti* don't include "md.h", not needed
2005-07-07 twisti* EXTRA_DIST: removed
2005-07-07 twisti* Not required
2005-07-07 twisti* Moved os independent stuff here from linux/md.c,...
2005-07-07 twisti* Renamed md.c to md-os.c
2005-07-06 twisti* Formatted some macros a bit
2005-07-03 christianRegister packing Macros moved to codegen.inc.h
2005-07-03 christianBoth builtin_trace_args calls moved into a function...
2005-06-30 twisti* md_param_alloc: simplified a bit
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-27 christianTyping error from last commit fixed
2005-06-27 christianReserve stack space for saving return values to survive...
2005-06-27 christianCorrect saving of integer return register for [AIL...
2005-06-26 christiancorrect handling for register usage for return types
2005-06-26 christianone M_ILD in var_to_reg_int too much
2005-06-25 twisti* Added md_init
2005-06-23 twisti* asm_call_jit_compiler: use store macros on linux...
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Removed redundant )'s
2005-06-23 christianTyping errors corrected
2005-06-23 christianIndex for intargregs for long Parameters get packed now
2005-06-23 christianCorrected INT_XXX_CNT
2005-06-23 christianRegister Packing macros moved to md-abi.h
2005-06-23 twisti* Use sigaction for sigsegv handler
2005-06-23 twisti* generic_print_address: fixed typo which generated...
2005-06-23 twisti* asm_handle_nullptr_exception: removed
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-16 twisti* Insert stackframesize in method header
2005-06-16 twisti* Small fix: let M_ALD use M_ILD
2005-06-16 twisti* Bugfix: a double skips 2 integer argument registers
2005-06-16 christianRemoved runverbose depended usecount of argintregs...
2005-06-15 christianrd->secondregs eliminated. A second integer register...
2005-06-14 twisti* added DIST_SUBDIRS
2005-06-14 twisti* removed deprecated BlockPtrOfPC macro
2005-06-14 twisti* Oops, typo
2005-06-14 twisti* removed init_exceptions
2005-06-14 twisti* make r2 reserved (from old init_exceptions), ask...
2005-06-14 twisti* moved init_exceptions
2005-06-14 twisti* patcher_resolve_native: added
2005-06-14 twisti* Moved signal stuff
2005-06-10 twisti* Added some includes
2005-06-10 twisti* Adopted to darwin abi
2005-06-10 twisti* We need to include this header into asmpart.S because...
2005-06-10 twisti* also include ARCH_DIR
2005-06-09 twisti* Use AC_C_BIGENDIAN in configure.in
2005-06-07 twistiNative stub fixes.
2005-06-07 twistiMULTIANEWARRAY: linux bugfix
2005-06-06 twistiMoved md_param_alloc from md-abi.h to md.h since md...
2005-06-06 twisti- use parsed descriptors
2005-06-06 twistiLinux changes.
2005-06-06 twisti- added OS_DIR to SUBDIRS
2005-06-06 twistiPOINTERSIZE, CONSECUTIVE_FLOAT_ARGS: removed
2005-06-06 twistiInclude memory.h for OFFSET macro.
2005-06-06 twistiMoved ABI and machine dependent stuff into linux/ subdi...
2005-06-06 twistiMoved ABI and machine dependent stuff into darwin/...
2005-05-31 twistiMany changes (nearly too much for one commit):
2005-05-31 twistiMachine dependent stuff.
2005-05-31 twistiRemoved ABI related stuff (now in OS_DIR/md-abi.h).
2005-05-31 twistiPatcher functions implemented.
2005-05-31 twisti- include OS_DIR
next