mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 14:00:31 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
* include/lightning.h: Add new backend specific movr_w_d, movr_d_w and movi_d_w codes as helpers to ia64 varargs functions arguments. * lib/jit_ia64-cpu.c: Correct wrong encoding of A5 small integers. Correct define of "mux" instruction modifiers. Correct ordering of arguments and predicates of cmp_xy implementation with immediate arguments; like most other codes with an immediate, the immediate is the second, not the third argument. * lib/jit_ia64-fpu.c: Actual implementation of the code to move to/from gpr to/from fpr, to implement varargs abi. * lib/jit_ia64.c: Make fpr argument registers not allocatable as temporaries, no need for the extra checks when there are plenty registers. * lib/jit_print.c, lib/lightning.c: Minor updates for the new movr_w_d, movr_d_w and movi_d_w codes. |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
Makefile.am | ||
NEWS | ||
README | ||
THANKS | ||
TODO |
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.