1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
pcpa 17e78965a2 mips: Pass tests for variadic jit functions on new abi
* lib/jit_mips-cpu.c: Correct definition of htonr_ul.
	Correct prolog/epilog/va* routines to work on o64 abi.

	* lib/jit_mips-fpu.c: Correct load of double literal
	argument when not using a data buffer.
	Remove alignment correction in vaarg_d if using the
	new mips abi.

	* lib/jit_mips.c: Correct code to allow creating variadic
	jit functions when using the new mips abi.

	* lib/jit_rewind.c: Minor adjust for rewind when using
	the new mips abi, if there are varargs arguments in
	registers.
2015-07-03 20:53:34 -03:00
check Intermediate, fully functional, rework for variadic functions 2015-05-25 15:20:24 -03:00
doc Update copyright date 2015-04-26 14:33:41 -03:00
include Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
lib mips: Pass tests for variadic jit functions on new abi 2015-07-03 20:53:34 -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 mips: Pass tests for variadic jit functions on new abi 2015-07-03 20:53:34 -03:00
configure.ac Update copyright date 2015-04-26 14:33:41 -03: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 date 2015-04-26 14:33:41 -03: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 Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
THANKS Update THANKS file 2014-11-01 19:08:23 -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.