1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00
guile/lib
pcpa 237c90295a Bump library major.
* lib/Makefile.am: Bump library major. This is a preparation
	for a rework that was due for quite some time, but that is
	now required to properly implement variadic jit functions.
	The rework is mainly required to know at prolog parsing, if
	a function is variadic or not. This will benefit a few
	backends, and is mandatory for the hard float arm abi.
	The rework was already planned for quite some time, to
	be able to use a variable stack framesize, and for leaf
	functions optimization where applicable.
	The change will be source compatible, but will change
	some internals, and jit_code_t values, as some new will
	be added.
	The only behavior change is that, jit_arg_register_p may
	change return value on hard float arm abi, if called before
	or after jit_ellipsis. Common sense anyway, would say to
	make that call after jit_ellipsis, but documentation
	should be updated for it.
2015-05-24 14:44:04 -03:00
..
jit_aarch64-cpu.c aarch64: Add initial jit_va_ calls to aarch64 2015-04-30 17:40:14 -03:00
jit_aarch64-fpu.c aarch64: Correct va_list offsets and double load. 2015-05-24 14:34:16 -03:00
jit_aarch64-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_aarch64.c aarch64: Correct va_list offsets and double load. 2015-05-24 14:34:16 -03:00
jit_alpha-cpu.c alpha: Add initial jit_va_ calls to alpha 2015-05-20 13:09:22 -03:00
jit_alpha-fpu.c alpha: Save correct offset if loading a vararg double. 2015-05-20 23:19:16 -03:00
jit_alpha-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_alpha.c alpha: Add initial jit_va_ calls to alpha 2015-05-20 13:09:22 -03:00
jit_arm-cpu.c arm: Add initial jit_va_ calls to arm 2015-05-01 14:05:00 -03:00
jit_arm-swf.c arm: Add initial jit_va_ calls to arm 2015-05-01 14:05:00 -03:00
jit_arm-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_arm-vfp.c arm: Add initial jit_va_ calls to arm 2015-05-01 14:05:00 -03:00
jit_arm.c arm: Add initial jit_va_ calls to arm 2015-05-01 14:05:00 -03:00
jit_disasm.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_hppa-cpu.c hppa: Add initial jit_va_ calls to hppa 2015-05-19 19:39:28 -03:00
jit_hppa-fpu.c hppa: Add initial jit_va_ calls to hppa 2015-05-19 19:39:28 -03:00
jit_hppa-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_hppa.c hppa: Add initial jit_va_ calls to hppa 2015-05-19 19:39:28 -03:00
jit_ia64-cpu.c ia64: Add initial jit_va_ calls to ia64 2015-05-10 19:35:40 -03:00
jit_ia64-fpu.c ia64: Add initial jit_va_ calls to ia64 2015-05-10 19:35:40 -03:00
jit_ia64-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_ia64.c ia64: Add initial jit_va_ calls to ia64 2015-05-10 19:35:40 -03:00
jit_memory.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_mips-cpu.c mips: Add initial jit_va_ calls to mips 2015-05-06 20:02:17 -03:00
jit_mips-fpu.c mips: Add initial jit_va_ calls to mips 2015-05-06 20:02:17 -03:00
jit_mips-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_mips.c mips: Add initial jit_va_ calls to mips 2015-05-06 20:02:17 -03:00
jit_names.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_note.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_ppc-cpu.c Remove wrong comment after cut and paste 2015-05-05 20:57:18 -03:00
jit_ppc-fpu.c ppc: Add initial jit_va_ calls to ppc 2015-05-05 20:55:05 -03:00
jit_ppc-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_ppc.c ppc: Add initial jit_va_ calls to ppc 2015-05-05 20:55:05 -03:00
jit_print.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_s390-cpu.c s390: Add initial jit_va_ calls to s390 2015-05-02 21:15:16 -03:00
jit_s390-fpu.c s390: Add initial jit_va_ calls to s390 2015-05-02 21:15:16 -03:00
jit_s390-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_s390.c s390: Add initial jit_va_ calls to s390 2015-05-02 21:15:16 -03:00
jit_size.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_sparc-cpu.c sparc: Add initial jit_va_ calls to sparc 2015-05-20 14:33:31 -03:00
jit_sparc-fpu.c sparc: Add initial jit_va_ calls to sparc 2015-05-20 14:33:31 -03:00
jit_sparc-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_sparc.c sparc: Add initial jit_va_ calls to sparc 2015-05-20 14:33:31 -03:00
jit_x86-cpu.c Correct update of on stack vararg double argument pointer 2015-04-30 14:04:32 -03:00
jit_x86-sse.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_x86-sz.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
jit_x86-x87.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_x86.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
lightning.c Add initial support to implement vararg jit functions 2015-04-27 21:12:32 -03:00
Makefile.am Bump library major. 2015-05-24 14:44:04 -03:00