1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
guile/include/lightning
pcpa 2d4bac43a9 ARM: Do not use ldrt/strt by default
* include/lightning/jit_arm.h, lib/jit_arm-cpu.c: Do not use
	by default load/store instructions that map to ldrt/strt.
	There is already the long displacement version for positive
	offsets, and when using a (shorter) negative offset it does
	not map to ldrt/strt. At least on qemu strt may cause
	reproducible, but unexpected SIGILL.
2013-10-08 12:26:52 -03:00
..
jit_aarch64.h Add the jit_callee_save_p interface and extra register definitions. 2013-09-10 21:41:49 -03:00
jit_arm.h ARM: Do not use ldrt/strt by default 2013-10-08 12:26:52 -03:00
jit_hppa.h Add the jit_callee_save_p interface and extra register definitions. 2013-09-10 21:41:49 -03:00
jit_ia64.h Rerun tests on supported backends after bogus self test correction 2013-10-07 17:04:00 -03:00
jit_mips.h MIPS: Build and pass all test cases on mips64. 2013-10-04 00:01:31 -03:00
jit_ppc.h Rerun tests on supported backends after bogus self test correction 2013-10-07 17:04:00 -03:00
jit_private.h Add code to calculate code buffer size based on devel time information. 2013-09-24 03:31:54 -03:00
jit_s390x.h Correct license to properly advertise LGPLv3 and not GPLv3. 2013-08-11 18:08:52 -03:00
jit_sparc.h Add the jit_callee_save_p interface and extra register definitions. 2013-09-10 21:41:49 -03:00
jit_x86.h Correct source of the self test case and a missed check failure. 2013-10-03 19:05:52 -03:00
Makefile.am Correct license to properly advertise LGPLv3 and not GPLv3. 2013-08-11 18:08:52 -03:00