1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 17:00:23 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
Paulo Andrade 27d9b68a3f Implement jit_putarg*
* include/lightning.h, lib/jit_aarch64.c,
	lib/jit_alpha.c, lib/jit_arm.c, lib/jit_hppa.c,
	lib/jit_ia64.c, lib/jit_mips.c,	lib/jit_ppc.c,
	lib/jit_s390.c, lib/jit_sparc.c, lib/jit_x86.c:
	Implement jit_putarg*. It works as a mix of jit_getarg*
	and jit_pusharg*, in the way that the first argument is
	a register or immediate, and the second is a pointer
	returned by jit_arg*. The use of the interface is to change
	values of arguments to the current jit function.

	* check/put.ok, check/put.tst: New test cases exercising
	the new jit_putarg* interface.

	* check/Makefile.am, check/lightning.c: Update for the
	new test case and interface.
2015-01-15 14:20:07 -02:00
check Implement jit_putarg* 2015-01-15 14:20:07 -02:00
doc Implement jit_frame and jit_tramp interfaces 2014-10-14 17:04:40 -03:00
include Implement jit_putarg* 2015-01-15 14:20:07 -02:00
lib Implement jit_putarg* 2015-01-15 14:20:07 -02: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 Implement jit_putarg* 2015-01-15 14:20:07 -02:00
configure.ac S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02: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 Actually install the pkgconfig file. 2014-11-01 19:05:28 -02: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 x86: Implement support for the x32 abi 2014-12-24 14:14:38 -02: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.