1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00
guile/lib
pcpa 624cf33d08 Add string representation of IR codes to -sz.c files
* lib/jit_names.c: New file with single definition of string
	representation of lightning IR codes.

	* size.c: Modified to append the code name in a C comment
	after the maximum instruction size.

	* lib/jit_print.c: Minor change to not duplicate jit_names.c
	contents.

	* lib/jit_aarch64-sz.c, lib/jit_alpha-sz.c, lib/jit_arm-sz.c,
	lib/jit_hppa-sz.c, lib/jit_ia64-sz.c, lib/jit_mips-sz.c,
	lib/jit_ppc-sz.c, lib/jit_s390x-sz.c, lib/jit_sparc-sz.c,
	lib/jit_x86-sz.c: Rewritten to add string representation of
	IR codes in a C comment.
2014-10-17 13:48:56 -03:00
..
jit_aarch64-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_aarch64-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_aarch64-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_aarch64.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_alpha-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_alpha-fpu.c ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_alpha-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_alpha.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_arm-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_arm-swf.c ARM: Minor changes that should allow building on non gnu-linux/gcc. 2013-11-27 15:05:27 -02:00
jit_arm-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_arm-vfp.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_arm.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_disasm.c Do not fail if NULL is passed to init_jit. 2014-10-14 17:03:51 -03:00
jit_hppa-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_hppa-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_hppa-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_hppa.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_ia64-cpu.c Implement jit_frame and jit_tramp interfaces 2014-10-14 17:04:40 -03:00
jit_ia64-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_ia64-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_ia64.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_memory.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_mips-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_mips-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_mips-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_mips.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_names.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_note.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_ppc-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_ppc-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_ppc-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_ppc.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_print.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_s390x-cpu.c Implement jit_frame and jit_tramp interfaces 2014-10-14 17:04:40 -03:00
jit_s390x-fpu.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_s390x-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_s390x.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_size.c Use jit_code_last_code as symbolic name of last enum 2014-10-14 17:05:02 -03:00
jit_sparc-cpu.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_sparc-fpu.c Implement the new jit_set_data interface. 2014-03-12 14:50:31 -03:00
jit_sparc-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_sparc.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
jit_x86-cpu.c Implement jit_frame and jit_tramp interfaces 2014-10-14 17:04:40 -03:00
jit_x86-sse.c x86: Build and pass all tests under cygwin64 (Windows x64) 2014-09-24 11:03:20 -03:00
jit_x86-sz.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_x86-x87.c Add consistency check on temporaries during a jump 2014-08-16 20:31:55 -03:00
jit_x86.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
lightning.c Implement the jit_align interface 2014-10-14 17:05:25 -03:00
Makefile.am Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00