1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 11:10:21 +02:00
guile/lib
pcpa 9e86ef12cf Add the new jit_name call to mark function boundaries
* check/3to2.tst, check/add.tst, check/allocai.tst, check/bp.tst,
	check/call.tst, check/ccall.c, check/clobber.tst, check/divi.tst,
	check/fib.tst, check/ldsti.tst, check/ldstr-c.tst, check/ldstr.tst,
	check/ldstxi-c.tst, check/ldstxi.tst, check/ldstxr-c.tst,
	check/ldstxr.tst, check/lightning.c, check/rpn.tst, check/stack.tst,
	check/varargs.tst, include/lightning.h,
	include/lightning/jit_private.h, lib/jit_arm.c, lib/jit_disasm.c,
	lib/jit_mips.c, lib/jit_note.c, lib/jit_ppc.c, lib/jit_print.c,
	lib/jit_x86.c, lib/lightning.c:	Extend the "jit_note" abstraction
	with the new "jit_name" call, that receives a string argument, and
	should usually be called to mark boundaries of functions of code
	generating jit (that is, it is not expected that the language
	generating jit map its functions to jit functions).
2013-01-18 18:05:57 -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 Test and correct test cases in all current backends. 2013-01-02 17:53:51 -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 the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
jit_disasm.c Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -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 Rework {get,push}arg{,i,r}_{f,d} to a more descriptive name and usage. 2013-01-09 17:14:51 -02:00
jit_mips.c Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
jit_note.c Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
jit_ppc-cpu.c Add the new ccall test case to test interleaved C and jit function calls 2013-01-05 16:14:59 -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 Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
jit_print.c Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -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 the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
lightning.c Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
Makefile.am Add filename and line number annotation abstraction. 2013-01-11 15:29:35 -02:00