1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 10:10:21 +02:00
guile/lib
pcpa b58960638d Add consistency check on temporaries during a jump
* lib/jit_aarch64-cpu.c, lib/jit_aarch64-fpu.c,
	lib/jit_arm-cpu.c, lib/jit_arm-vfp.c,
	lib/jit_hppa-cpu.c, lib/jit_hppa-fpu.c,
	lib/jit_ia64-cpu.c, lib/jit_ia64-fpu.c,
	lib/jit_mips-cpu.c, lib/jit_mips-fpu.c,
	lib/jit_ppc-cpu.c, lib/jit_ppc-fpu.c,
	lib/jit_s390x-cpu.c, lib/jit_s390x-fpu.c,
	lib/jit_s390x.c, lib/jit_sparc-cpu.c,
	lib/jit_x86-cpu.c, lib/jit_x86-sse.c,
	lib/jit_x86-x87.c: Review generation of all branch
	instructions and always adds the jit_class_nospill
	bitfield for temporary registers that cannot be	spilled
	because the reload would be after a conditional jump; the
	patch only adds an extra assertion. These conditions do
	not happen on documented lightning usage, but can happen
	if one uses the not exported jit_get_reg and jit_unget_reg
	calls and cause enough register starvation.
2014-08-16 20:31:55 -03:00
..
jit_aarch64-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_aarch64-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_aarch64-sz.c Add code to calculate code buffer size based on devel time information. 2013-09-24 03:31:54 -03:00
jit_aarch64.c AARCH64: Correct assertion test 2014-08-10 11:26:18 -03:00
jit_alpha-cpu.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_alpha-fpu.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_alpha-sz.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_alpha.c ALPHA: Correct class of argument float registers 2014-08-16 20:19:02 -03:00
jit_arm-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_arm-swf.c ARM: Minor changes that should allow building on non gnu-linux/gcc. 2013-11-27 15:05:27 -02:00
jit_arm-sz.c ARM: Correct wrong table of instruction sizes in software float 2014-08-16 20:08:07 -03:00
jit_arm-vfp.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_arm.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_disasm.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_hppa-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_hppa-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_hppa-sz.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_hppa.c Add code to calculate code buffer size based on devel time information. 2013-09-24 03:31:54 -03:00
jit_ia64-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_ia64-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_ia64-sz.c Add code to calculate code buffer size based on devel time information. 2013-09-24 03:31:54 -03:00
jit_ia64.c IA64: Force sync of instructions in get-jit-size build mode. 2013-09-28 14:19:33 -03:00
jit_memory.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_mips-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_mips-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_mips-sz.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_mips.c MIPS: Build and pass all test cases on mips64. 2013-10-04 00:01:31 -03:00
jit_note.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_ppc-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_ppc-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_ppc-sz.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_ppc.c Add code to calculate code buffer size based on devel time information. 2013-09-24 03:31:54 -03:00
jit_print.c Correct misplaced check for already visited blocks 2013-10-01 13:51:01 -03:00
jit_s390x-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_s390x-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_s390x-sz.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_s390x.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_size.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_sparc-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_sparc-fpu.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_sparc-sz.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_sparc.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_x86-cpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_x86-sse.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_x86-sz.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_x86-x87.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_x86.c x86_64: Change x86_64 to also save/restore %rbx in inline asm. 2014-02-23 17:31:12 -03:00
lightning.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
Makefile.am ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00