1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:50:27 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
Paolo Bonzini 90e08b1cda add missing x86-64 memory operations
2008-03-19  Paolo Bonzini  <bonzini@gnu.org>

	* lightning/i386/core-i386.c: Remove jit_ldr_i, jit_ldxr_i.
	* lightning/i386/core-32.h: Add jit_ldr_i, jit_ldxr_i.
	* lightning/i386/core-64.h: Add jit_ld{r,xr,i,xi}_{ui,l,ul},
	jit_ldr_i, jit_ldxr_i, jit_str_l, jit_stxr_l.
2008-03-19 09:56:19 +01:00
build-aux add --with-lightning-prefix option to lightning.m4 2008-02-03 09:58:16 +01:00
doc commit source files for separate using/porting manuals 2008-02-21 17:06:38 +01:00
lightning add missing x86-64 memory operations 2008-03-19 09:56:19 +01:00
opcode add 3to2 test and fix bug 2008-01-09 15:52:30 +01:00
tests warning patrol (allocai.c, ppc) 2008-03-17 09:10:57 +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 add missing x86-64 memory operations 2008-03-19 09:56:19 +01:00
config.h.in first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
configure switch to GPLv3 2008-01-09 15:50:13 +01:00
configure.ac switch to GPLv3 2008-01-09 15:50:13 +01: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
INSTALL initial import 2004-10-10 21:18:38 +00:00
lightning.h switch to GPLv3 2008-01-09 15:50:13 +01:00
lightningize.in fix some problems (not all) with lightningize 2008-03-16 21:13:56 +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 add floating-point for x86-64 2008-01-09 15:50:06 +01:00
README initial import 2004-10-10 21:18:38 +00:00
THANKS add --with-lightning-prefix option to lightning.m4 2008-02-03 09:58:16 +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.