1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00
guile/lightening
Andy Wingo 9d4185af2b Remove jit_nop
Instead, jit_align will call nop() internally.  You can't nop 3 bytes on
most architectures.
2019-05-16 11:40:24 +02:00
..
aarch64-cpu.c Aarch64 backend avoids needless temporary register allocation 2019-05-16 11:31:50 +02:00
aarch64-fpu.c Rework register saving to avoid push/pop 2019-05-15 15:41:02 +02:00
aarch64.c Fix a couple bugs related to aarch64 literal pools 2019-05-16 11:03:49 +02:00
aarch64.h Allow a backend to have multiple temporary registers 2019-05-15 16:19:33 +02:00
arm-cpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
arm-swf.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
arm-vfp.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
arm.c Inline some internal definitions into backend-specific files 2019-04-26 14:37:35 +02:00
arm.h Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
endian.h Remove hppa support 2019-05-08 21:44:03 +02:00
lightening.c Remove jit_nop 2019-05-16 11:40:24 +02:00
mips-cpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
mips-fpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
mips.c Inline some internal definitions into backend-specific files 2019-04-26 14:37:35 +02:00
mips.h Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
ppc-cpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
ppc-fpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
ppc.c Inline some internal definitions into backend-specific files 2019-04-26 14:37:35 +02:00
ppc.h Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
s390-cpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
s390-fpu.c Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
s390.c Inline some internal definitions into backend-specific files 2019-04-26 14:37:35 +02:00
s390.h Change headers and files to be named "lightening" instead of "jit" 2019-04-03 13:57:48 +02:00
x86-cpu.c Refactor to add support for constant tables, shifted relocs 2019-05-14 15:53:25 +02:00
x86-sse.c Rework register saving to avoid push/pop 2019-05-15 15:41:02 +02:00
x86.c Fix compilation on aarch64 2019-05-16 10:19:02 +02:00
x86.h Allow a backend to have multiple temporary registers 2019-05-15 16:19:33 +02:00