1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00
guile/lib
Paulo Andrade 2cf092efe4 Correct logic error with jit_live in jit_retr
* lib/jit_aarch64.c, lib/jit_alpha.c, lib/jit_arm.c,
	lib/jit_mips.c, lib/jit_ppc.c, lib/jit_sparc.c, lib/jit_x86.c:
	Correct wrong logic in usage of jit_live in jit_retr. The
	problem is that if a temporary is required during epilog,
	the return register might be allocated, so, jit_live must always
	be used.
2018-02-22 13:05:04 -03:00
..
jit_aarch64-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_aarch64-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_aarch64-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_aarch64.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
jit_alpha-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_alpha-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_alpha-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_alpha.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
jit_arm-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_arm-swf.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_arm-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_arm-vfp.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_arm.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
jit_disasm.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_hppa-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_hppa-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_hppa-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_hppa.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_ia64-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_ia64-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_ia64-sz.c ia64: Pass all tests for variadic jit functions 2015-06-06 22:28:20 -03:00
jit_ia64.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_memory.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_mips-cpu.c Correct issues with 32 bit big endian mips abis 2018-01-31 08:52:27 -05:00
jit_mips-fpu.c Correct issues with 32 bit big endian mips abis 2018-01-31 08:52:27 -05:00
jit_mips-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_mips.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
jit_names.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_note.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_ppc-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_ppc-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_ppc-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_ppc.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
jit_print.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_rewind.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_s390-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_s390-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_s390-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_s390.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_size.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_sparc-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_sparc-fpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_sparc-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_sparc.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
jit_x86-cpu.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_x86-sse.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_x86-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_x86-x87.c Update copyright year 2017-09-14 10:44:12 -04:00
jit_x86.c Correct logic error with jit_live in jit_retr 2018-02-22 13:05:04 -03:00
lightning.c Add extra argument to jit_update to prevent recursion on branches 2018-01-31 17:09:29 -05:00
Makefile.am Update copyright year 2017-09-14 10:44:12 -04:00