1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
Paolo Bonzini 3a04a40aae merge some bugfixes, give right meaning to jit_retval_[fd]
2006-11-22  Paolo Bonzini  <bonzini@gnu.org>

	* lightning/i386/asm-i386.h: Move x86-64 instructions...
	* lightning/i386/asm-64.h: ... here.
	* lightning/i386/fp-32.h: Fix bugfixes worked around in froofyJIT.
	Add JIT_FPRET.
	* lightning/sparc/fp.h: Likewise.
	* lightning/ppc/fp.h: Likewise.
	* lightning/fp-common.h: Adjust for JIT_FPRET.
	* tests/funcfp.c: Adjust for JIT_FPRET.
	* tests/rpnfp.c: Adjust for JIT_FPRET.

git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-47
git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-48
2008-01-09 15:50:05 +01:00
build-aux first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
doc add JIT_NEED_PUSH_POP and merge correct implementation of push/pop for SPARC 2008-01-09 15:49:57 +01:00
lightning merge some bugfixes, give right meaning to jit_retval_[fd] 2008-01-09 15:50:05 +01:00
opcode first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
tests merge some bugfixes, give right meaning to jit_retval_[fd] 2008-01-09 15:50:05 +01:00
.cvsignore big merge 2008-01-09 15:49:22 +01:00
.gitignore add .gitignore 2008-01-09 15:49:21 +01:00
aclocal.m4 first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
AUTHORS give credit to whom credit is due 2008-01-09 15:50:04 +01:00
ChangeLog merge some bugfixes, give right meaning to jit_retval_[fd] 2008-01-09 15:50:05 +01:00
config.h.in first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
configure first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
configure.ac first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
COPYING update FSF address 2008-01-09 15:49:29 +01:00
COPYING.DOC update FSF address 2008-01-09 15:49:29 +01:00
COPYING.LESSER update FSF address 2008-01-09 15:49:29 +01:00
INSTALL initial import 2004-10-10 21:18:38 +00:00
lightning.h cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
lightningize.in first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
Makefile.am first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
Makefile.in cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
NEWS merge some bugfixes, give right meaning to jit_retval_[fd] 2008-01-09 15:50:05 +01:00
README initial import 2004-10-10 21:18:38 +00:00
THANKS cherrypick from ludovic courtes 2008-01-09 15:49:46 +01: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.