1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
guile/tests
pcpa 7d3321d696 Cleanup on preparation for lightning rework.
2012-12-01 Paulo Andrade <pcpa@gnu.org>

	* opcode/Makefile.am, opcode/Makefile.in, opcode/ansidecl.h,
	opcode/bfd.h, opcode/dis-asm.h, opcode/dis-buf.c, opcode/disass.c,
	opcode/i386-dis.c, opcode/i386.h, opcode/ppc-dis.c, opcode/ppc-opc.c,
	opcode/ppc.h, opcode/sparc-dis.c, opcode/sparc-opc.c, opcode/sparc.h,
	opcode/sysdep.h: Removed. Do not bundle GNU binutils files.

	* aclocal.m4, configure, Makefile.in, config.h.in, doc/Makefile.in,
	lightning/Makefile.in, tests/Makefile.in: Removed. Do not maintain
	autogenerated files that also generate too much diff noise when
	regenerated in git.

	* build-aux/help2man, build-aux/texinfo.tex, build-aux/texi2dvi:
	Removed. Buildenvironment must have an up to date version from
	upstream installed.

	* build-aux/config.guess, build-aux/config.sub, build-aux/depcomp,
	build-aux/install-sh build-aux/mdate-sh build-aux/missing: Removed.
	Do not maintain a copy of automake files in git. Release tarballs
	must use an up to date version.

	* lightningize.in, doc/lightningize.1: Removed. Do not encourage
	bundling lightning in other packages. It should use a system package
	or a proper thirdy part subdirectory.

	* INSTALL: Removed. Autoreconf removes it and creates a symlink
	when regenerating files, so, avoid conflicts in git and let
	automake create the symlink.

	* .gitignore: Add INSTALL and autogenerated files.

	* configure.ac, Makefile.am: Update for removal of opcode subdir,
	auto generated files and lightningize.

	* tests/Makefile.am, tests/3to2.c, tests/add.c, tests/bp.c,
	tests/fib.c, tests/fibdelay.c, tests/fibit.c, tests/funcfp.c,
	tests/incr.c, tests/printf.c, tests/rpn.c, tests/rpnfp.c,
	tests/sete.c, tests/testfp.c: Update for removal of opcode subdir.

	* doc/Makefile.am: Update for removal of lightningize.

	* configure.ac, lightning/ppc/funcs.h, lightning/sparc/funcs.h,
	lightning/i386/fp.h, lightning/i386/core.h, lightning/i386/asm.h,
	tests/3to2.c, tests/add.c, tests/bp.c, tests/fib.c, tests/fibdelay.c,
	tests/fibit.c, tests/funcfp.c, tests/incr.c, tests/printf.c,
	tests/rpn.c, tests/rpnfp.c, tests/sete.c, tests/testfp.c:
	Remove LIGHTNING_CROSS, it is half supported and incomplete.

	* tests/3to2.c, tests/funcfp.c, tests/rpnfp.c: Remove preprocessor
	check on JIT_FPR. If no hardware registers are available, the backend
	must provide an alternative for software float.

	* lightning/ppc/core.h, lightning/sparc/core.h, tests/Makefile.am:
	Remove JIT_NEED_PUSH_POP. It is absolutely not trivial to implement
	properly on some backends due to stack alignment constraints, and
	whenever it is required, using jit_allocai and using a properly
	aligned stack vector, or a heap buffer, is better.

	* tests/push-pop.c, tests/push-pop.ok: Removed due to
	JIT_NEED_PUSH_POP no longer available.
2012-12-01 17:52:59 -02:00
..
3to2.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
3to2.ok fix i386 floating-point sub(a,0,a) 2008-01-09 15:52:44 +01:00
add.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
add.ok initial import 2004-10-10 21:18:38 +00:00
allocai.c warning patrol (allocai.c, ppc) 2008-03-17 09:10:57 +01:00
allocai.ok add jit_allocai for SPARC 2008-01-09 15:49:51 +01:00
bp.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
bp.ok big merge 2008-01-09 15:49:22 +01:00
divi.c cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
divi.ok cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
fib.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
fib.ok initial import 2004-10-10 21:18:38 +00:00
fibdelay.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
fibdelay.ok initial import 2004-10-10 21:18:38 +00:00
fibit.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
fibit.ok initial import 2004-10-10 21:18:38 +00:00
funcfp.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
funcfp.ok big merge 2008-01-09 15:49:22 +01:00
incr.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
incr.ok initial import 2004-10-10 21:18:38 +00:00
ldst.c ldst test update 2010-08-15 06:41:42 -04:00
ldst.ok add ldst test 2010-07-28 23:29:24 +02:00
ldxi.c checkin rewrite of i386 assembler 2008-01-09 15:50:00 +01:00
ldxi.ok bump version, add ldxi test case 2008-01-09 15:49:39 +01:00
Makefile.am Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
modi.c fix PPC modi 2008-01-09 15:49:35 +01:00
modi.ok fix PPC modi 2008-01-09 15:49:35 +01:00
movi.c cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
movi.ok cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
printf.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
printf.ok initial import 2004-10-10 21:18:38 +00:00
printf2.c switch to GPLv3 2008-01-09 15:50:13 +01:00
printf2.ok initial import 2004-10-10 21:18:38 +00:00
ret.c added ret test and clarified JIT_RET documentation 2008-01-09 15:49:47 +01:00
ret.ok added ret test and clarified JIT_RET documentation 2008-01-09 15:49:47 +01:00
rpn.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
rpn.ok initial import 2004-10-10 21:18:38 +00:00
rpnfp.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
rpnfp.ok initial import 2004-10-10 21:18:38 +00:00
run-test avoid CRLF issues on mingw 2008-05-19 10:58:41 +02:00
sete.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
sete.ok improve set* encoding for i386, add testcase 2008-01-09 15:50:14 +01:00
testfp.c Cleanup on preparation for lightning rework. 2012-12-01 17:52:59 -02:00
testfp.ok fixes to sparc floating point 2008-01-09 15:49:25 +01:00