[project @ 2000-08-18 15:44:28 by simonmar]
authorsimonmar <unknown>
Fri, 18 Aug 2000 15:44:37 +0000 (15:44 +0000)
committersimonmar <unknown>
Fri, 18 Aug 2000 15:44:37 +0000 (15:44 +0000)
commite72806f1683fc7acf7bd10885e8e45ff06d790f1
treef94c52153f1ce79abf173dee364f99391397574a
parenta6c4cc3666b15a6392279d492f87861c1f18b2de
[project @ 2000-08-18 15:44:28 by simonmar]
Import stripped-down gmp-3.1.

This will cause severe breakage until I can resolve the conflicts and
check in the rest of the changes, so I'd advise not updating this
directory for a while (unless you're using a system-installed gmp, in
which case it won't matter).
493 files changed:
ghc/rts/gmp/.gdbinit [new file with mode: 0644]
ghc/rts/gmp/assert.c [new file with mode: 0644]
ghc/rts/gmp/compat.c [new file with mode: 0644]
ghc/rts/gmp/depcomp [new file with mode: 0644]
ghc/rts/gmp/errno.c [new file with mode: 0644]
ghc/rts/gmp/extract-dbl.c [new file with mode: 0644]
ghc/rts/gmp/insert-dbl.c [new file with mode: 0644]
ghc/rts/gmp/install-sh [new file with mode: 0644]
ghc/rts/gmp/ltconfig [new file with mode: 0644]
ghc/rts/gmp/ltmain.sh [new file with mode: 0644]
ghc/rts/gmp/mdate-sh [new file with mode: 0644]
ghc/rts/gmp/memory.c
ghc/rts/gmp/missing [new file with mode: 0644]
ghc/rts/gmp/mp_bpl.c
ghc/rts/gmp/mp_clz_tab.c
ghc/rts/gmp/mp_minv_tab.c [new file with mode: 0644]
ghc/rts/gmp/mp_set_fns.c
ghc/rts/gmp/mpn/Makefile.am [new file with mode: 0644]
ghc/rts/gmp/mpn/README
ghc/rts/gmp/mpn/a29k/add_n.s
ghc/rts/gmp/mpn/a29k/addmul_1.s
ghc/rts/gmp/mpn/a29k/lshift.s
ghc/rts/gmp/mpn/a29k/mul_1.s
ghc/rts/gmp/mpn/a29k/rshift.s
ghc/rts/gmp/mpn/a29k/sub_n.s
ghc/rts/gmp/mpn/a29k/submul_1.s
ghc/rts/gmp/mpn/a29k/udiv.s [new file with mode: 0644]
ghc/rts/gmp/mpn/a29k/umul.s [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/README
ghc/rts/gmp/mpn/alpha/add_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/cntlz.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/default.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/ev5/add_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/ev5/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/ev5/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/ev5/sub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/ev6/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/ev6/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/gmp-mparam.h
ghc/rts/gmp/mpn/alpha/invert_limb.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/sub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/udiv_qrnnd.S
ghc/rts/gmp/mpn/alpha/umul.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/alpha/unicos.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/arm/add_n.S [new file with mode: 0644]
ghc/rts/gmp/mpn/arm/addmul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/arm/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/arm/mul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/arm/sub_n.S [new file with mode: 0644]
ghc/rts/gmp/mpn/asm-defs.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/clipper/add_n.s
ghc/rts/gmp/mpn/clipper/mul_1.s
ghc/rts/gmp/mpn/clipper/sub_n.s
ghc/rts/gmp/mpn/cray/README [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/add_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/addmul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/gmp-mparam.h
ghc/rts/gmp/mpn/cray/mul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/mulww.f [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/mulww.s [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/sub_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/cray/submul_1.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/add_n.c
ghc/rts/gmp/mpn/generic/addmul_1.c
ghc/rts/gmp/mpn/generic/addsub_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/bdivmod.c
ghc/rts/gmp/mpn/generic/bz_divrem_n.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/cmp.c
ghc/rts/gmp/mpn/generic/diveby3.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/divrem.c
ghc/rts/gmp/mpn/generic/divrem_1.c
ghc/rts/gmp/mpn/generic/divrem_2.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/dump.c
ghc/rts/gmp/mpn/generic/gcd.c
ghc/rts/gmp/mpn/generic/gcd_1.c
ghc/rts/gmp/mpn/generic/gcdext.c
ghc/rts/gmp/mpn/generic/get_str.c
ghc/rts/gmp/mpn/generic/gmp-mparam.h
ghc/rts/gmp/mpn/generic/hamdist.c
ghc/rts/gmp/mpn/generic/inlines.c
ghc/rts/gmp/mpn/generic/jacbase.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/lshift.c
ghc/rts/gmp/mpn/generic/mod_1.c
ghc/rts/gmp/mpn/generic/mod_1_rs.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mul.c
ghc/rts/gmp/mpn/generic/mul_1.c
ghc/rts/gmp/mpn/generic/mul_basecase.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mul_fft.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/mul_n.c
ghc/rts/gmp/mpn/generic/perfsqr.c
ghc/rts/gmp/mpn/generic/popcount.c
ghc/rts/gmp/mpn/generic/pre_mod_1.c
ghc/rts/gmp/mpn/generic/random.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/rshift.c
ghc/rts/gmp/mpn/generic/sb_divrem_mn.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/scan0.c
ghc/rts/gmp/mpn/generic/scan1.c
ghc/rts/gmp/mpn/generic/set_str.c
ghc/rts/gmp/mpn/generic/sqr_basecase.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/sqrtrem.c
ghc/rts/gmp/mpn/generic/sub_n.c
ghc/rts/gmp/mpn/generic/submul_1.c
ghc/rts/gmp/mpn/generic/tdiv_qr.c [new file with mode: 0644]
ghc/rts/gmp/mpn/generic/udiv_w_sdiv.c
ghc/rts/gmp/mpn/hppa/README
ghc/rts/gmp/mpn/hppa/add_n.s
ghc/rts/gmp/mpn/hppa/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/hppa/hppa1_1/addmul_1.s
ghc/rts/gmp/mpn/hppa/hppa1_1/mul_1.s
ghc/rts/gmp/mpn/hppa/hppa1_1/pa7100/add_n.s
ghc/rts/gmp/mpn/hppa/hppa1_1/pa7100/addmul_1.S
ghc/rts/gmp/mpn/hppa/hppa1_1/pa7100/lshift.s
ghc/rts/gmp/mpn/hppa/hppa1_1/pa7100/rshift.s
ghc/rts/gmp/mpn/hppa/hppa1_1/pa7100/sub_n.s
ghc/rts/gmp/mpn/hppa/hppa1_1/pa7100/submul_1.S
ghc/rts/gmp/mpn/hppa/hppa1_1/submul_1.s
ghc/rts/gmp/mpn/hppa/hppa1_1/udiv_qrnnd.S [new file with mode: 0644]
ghc/rts/gmp/mpn/hppa/hppa1_1/umul.s [new file with mode: 0644]
ghc/rts/gmp/mpn/hppa/hppa2_0/add_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/hppa/hppa2_0/sub_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/hppa/lshift.s
ghc/rts/gmp/mpn/hppa/rshift.s
ghc/rts/gmp/mpn/hppa/sub_n.s
ghc/rts/gmp/mpn/hppa/udiv_qrnnd.s
ghc/rts/gmp/mpn/i960/add_n.s
ghc/rts/gmp/mpn/i960/addmul_1.s
ghc/rts/gmp/mpn/i960/mul_1.s
ghc/rts/gmp/mpn/i960/sub_n.s
ghc/rts/gmp/mpn/lisp/gmpasm-mode.el [new file with mode: 0644]
ghc/rts/gmp/mpn/m68k/add_n.S
ghc/rts/gmp/mpn/m68k/lshift.S
ghc/rts/gmp/mpn/m68k/mc68020/addmul_1.S
ghc/rts/gmp/mpn/m68k/mc68020/mul_1.S
ghc/rts/gmp/mpn/m68k/mc68020/submul_1.S
ghc/rts/gmp/mpn/m68k/mc68020/udiv.S [new file with mode: 0644]
ghc/rts/gmp/mpn/m68k/mc68020/umul.S [new file with mode: 0644]
ghc/rts/gmp/mpn/m68k/rshift.S
ghc/rts/gmp/mpn/m68k/sub_n.S
ghc/rts/gmp/mpn/m68k/syntax.h
ghc/rts/gmp/mpn/m88k/add_n.s
ghc/rts/gmp/mpn/m88k/mc88110/add_n.S
ghc/rts/gmp/mpn/m88k/mc88110/addmul_1.s
ghc/rts/gmp/mpn/m88k/mc88110/mul_1.s
ghc/rts/gmp/mpn/m88k/mc88110/sub_n.S
ghc/rts/gmp/mpn/m88k/mul_1.s
ghc/rts/gmp/mpn/m88k/sub_n.s
ghc/rts/gmp/mpn/mips2/add_n.s
ghc/rts/gmp/mpn/mips2/addmul_1.s
ghc/rts/gmp/mpn/mips2/lshift.s
ghc/rts/gmp/mpn/mips2/mul_1.s
ghc/rts/gmp/mpn/mips2/rshift.s
ghc/rts/gmp/mpn/mips2/sub_n.s
ghc/rts/gmp/mpn/mips2/submul_1.s
ghc/rts/gmp/mpn/mips2/umul.s [new file with mode: 0644]
ghc/rts/gmp/mpn/mips3/add_n.s
ghc/rts/gmp/mpn/mips3/addmul_1.s
ghc/rts/gmp/mpn/mips3/gmp-mparam.h
ghc/rts/gmp/mpn/mips3/lshift.s
ghc/rts/gmp/mpn/mips3/mul_1.s
ghc/rts/gmp/mpn/mips3/rshift.s
ghc/rts/gmp/mpn/mips3/sub_n.s
ghc/rts/gmp/mpn/mips3/submul_1.s
ghc/rts/gmp/mpn/mp_bases.c
ghc/rts/gmp/mpn/ns32k/add_n.s
ghc/rts/gmp/mpn/ns32k/addmul_1.s
ghc/rts/gmp/mpn/ns32k/mul_1.s
ghc/rts/gmp/mpn/ns32k/sub_n.s
ghc/rts/gmp/mpn/ns32k/submul_1.s
ghc/rts/gmp/mpn/pa64/README [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/add_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/addmul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/lshift.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/mul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/rshift.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/sub_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/submul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/udiv_qrnnd.c [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64/umul_ppmm.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/README [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/add_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/addmul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/lshift.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/mul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/rshift.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/sub_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/submul_1.S [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/udiv_qrnnd.c [new file with mode: 0644]
ghc/rts/gmp/mpn/pa64w/umul_ppmm.S [new file with mode: 0644]
ghc/rts/gmp/mpn/power/add_n.s
ghc/rts/gmp/mpn/power/addmul_1.s
ghc/rts/gmp/mpn/power/lshift.s
ghc/rts/gmp/mpn/power/mul_1.s
ghc/rts/gmp/mpn/power/rshift.s
ghc/rts/gmp/mpn/power/sdiv.s [new file with mode: 0644]
ghc/rts/gmp/mpn/power/sub_n.s
ghc/rts/gmp/mpn/power/submul_1.s
ghc/rts/gmp/mpn/power/umul.s [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/add_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/aix.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/regmap.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/sub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc32/umul.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/README [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/add_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/addsub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/aix.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/copyd.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/copyi.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/gmp-mparam.h
ghc/rts/gmp/mpn/powerpc64/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/sub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/powerpc64/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/pyr/add_n.s
ghc/rts/gmp/mpn/pyr/addmul_1.s
ghc/rts/gmp/mpn/pyr/mul_1.s
ghc/rts/gmp/mpn/pyr/sub_n.s
ghc/rts/gmp/mpn/sh/add_n.s
ghc/rts/gmp/mpn/sh/sh2/addmul_1.s
ghc/rts/gmp/mpn/sh/sh2/mul_1.s
ghc/rts/gmp/mpn/sh/sh2/submul_1.s
ghc/rts/gmp/mpn/sh/sub_n.s
ghc/rts/gmp/mpn/sparc32/add_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/sub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/udiv_fp.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/udiv_nfp.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/umul.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/supersparc/udiv.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v8/umul.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v9/README [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v9/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v9/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v9/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc32/v9/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/README [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/add_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/addmul1h.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/addmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/copyi.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/gmp-mparam.h
ghc/rts/gmp/mpn/sparc64/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/mul_1h.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/sub_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/submul1h.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/sparc64/submul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/thumb/add_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/thumb/sub_n.s [new file with mode: 0644]
ghc/rts/gmp/mpn/underscore.h [new file with mode: 0644]
ghc/rts/gmp/mpn/vax/add_n.s
ghc/rts/gmp/mpn/vax/addmul_1.s
ghc/rts/gmp/mpn/vax/lshift.s [new file with mode: 0644]
ghc/rts/gmp/mpn/vax/mul_1.s
ghc/rts/gmp/mpn/vax/rshift.s [new file with mode: 0644]
ghc/rts/gmp/mpn/vax/sub_n.s
ghc/rts/gmp/mpn/vax/submul_1.s
ghc/rts/gmp/mpn/x86/README [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/README.family [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/addsub_n.S [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/aors_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/aorsmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/copyd.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/copyi.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/diveby3.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/divrem_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/README [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/aors_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/aorsmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/cross.pl [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/diveby3.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/k62mmx/copyd.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/k62mmx/copyi.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/k62mmx/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/k62mmx/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mmx/com_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mmx/logops_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mmx/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mmx/popham.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mmx/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/mul_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k6/sqr_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/README [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/aors_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/aorsmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/diveby3.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/copyd.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/copyi.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/divrem_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/mod_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/popham.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mmx/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/mul_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/k7/sqr_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/mod_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/mul_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/README [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/aorsmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/diveby3.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/mmx/divrem_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/mmx/mod_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/mmx/popham.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/p3mmx/popham.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/p6/sqr_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/README
ghc/rts/gmp/mpn/x86/pentium/aors_n.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/aorsmul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/diveby3.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mmx/gmp-mparam.h [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mmx/lshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mmx/popham.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mmx/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mul_1.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/mul_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/pentium/sqr_basecase.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/rshift.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/udiv.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/umul.asm [new file with mode: 0644]
ghc/rts/gmp/mpn/x86/x86-defs.m4 [new file with mode: 0644]
ghc/rts/gmp/mpn/z8000/add_n.s
ghc/rts/gmp/mpn/z8000/gmp-mparam.h
ghc/rts/gmp/mpn/z8000/mul_1.s
ghc/rts/gmp/mpn/z8000/sub_n.s
ghc/rts/gmp/mpn/z8000x/add_n.s
ghc/rts/gmp/mpn/z8000x/sub_n.s
ghc/rts/gmp/mpz/Makefile.am [new file with mode: 0644]
ghc/rts/gmp/mpz/README [new file with mode: 0644]
ghc/rts/gmp/mpz/abs.c
ghc/rts/gmp/mpz/add.c
ghc/rts/gmp/mpz/add_ui.c
ghc/rts/gmp/mpz/addmul_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/and.c
ghc/rts/gmp/mpz/array_init.c
ghc/rts/gmp/mpz/bin_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/bin_uiui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/cdiv_q.c
ghc/rts/gmp/mpz/cdiv_q_ui.c
ghc/rts/gmp/mpz/cdiv_qr.c
ghc/rts/gmp/mpz/cdiv_qr_ui.c
ghc/rts/gmp/mpz/cdiv_r.c
ghc/rts/gmp/mpz/cdiv_r_ui.c
ghc/rts/gmp/mpz/cdiv_ui.c
ghc/rts/gmp/mpz/clear.c
ghc/rts/gmp/mpz/clrbit.c
ghc/rts/gmp/mpz/cmp.c
ghc/rts/gmp/mpz/cmp_si.c
ghc/rts/gmp/mpz/cmp_ui.c
ghc/rts/gmp/mpz/cmpabs.c [new file with mode: 0644]
ghc/rts/gmp/mpz/cmpabs_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/com.c
ghc/rts/gmp/mpz/divexact.c
ghc/rts/gmp/mpz/dump.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fac_ui.c
ghc/rts/gmp/mpz/fdiv_q.c
ghc/rts/gmp/mpz/fdiv_q_2exp.c
ghc/rts/gmp/mpz/fdiv_q_ui.c
ghc/rts/gmp/mpz/fdiv_qr.c
ghc/rts/gmp/mpz/fdiv_qr_ui.c
ghc/rts/gmp/mpz/fdiv_r.c
ghc/rts/gmp/mpz/fdiv_r_2exp.c
ghc/rts/gmp/mpz/fdiv_r_ui.c
ghc/rts/gmp/mpz/fdiv_ui.c
ghc/rts/gmp/mpz/fib_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fits_sint_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fits_slong_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fits_sshort_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fits_uint_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fits_ulong_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fits_ushort_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/gcd.c
ghc/rts/gmp/mpz/gcd_ui.c
ghc/rts/gmp/mpz/gcdext.c
ghc/rts/gmp/mpz/get_d.c
ghc/rts/gmp/mpz/get_si.c
ghc/rts/gmp/mpz/get_str.c
ghc/rts/gmp/mpz/get_ui.c
ghc/rts/gmp/mpz/getlimbn.c
ghc/rts/gmp/mpz/hamdist.c
ghc/rts/gmp/mpz/init.c
ghc/rts/gmp/mpz/inp_raw.c
ghc/rts/gmp/mpz/inp_str.c
ghc/rts/gmp/mpz/invert.c
ghc/rts/gmp/mpz/ior.c
ghc/rts/gmp/mpz/iset.c
ghc/rts/gmp/mpz/iset_d.c
ghc/rts/gmp/mpz/iset_si.c
ghc/rts/gmp/mpz/iset_str.c
ghc/rts/gmp/mpz/iset_ui.c
ghc/rts/gmp/mpz/jacobi.c
ghc/rts/gmp/mpz/kronsz.c [new file with mode: 0644]
ghc/rts/gmp/mpz/kronuz.c [new file with mode: 0644]
ghc/rts/gmp/mpz/kronzs.c [new file with mode: 0644]
ghc/rts/gmp/mpz/kronzu.c [new file with mode: 0644]
ghc/rts/gmp/mpz/lcm.c [new file with mode: 0644]
ghc/rts/gmp/mpz/legendre.c
ghc/rts/gmp/mpz/mod.c
ghc/rts/gmp/mpz/mul.c
ghc/rts/gmp/mpz/mul_2exp.c
ghc/rts/gmp/mpz/mul_siui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/neg.c
ghc/rts/gmp/mpz/nextprime.c [new file with mode: 0644]
ghc/rts/gmp/mpz/out_raw.c
ghc/rts/gmp/mpz/out_str.c
ghc/rts/gmp/mpz/perfpow.c [new file with mode: 0644]
ghc/rts/gmp/mpz/perfsqr.c
ghc/rts/gmp/mpz/popcount.c
ghc/rts/gmp/mpz/pow_ui.c
ghc/rts/gmp/mpz/powm.c
ghc/rts/gmp/mpz/powm_ui.c
ghc/rts/gmp/mpz/pprime_p.c
ghc/rts/gmp/mpz/random.c
ghc/rts/gmp/mpz/random2.c
ghc/rts/gmp/mpz/realloc.c
ghc/rts/gmp/mpz/remove.c [new file with mode: 0644]
ghc/rts/gmp/mpz/root.c [new file with mode: 0644]
ghc/rts/gmp/mpz/rrandomb.c [new file with mode: 0644]
ghc/rts/gmp/mpz/scan0.c
ghc/rts/gmp/mpz/scan1.c
ghc/rts/gmp/mpz/set.c
ghc/rts/gmp/mpz/set_d.c
ghc/rts/gmp/mpz/set_f.c
ghc/rts/gmp/mpz/set_q.c
ghc/rts/gmp/mpz/set_si.c
ghc/rts/gmp/mpz/set_str.c
ghc/rts/gmp/mpz/set_ui.c
ghc/rts/gmp/mpz/setbit.c
ghc/rts/gmp/mpz/size.c
ghc/rts/gmp/mpz/sizeinbase.c
ghc/rts/gmp/mpz/sqrt.c
ghc/rts/gmp/mpz/sqrtrem.c
ghc/rts/gmp/mpz/sub.c
ghc/rts/gmp/mpz/sub_ui.c
ghc/rts/gmp/mpz/swap.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tdiv_q.c
ghc/rts/gmp/mpz/tdiv_q_2exp.c
ghc/rts/gmp/mpz/tdiv_q_ui.c
ghc/rts/gmp/mpz/tdiv_qr.c
ghc/rts/gmp/mpz/tdiv_qr_ui.c
ghc/rts/gmp/mpz/tdiv_r.c
ghc/rts/gmp/mpz/tdiv_r_2exp.c
ghc/rts/gmp/mpz/tdiv_r_ui.c
ghc/rts/gmp/mpz/tdiv_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tstbit.c [new file with mode: 0644]
ghc/rts/gmp/mpz/ui_pow_ui.c
ghc/rts/gmp/mpz/urandomb.c [new file with mode: 0644]
ghc/rts/gmp/mpz/urandomm.c [new file with mode: 0644]
ghc/rts/gmp/mpz/xor.c [new file with mode: 0644]
ghc/rts/gmp/rand.c [new file with mode: 0644]
ghc/rts/gmp/randclr.c [new file with mode: 0644]
ghc/rts/gmp/randlc.c [new file with mode: 0644]
ghc/rts/gmp/randlc2x.c [new file with mode: 0644]
ghc/rts/gmp/randraw.c [new file with mode: 0644]
ghc/rts/gmp/randsd.c [new file with mode: 0644]
ghc/rts/gmp/randsdui.c [new file with mode: 0644]
ghc/rts/gmp/stack-alloc.c
ghc/rts/gmp/stack-alloc.h
ghc/rts/gmp/stamp-vti [new file with mode: 0644]
ghc/rts/gmp/version.c
ghc/rts/gmp/version.texi [new file with mode: 0644]