1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
Paulo Andrade 2cea99361b Build and pass all tests on 32 and 64 bit sparc
* include/lightning/jit_private.h: Add new register classes to
	flag float registers and double only registers, required for sparc64
	where only low 32 bit fpr registers can be used for single precision
	operations.
	Add new 128 bit jit_regset_t type for sparc64 register set.

	* include/lightning/jit_sparc.h, lib/jit_sparc-cpu.c, lib/jit_sparc-fpu.c,
	lib/jit_sparc-sz.c, lib/jit_sparc.c: Update for 64 bits sparc.

	* lib/lightning.c: Update for new jit_regset_t required for sparc64.
2018-04-20 10:37:37 -03:00
check Build and pass all test cases on Alpha Linux 2018-02-26 09:48:50 -03:00
doc Build and pass all test cases on Alpha Linux 2018-02-26 09:48:50 -03:00
include Build and pass all tests on 32 and 64 bit sparc 2018-04-20 10:37:37 -03:00
lib Build and pass all tests on 32 and 64 bit sparc 2018-04-20 10:37:37 -03:00
m4 Force creation of the m4 directory on a clean checkout 2014-11-01 19:05:46 -02:00
.gitattributes add .gitattributes file 2008-04-10 11:30:17 +02:00
.gitignore misc: Create a pkg-config file 2014-11-01 18:52:33 -02:00
AUTHORS Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
ChangeLog Build and pass all tests on 32 and 64 bit sparc 2018-04-20 10:37:37 -03:00
configure.ac GNU lightning 2.1.2 release 2017-09-14 13:27:48 -04:00
COPYING switch to GPLv3 2008-01-09 15:50:13 +01:00
COPYING.DOC update FSF address 2008-01-09 15:49:29 +01:00
COPYING.LESSER switch to GPLv3 2008-01-09 15:50:13 +01:00
lightning.pc.in misc: Create a pkg-config file 2014-11-01 18:52:33 -02:00
Makefile.am Update copyright year 2017-09-14 10:44:12 -04:00
NEWS Second alpha release 1.99a 2013-07-08 11:58:03 -03:00
README initial import 2004-10-10 21:18:38 +00:00
size.c Update copyright year 2017-09-14 10:44:12 -04:00
THANKS Implement a correct generation of Fibonacci numbers. 2015-11-30 15:32:48 -02:00
TODO Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00

GNU lightning is a library to aid in making portable programs
that compile assembly code at run time.  For more information,
look at the info documentation.