* asm_wrapper_patcher: Fixed two typos for powerpc-linux.
[cacao.git] / src / vm / jit / powerpc / linux /
2005-11-21 twisti* Added a comment about r2.
2005-11-17 twisti* SAVE_TEMPORARY_REGISTERS, RESTORE_TEMPORARY_REGISTERS...
2005-11-03 twisti* thread_restartcriticalsection: Added.
2005-09-21 twisti* types.h include fixes.
2005-09-10 twisti* We can't use r0 as REG_ITMP3, use r16 instead.
2005-07-12 twisti* Newer, simpler stacktrace system
2005-07-11 twisti* Updated stacktrace system again, simpler, smaller...
2005-07-09 twisti* Implemented stacktraces
2005-07-07 christianremoved typing error (! missing in md_return_alloc)
2005-07-07 twisti* Not required
2005-07-07 twisti* Renamed md.c to md-os.c
2005-07-03 christianRegister packing Macros moved to codegen.inc.h
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-26 christiancorrect handling for register usage for return types
2005-06-25 twisti* Added md_init
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Removed redundant )'s
2005-06-23 christianIndex for intargregs for long Parameters get packed now
2005-06-23 christianCorrected INT_XXX_CNT
2005-06-23 twisti* Moved md_param_alloc prototype to decriptor.h
2005-06-14 twisti* Oops, typo
2005-06-14 twisti* make r2 reserved (from old init_exceptions), ask...
2005-06-14 twisti* Moved signal stuff
2005-06-06 twistiMoved md_param_alloc from md-abi.h to md.h since md...
2005-06-06 twistiMoved ABI and machine dependent stuff into linux/ subdi...
2005-05-31 twistiMachine dependent stuff.