1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 11:10:18 +02:00
guile/tests
Paolo Bonzini 24794b0e83 add JIT_NEED_PUSH_POP and merge correct implementation of push/pop for SPARC
2006-11-20  Paolo Bonzini  <bonzini@gnu.org>
	    Ludovic Courtes  <ludo@chbouib.org>

	* lightning/i386/core-32.h: Disable jit_push and jit_pop if stack not needed.
	* lightning/i386/core-64.h: Disable jit_push and jit_pop if stack not needed.
	* lightning/sparc/core.h: Merge final implementation of jit_pushr and jit_popr.
	* lightning/ppc/core.h: Fix implementation of jit_pushr and jit_popr to
	work (more or less) across function calls.

	* tests/push-pop.c, tests/push-pop.ok: New test.
	* tests/Makefile.am: Run it.

Patches applied:

 * lcourtes@laas.fr--2005-libre/lightning--stable--1.2--patch-32
   Added missing SPARC changes from lightning@sv.gnu.org/lightning--stable--1.2--patch-10.

 * lcourtes@laas.fr--2005-libre/lightning--stable--1.2--patch-33
   SPARC: Fixed pushr/popr using %l7 to hold the pushed register offset.

 * lcourtes@laas.fr--2005-libre/lightning--stable--1.2--patch-34
   tests/push-pop.c: define `JIT_NEED_PUSH_POP'.

git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-40
2008-01-09 15:49:57 +01:00
..
add.c update FSF address 2008-01-09 15:49:29 +01:00
add.ok initial import 2004-10-10 21:18:38 +00:00
allocai.c add jit_allocai for SPARC 2008-01-09 15:49:51 +01:00
allocai.ok add jit_allocai for SPARC 2008-01-09 15:49:51 +01:00
bp.c update FSF address 2008-01-09 15:49:29 +01:00
bp.ok big merge 2008-01-09 15:49:22 +01:00
divi.c cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
divi.ok cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
fib.c update FSF address 2008-01-09 15:49:29 +01:00
fib.ok initial import 2004-10-10 21:18:38 +00:00
fibdelay.c update FSF address 2008-01-09 15:49:29 +01:00
fibdelay.ok initial import 2004-10-10 21:18:38 +00:00
fibit.c update FSF address 2008-01-09 15:49:29 +01:00
fibit.ok initial import 2004-10-10 21:18:38 +00:00
funcfp.c fix x86-64 builds 2008-01-09 15:49:55 +01:00
funcfp.ok big merge 2008-01-09 15:49:22 +01:00
incr.c update FSF address 2008-01-09 15:49:29 +01:00
incr.ok initial import 2004-10-10 21:18:38 +00:00
ldxi.c cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
ldxi.ok bump version, add ldxi test case 2008-01-09 15:49:39 +01:00
Makefile.am add JIT_NEED_PUSH_POP and merge correct implementation of push/pop for SPARC 2008-01-09 15:49:57 +01:00
Makefile.in add JIT_NEED_PUSH_POP and merge correct implementation of push/pop for SPARC 2008-01-09 15:49:57 +01:00
modi.c fix PPC modi 2008-01-09 15:49:35 +01:00
modi.ok fix PPC modi 2008-01-09 15:49:35 +01:00
movi.c cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
movi.ok cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
printf.c update FSF address 2008-01-09 15:49:29 +01:00
printf.ok initial import 2004-10-10 21:18:38 +00:00
printf2.c update FSF address 2008-01-09 15:49:29 +01:00
printf2.ok initial import 2004-10-10 21:18:38 +00:00
push-pop.c add JIT_NEED_PUSH_POP and merge correct implementation of push/pop for SPARC 2008-01-09 15:49:57 +01:00
push-pop.ok add JIT_NEED_PUSH_POP and merge correct implementation of push/pop for SPARC 2008-01-09 15:49:57 +01:00
ret.c added ret test and clarified JIT_RET documentation 2008-01-09 15:49:47 +01:00
ret.ok added ret test and clarified JIT_RET documentation 2008-01-09 15:49:47 +01:00
rpn.c remove pushr/popr from testsuite 2008-01-09 15:49:53 +01:00
rpn.ok initial import 2004-10-10 21:18:38 +00:00
rpnfp.c fix x86-64 builds 2008-01-09 15:49:55 +01:00
rpnfp.ok initial import 2004-10-10 21:18:38 +00:00
run-test fix x86-64 builds 2008-01-09 15:49:55 +01:00
testfp.c fix x86-64 builds 2008-01-09 15:49:55 +01:00
testfp.ok fixes to sparc floating point 2008-01-09 15:49:25 +01:00