* src/vm/jit/emit.h: New file.
[cacao.git] / src / vm / jit / powerpc / linux /
2006-03-31 twisti* src/vm/jit/powerpc/asmpart.S (asm_vm_call_method...
2006-03-16 twisti* src/vm/jit/powerpc, src/vm/jit/powerpc/linux,
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-01-28 twisti* src/vm/jit/powerpc/linux/md-abi.c,
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-20 twisti* src/vm/jit/powerpc/linux/md-os.c, src/vm/jit/powerpc...
2006-01-19 twisti* src/vm/jit/powerpc/linux/Makefile.am (INCLUDES):...
2006-01-02 twisti* nregdescint, nregdescfloat: Moved to md-abi.c.
2006-01-02 twisti* nregdescint, nregdescfloat: Added.
2006-01-02 twisti* noinst_HEADERS: Removed md-abi.inc.
2005-11-26 twisti* signal_handler_sigsegv: Changed functionptr to u1*.
2005-11-26 twisti* Nothing important, removed spaces, add empty lines.
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.