1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 21:20:30 +02:00
guile/lib
pcpa 3356b9d93a Add functional hppa port. All tests pass.
* include/lightning/jit_hppa.h, lib/jit_hppa-cpu.c,
	lib/jit_hppa-fpu.c, lib/jit_hppa.c: New files implementing
	the hppa port. Built on Debian Linux PA-RISC 2.0, 32 bit.

	* check/float.tst: Add preprocessor for hppa expected
	values when converting NaN and +-Inf to an integer.

	* check/ldst.inc: Ensure double load/store tests use an
	8 byte aligned address by default.

	* lib/lightning.c: Correct a bug found during tests in
	the new port, where qmul* and qdiv* were not properly
	setting one of the result registers as modified in the
	function, what would be a problem if the only "write"
	usage were the qmul* or qdiv*.

	* check/varargs.tst, check/varargs.ok: Add one extra
	interleaved integer/double test to validate proper code
	generation in the extra case.

	* check/lightning.c, configure.ac, include/lightning.h,
	include/lightning/Makefile.am,
	include/lightning/jit_private.h, lib/Makefile.am,
	lib/jit_disasm.c: Update for the hppa port.
2013-06-01 01:53:33 -03:00
..
jit_arm-cpu.c Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_arm-swf.c Test and correct test cases in all current backends. 2013-01-02 17:53:51 -02:00
jit_arm-vfp.c Make current test cases pass in armv7l. 2012-12-05 23:48:40 -02:00
jit_arm.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_disasm.c Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
jit_hppa-cpu.c Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
jit_hppa-fpu.c Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
jit_hppa.c Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
jit_ia64-cpu.c Finish Itanium port, correcting remaining failing test cases. 2013-04-27 22:31:29 -03:00
jit_ia64-fpu.c Finish Itanium port, correcting remaining failing test cases. 2013-04-27 22:31:29 -03:00
jit_ia64.c Remove remaining ia64 port debug code. 2013-04-27 22:49:15 -03:00
jit_memory.c Do not start over jit generation if can safely grow buffer size. 2013-03-29 12:53:40 -03:00
jit_mips-cpu.c Add basic Itanium port infrastructure. 2013-04-25 21:56:32 -03:00
jit_mips-fpu.c Rework {get,push}arg{,i,r}_{f,d} to a more descriptive name and usage. 2013-01-09 17:14:51 -02:00
jit_mips.c Add basic Itanium port infrastructure. 2013-04-25 21:56:32 -03:00
jit_note.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_ppc-cpu.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_ppc-fpu.c Adapt PowerPC port to work in Darwin 32 bit and Linux 64 bit. 2013-03-10 15:36:25 -03:00
jit_ppc.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_print.c Implement fpr register arguments and minor extra fixes. 2013-04-27 01:41:46 -03:00
jit_sparc-cpu.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_sparc-fpu.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_sparc.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_x86-cpu.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_x86-sse.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86-x87.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
lightning.c Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
Makefile.am Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00