1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00
guile/lib
pcpa d761499315 Add a second pass to compute live register ranges
* include/lightning/jit_private.h, lib/lightning.c: Add a
	second pass from start when computing register live ranges.
	This should be used temporarily, and is required for certain
	loop constructs, with several consecutive blocks not referencing
	a live register.
2017-05-09 13:27:37 -04: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: Pass all tests for variadic jit functions 2015-06-06 22:28:20 -03:00
jit_ia64-fpu.c ia64: Pass all tests for variadic jit functions 2015-06-06 22:28:20 -03:00
jit_ia64-sz.c ia64: Pass all tests for variadic jit functions 2015-06-06 22:28:20 -03:00
jit_ia64.c ia64: Pass all tests for variadic jit functions 2015-06-06 22:28:20 -03:00
jit_memory.c Update copyright date 2015-04-26 14:33:41 -03:00
jit_mips-cpu.c mips: Pass tests for variadic jit functions on new abi 2015-07-03 20:53:34 -03:00
jit_mips-fpu.c mips: Pass tests for variadic jit functions on new abi 2015-07-03 20:53:34 -03:00
jit_mips-sz.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
jit_mips.c mips: Pass tests for variadic jit functions on new abi 2015-07-03 20:53:34 -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 mips: Pass tests for variadic jit functions on new abi 2015-07-03 20:53:34 -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 Correct missing jit_unget_reg calls 2015-11-04 17:05:51 -02:00
jit_x86.c Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00
lightning.c Add a second pass to compute live register ranges 2017-05-09 13:27:37 -04:00
Makefile.am Implement new synthesized IR codes sequences 2015-06-04 18:53:07 -03:00