1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 21:40:34 +02:00
guile/lib
pcpa 73e520767f Remove inconsistent, public jit_arg_reg_p macro
* include/lightning/jit_aarch64.h,
	include/lightning/jit_alpha.h,
	include/lightning/jit_arm.h,
	include/lightning/jit_hppa.h,
	include/lightning/jit_mips.h,
	 include/lightning/jit_ppc.h,
	include/lightning/jit_s390.h,
	include/lightning/jit_sparc.h,
	include/lightning/jit_x86.h,
	lib/jit_aarch64.c, lib/jit_alpha.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: Remove jit_arg_reg_p and
	jit_arg_f_reg_p from a public header, and define it only
	on port specific files where an integer offset is used
	to qualify an argument identifier. Exported code expects
	an opaque pointer (but of jit_node_t* type) to "qualify"
	an argument identifier.
	This patch, and the code review/simplification done during
	it also corrected some bugs:
	o Inconsistent jit_arg_d value of double argument after 3
	  integer arguments in arm for jit_functions; tested, C
	  functions were being properly called.
	o Inconsistent use of getarg_{f,d} and putarg*_{f,d} on
	  s390 (32-bit) that happened to not have a proper test
	  case, as it would only happen for jit functions, and
	  tested, called C functions had proper arguments.
	o Corrected a "last minute" correction that did not go
	  to the committed version, and would not compile on hppa,
	  due to bad _jit_putargi_d prototype definition.
2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm.c Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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 Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -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