1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00
guile/lib
pcpa f59fceb75d Add new test cases to exercise memory load/store.
* check/ldstr.ok, check/ldstr.tst, check/ldsti.ok,
	check/ldsti.tst, check/ldstxr.ok, check/ldstxr.tst,
	check/ldstxi.ok, check/ldstxi.tst:
	New test case files exercising a very large amount of
	register combinations to verify load/store implementation.

	* check/Makefile.am: Update for new test cases.

	* lib/jit_x86-cpu.c: Correct wrong argument order when
	computing REX prefix for {ld,st}r_T codes;
2012-12-05 15:57:33 -02:00
..
jit_arm-cpu.c Update code to build and pass test cases in the arm port. 2012-12-03 14:27:27 -02:00
jit_arm-swf.c Update code to build and pass test cases in the arm port. 2012-12-03 14:27:27 -02:00
jit_arm-vfp.c Add extra files implementing different jit backends. 2012-12-02 22:58:40 -02:00
jit_arm.c Update code to build and pass test cases in the arm port. 2012-12-03 14:27:27 -02:00
jit_disasm.c Update code to build and pass test cases in the arm port. 2012-12-03 14:27:27 -02:00
jit_mips-cpu.c Correct mips backend implementation to pass initial tests. 2012-12-04 12:39:10 -02:00
jit_mips-fpu.c Implement sqrt codes in mips. 2012-12-04 13:30:46 -02:00
jit_mips.c Implement sqrt codes in mips. 2012-12-04 13:30:46 -02:00
jit_ppc-cpu.c Correct implementation problems on ix86. 2012-12-03 09:40:08 -02:00
jit_ppc-fpu.c Add extra files implementing different jit backends. 2012-12-02 22:58:40 -02:00
jit_ppc.c Correct mips backend implementation to pass initial tests. 2012-12-04 12:39:10 -02:00
jit_print.c Implement sqrt codes in mips. 2012-12-04 13:30:46 -02:00
jit_x86-cpu.c Add new test cases to exercise memory load/store. 2012-12-05 15:57:33 -02:00
jit_x86-sse.c Add extra files implementing different jit backends. 2012-12-02 22:58:40 -02:00
jit_x86-x87.c Add extra files implementing different jit backends. 2012-12-02 22:58:40 -02:00
jit_x86.c Correct implementation problems on ix86. 2012-12-03 09:40:08 -02:00
lightning.c Correct mips backend implementation to pass initial tests. 2012-12-04 12:39:10 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00