* src/vm/jit/code.c (code_get_stack_frame_size): Implement stack alignment
[cacao.git] / src / vm / jit / powerpc / darwin /
2006-03-16 twisti* src/vm/jit/powerpc, src/vm/jit/powerpc/linux,
2006-03-09 twisti* src/vm/jit/powerpc/darwin/md-asm.h (asm_calljavafunct...
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-02 twisti* signal_handler_sigsegv: Replaced functionptr with...
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-12-09 twisti* builtin_monitorexit, builtin_trace_exception, initial...
2005-11-18 twisti* jumptable_int, jumptable_long: Defined.
2005-11-03 twisti* thread_restartcriticalsection: Added.
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* types.h: Include path fixed.
2005-09-21 twisti* REG_ITMP3 changes: We cannot use r0 anymore, now...
2005-09-10 twisti* Added comments.
2005-07-12 twisti* New, simpler stacktrace system (should be final version)
2005-07-09 twisti* cacao_catch_Handler: removed
2005-07-09 twisti* Added and removed some function name defines
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-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 christianRegister Packing macros moved to md-abi.h
2005-06-23 twisti* Use sigaction for sigsegv handler
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-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* moved init_exceptions
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-06 twistiMoved ABI and machine dependent stuff into darwin/...
2005-05-31 twistiMachine dependent stuff.