1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 05:00:28 +02:00
guile/lib
pcpa c8b6c36971 Implement the jit_arg_register_p predicate.
* include/lightning.h, lib/jit_aarch64.c,
	lib/jit_alpha.c, lib/jit_arm-vfp.c, lib/jit_arm.c,
	lib/jit_hppa.c,	lib/jit_ia64.c, lib/jit_mips.c,
	lib/jit_ppc.c, lib/jit_s390.c, lib/jit_sparc.c,
	lib/jit_x86.c: Add the new jit_arg_register_p predicate.
	The predicate is expected to be used to know if an
	argument is in a register, what would need special
	handling if code that can overwrite non callee save
	registers is executed.

	* check/carg.c: New test case to check consistency and
	expected usage of jit_arg_register_p.

	* check/Makefile.am: Update for new test case.
2015-01-18 11:24:25 -02:00
..
jit_aarch64-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_aarch64-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_aarch64-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_aarch64.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_alpha-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_alpha-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_alpha.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_arm-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_arm-swf.c ARM: Correct several inconsistencies with ldrd and strd 2014-11-20 15:05:13 -02:00
jit_arm-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_arm-vfp.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_arm.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_disasm.c PPC: Only call binutils function if it is available 2015-01-15 14:56:38 -02:00
jit_hppa-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_hppa-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_hppa.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_ia64-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_ia64-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_ia64.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_memory.c Resync with new patch to make functions receive a const argument 2014-11-01 22:32:23 -02:00
jit_mips-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_mips-fpu.c Add the new "range" test. 2014-10-18 15:12:07 -03:00
jit_mips-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_mips.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_names.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_note.c Resync with new patch to make functions receive a const argument 2014-11-01 22:32:23 -02:00
jit_ppc-cpu.c Correct typo. 2015-01-15 14:21:11 -02:00
jit_ppc-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ppc-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_ppc.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_print.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_s390-cpu.c S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00
jit_s390-fpu.c S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00
jit_s390-sz.c S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00
jit_s390.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_size.c S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00
jit_sparc-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_sparc-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_sparc.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
jit_x86-cpu.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_x86-sse.c x86: Implement support for the x32 abi 2014-12-24 14:14:38 -02:00
jit_x86-sz.c Implement new, typed, jit_htonr* interfaces 2014-12-25 23:06:24 -02:00
jit_x86-x87.c x86: Implement support for the x32 abi 2014-12-24 14:14:38 -02:00
jit_x86.c Implement the jit_arg_register_p predicate. 2015-01-18 11:24:25 -02:00
lightning.c S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00
Makefile.am S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00