1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 06:20:30 +02:00
guile/lib
pcpa 6eab5be9c2 Add new extensive float comparison and conversion test case
* check/float.ok, check/float.tst: New test cases implementing
	extensive validation of float comparison and branch code
	generation as well as integer conversion, involving NaN and
	[+-]Inf.

	* lib/jit_arm-swf.c, lib/jit_x86-sse.c, lib/jit_x86-x87.c:
	Correct bugs found by new float test case.

	* lib/jit_x86.c: Correct cut&paste error added in commit to
	convert jit_arg* return value to a jit_node_t*,	that would
	cause it to not properly handle double arguments in ix86.

	* check/Makefile.am: Update for the new test case.
2012-12-29 14:16:45 -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 extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_arm-vfp.c Make current test cases pass in armv7l. 2012-12-05 23:48:40 -02:00
jit_arm.c Change type of return of jit_arg* and argument to jit_getarg* 2012-12-28 10:35:14 -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 Correct extra regressions found by the call.tst test case. 2012-12-28 10:28:50 -02:00
jit_mips-fpu.c Correct testcases in the mips backend. 2012-12-06 07:47:42 -02:00
jit_mips.c Change type of return of jit_arg* and argument to jit_getarg* 2012-12-28 10:35:14 -02:00
jit_ppc-cpu.c Correct extra regressions found by the call.tst test case. 2012-12-28 10:28:50 -02:00
jit_ppc-fpu.c Correct stack.tst test case on ppc. Now all tests pass in all backends. 2012-12-20 14:34:28 -02:00
jit_ppc.c Change type of return of jit_arg* and argument to jit_getarg* 2012-12-28 10:35:14 -02:00
jit_print.c Change type of return of jit_arg* and argument to jit_getarg* 2012-12-28 10:35:14 -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 extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86-x87.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
lightning.c Change type of return of jit_arg* and argument to jit_getarg* 2012-12-28 10:35:14 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00