1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 18:50:21 +02:00
guile/lib
pcpa 2e6c680d70 Change type of return of jit_arg* and argument to jit_getarg*
* check/lightning.c, include/lightning.h, lib/jit_arm.c,
	lib/jit_mips.c, lib/jit_ppc.c, lib/jit_print.c,	lib/jit_x86.c,
	lib/lightning.c: Change return value of jit_arg{,_f,_d} to
	a jit_node_t* object, that should be used as argument to
	jit_getarg_{c,uc,s,us,i,ui,l,f,d}. This just requires changing
	from jit_int32_t to jit_pointer_t (or jit_node_t*) the "handle"
	for the getarg calls, with the benefit that it makes it easy
	to implement patching of the stack address of non register
	arguments, this way allowing to implement variable size stack
	frames if applicable; useful if there are too many registers and
	jit functions uses only a few callee save registers.
2012-12-28 10:35:14 -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 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 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 Change type of return of jit_arg* and argument to jit_getarg* 2012-12-28 10:35:14 -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