* src/vm/jit/powerpc64/linux/md-abi.c (_ALIGN): Renamed to
authortbfg <none@none>
Wed, 25 Oct 2006 14:26:08 +0000 (14:26 +0000)
committertbfg <none@none>
Wed, 25 Oct 2006 14:26:08 +0000 (14:26 +0000)
commit45270da508f8dad3bab8defd0de607d6a93950f7
tree614ca02b7ab59869417282b48b6375091a173fab
parentfa31cef43a64054816738e0638c13280d30b321f
* src/vm/jit/powerpc64/linux/md-abi.c (_ALIGN): Renamed to
 CACAO_ALIGN because of name clash with /usr/include/asm-ppc64/page.h.

* src/vm/jit/powerpc64/emit.c (emit_lconst): Added.
 (emit_iconst): Reformatted.

* src/vm/jit/powerpc64/codegen.c (codegen):
 Replaced all stackframesize with cd->stackframesize.
 Implemented ICMD_IF_LLT, ICMD_IF_LLE, ICMD_IF_LGE, ICMD_IF_LGT.

* src/vm/jit/powerpc64/asmpart.S:
 Partially fixed exception path.
 (asm_cacheflush): Fixed.

* src/vm/jit/powerpc64/codegen.h (LCONST): Implemented.

* tests/if_tests.java: Added simple testcase for if and compare.
src/vm/jit/powerpc64/asmpart.S
src/vm/jit/powerpc64/codegen.c
src/vm/jit/powerpc64/codegen.h
src/vm/jit/powerpc64/emit.c
src/vm/jit/powerpc64/linux/md-abi.c
tests/if_tests.java [new file with mode: 0644]