1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 19:50:23 +02:00
guile/lib
pcpa a74318a1d7 Add new test case to check stack integrity on complex stack frames.
* check/stack.ok, check/stack.tst: New files to test data
	integrity on a deep chain of stack frames.

	* lib/jit_arm.c, lib/jit_arm-cpu.c, lib/jit_mips.c,
	lib/jit_mips-cpu.c, lib/jit_ppc.c, lib/jit_ppc-cpu.c,
	lib/jit_x86.c, lib/jit_x86-cpu.c: Calculate _jit->function->stack
	in the emit stage, otherwise it will calculate it wrong if
	need to jit_allocai space to spill registers.

	* lib/lightning.c: Correct wrong offset when updating the
	"current" jit function pointer in the code that may need to
	allocate stack space to spill registers.

	* check/lightning.c: Correct off by one data space check.

	* check/Makefile.am: Update for new test case.
2012-12-19 18:07:12 -02:00
..
jit_arm-cpu.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_arm-swf.c Add new varargs test and correct related test case failures in all ports. 2012-12-13 18:26:57 -02:00
jit_arm-vfp.c Make current test cases pass in armv7l. 2012-12-05 23:48:40 -02:00
jit_arm.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_disasm.c Update code to build and pass test cases in the arm port. 2012-12-03 14:27:27 -02:00
jit_mips-cpu.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_mips-fpu.c Correct testcases in the mips backend. 2012-12-06 07:47:42 -02:00
jit_mips.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_ppc-cpu.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_ppc-fpu.c Make all current test cases pass in Darwin PowerPC. 2012-12-11 13:14:09 -02:00
jit_ppc.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_print.c Implement sqrt codes in mips. 2012-12-04 13:30:46 -02:00
jit_x86-cpu.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
jit_x86-sse.c Add new test case for int/float to/from conversion. 2012-12-06 15:16:23 -02:00
jit_x86-x87.c Correct test cases to work with x87 in ix86. 2012-12-14 17:39:29 -02:00
jit_x86.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
lightning.c Add new test case to check stack integrity on complex stack frames. 2012-12-19 18:07:12 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00