1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 13:30:31 +02:00
guile/include/lightning
pcpa 89a0b7a10b New aarch64 port built on the Foundation v8 emulator.
* include/lightning/jit_aarch64.h, lib/jit_aarch64-cpu.c,
	lib/jit_aarch64-fpu.c, lib/jit_aarch64.c: New files
	implementing the new aarch64 port, as a new architecture,
	not as an expansion of the existing armv[4-7] port.

	* check/lightning.c: Add aarch64 support and a small
	change to recognize character constants as immediate
	values.

	* check/float.tst: Add aarch64 preprocessor conditionals
	to select proper expected value when converting [+-]Inf
	and NaN to integer.

	* include/lightning/jit_arm.h, lib/jit_arm.c: Minor changes
	to better match the new aarch64 files.

	* configure.ac, include/lightning.h,
	include/lightning/Makefile.am, include/lightning/jit_private.h,
	lib/Makefile.am, lib/lightning.c: Minor adjustments
	for the aarch64 port.
2013-07-16 20:09:02 -03:00
..
jit_aarch64.h New aarch64 port built on the Foundation v8 emulator. 2013-07-16 20:09:02 -03:00
jit_arm.h New aarch64 port built on the Foundation v8 emulator. 2013-07-16 20:09:02 -03:00
jit_hppa.h Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
jit_ia64.h Correct jit implementation to pass several test cases. 2013-04-26 21:07:40 -03:00
jit_mips.h Build and pass all tests on big endian Irix mips using the n32 abi. 2013-06-22 19:44:00 -03:00
jit_ppc.h Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_private.h New aarch64 port built on the Foundation v8 emulator. 2013-07-16 20:09:02 -03:00
jit_sparc.h Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_x86.h Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
Makefile.am New aarch64 port built on the Foundation v8 emulator. 2013-07-16 20:09:02 -03:00