1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00
guile/lib
pcpa d0a5bd8d3d Implement new synthesized IR codes sequences
* lib/jit_rewind.c: New file implementing generic functions
	to "rewind", or rewrite IR code sequences.

	* include/lightning.h: Add several new codes, that previously
	were a function call, that would synthesize the operation.
	Now, there is a code for the operation, and a new flag to
	know an operation is synthesized.

	* include/lightning/jit_private.h: Add several new macros to
	help construct synthesized IR code sequences.

	* lib/Makefile.am: Update for lib/jit_rewind.c.

	* lib/jit_disasm.c: Update for a small rework on jit_node_t,
	so that --enable-devel-disassembler does not need a change
	in the layout of jit_node_t.

	* lib/jit_names.c: Update for the new codes.

	* lib/jit_print.c: Update to print more readable output, and
	flag synthesized IR code sequences.

	* lib/jit_aarch64-sz.c, lib/jit_aarch64.c,
	lib/jit_arm-sz.c, lib/jit_arm.c, lib/jit_x86-sz.c,
	lib/jit_x86.c: Update for new synthesized IR code sequences.

	* lib/jit_ppc-cpu.c, lib/jit_ppc-fpu., lib/jit_ppc-sz.c,
	lib/jit_ppc.c, lib/jit_mips-cpu.c, lib/jit_mips-fpu.c,
	lib/jit_mips-sz.c, lib/jit_mips.c, lib/jit_s390-fpu.c,
	lib/jit_s390-sz.c, lib/jit_s390.c: Update for new synthesized
	IR code sequences and correct bugs in the initial varargs
	implementation support.

	* lib/jit_alpha-sz.c, lib/jit_alpha.c, lib/jit_hppa-sz.c,
	lib/jit_hppa.c, lib/jit_ia64-sz.c, lib/jit_ia64.c,
	lib/jit_sparc-sz.c, lib/jit_sparc.c: Add generic, untested
	support for the new synthesized	IR code sequences. Known
	most likely broken right now, and should be corrected once
	access to these hosts is available.

	* lib/lightning.c: Update for new IR codes, and add support
	for not yet existing instructions that change third argument.

	* size.c: Change to use different tables for LE and BE PowerPC.
	Correct a wrong endif for x32.
2015-06-04 18:53:07 -03:00
..
jit_aarch64-cpu.c aarch64: Add initial jit_va_ calls to aarch64 2015-04-30 17:40:14 -03:00
jit_aarch64-fpu.c aarch64: Correct va_list offsets and double load. 2015-05-24 14:34:16 -03:00
jit_aarch64-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_aarch64.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_alpha-cpu.c alpha: Add initial jit_va_ calls to alpha 2015-05-20 13:09:22 -03:00
jit_alpha-fpu.c alpha: Save correct offset if loading a vararg double. 2015-05-20 23:19:16 -03:00
jit_alpha-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_alpha.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_arm-cpu.c Intermediate, fully functional, rework for variadic functions 2015-05-25 15:20:24 -03:00
jit_arm-swf.c Intermediate, fully functional, rework for variadic functions 2015-05-25 15:20:24 -03:00
jit_arm-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_arm-vfp.c Intermediate, fully functional, rework for variadic functions 2015-05-25 15:20:24 -03:00
jit_arm.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_disasm.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_hppa-cpu.c hppa: Add initial jit_va_ calls to hppa 2015-05-19 19:39:28 -03:00
jit_hppa-fpu.c hppa: Add initial jit_va_ calls to hppa 2015-05-19 19:39:28 -03:00
jit_hppa-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_hppa.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_ia64-cpu.c ia64: Add initial jit_va_ calls to ia64 2015-05-10 19:35:40 -03:00
jit_ia64-fpu.c ia64: Add initial jit_va_ calls to ia64 2015-05-10 19:35:40 -03:00
jit_ia64-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_ia64.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_memory.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_mips-cpu.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_mips-fpu.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_mips-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_mips.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_names.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_note.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_ppc-cpu.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_ppc-fpu.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_ppc-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_ppc.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_print.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_rewind.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_s390-cpu.c s390: Add initial jit_va_ calls to s390 2015-05-02 21:15:16 -03:00
jit_s390-fpu.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_s390-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_s390.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_size.c Use an actual, invalid code, as last jit code. 2015-05-25 16:00:01 -03:00
jit_sparc-cpu.c sparc: Add initial jit_va_ calls to sparc 2015-05-20 14:33:31 -03:00
jit_sparc-fpu.c sparc: Add initial jit_va_ calls to sparc 2015-05-20 14:33:31 -03:00
jit_sparc-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_sparc.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_x86-cpu.c Intermediate, fully functional, rework for variadic functions 2015-05-25 15:20:24 -03:00
jit_x86-sse.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_x86-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_x86-x87.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_x86.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
lightning.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
Makefile.am Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00