summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp
Commit message (Expand)AuthorAgeFilesLines
* integer-gmp: Fix cabal fileBen Gamari2022-06-281-4/+5
* Add metadata to integer-gmp.cabalMorrow2022-02-101-0/+8
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-231-4/+4
* Bignum: implement integerPowMod (#18427)Sylvain Henry2020-10-021-2/+9
* Bignum: implement integerRecipMod (#18427)Sylvain Henry2020-10-021-0/+7
* Bignum: add bigNatFromWordArraySylvain Henry2020-09-261-0/+6
* Bignum: implement extended GCD (#18427)Sylvain Henry2020-09-251-0/+7
* Bignum: add missing compat import/export functionsSylvain Henry2020-09-021-3/+30
* Bignum: add BigNat compat functions (#18613)Sylvain Henry2020-08-311-0/+54
* Bignum: add more BigNat compat functions in integer-gmpSylvain Henry2020-08-052-0/+209
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-051-0/+24
* BigNum: rename BigNat typesSylvain Henry2020-07-071-4/+4
* Add integer-gmp's ghc.mk and GNUmakefile to .gitignoreRyan Scott2020-06-282-5/+2
* ghc-bignum librarySylvain Henry2020-06-1725-8196/+76
* integer-gmp: Bump version and add changelog entryBen Gamari2020-03-312-1/+7
* Make: refactor GMP rulesSylvain Henry2020-03-141-7/+8
* Use configure script to detect that we should use in-tree GMP on WindowsSylvain Henry2020-03-021-6/+0
* Hadrian: refactor GMP in-tree build support (#17756)Sylvain Henry2020-02-181-1/+1
* integer-gmp: Fix unused command-line argumentBen Gamari2020-02-141-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Document GMP build [skip ci]Sylvain Henry2020-02-121-0/+80
* Force -fPIC for intree GMP (fix #17799)Sylvain Henry2020-02-092-46/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Use the new timesInt2# primop in integer-gmp (#9431)Sylvain Henry2019-12-021-4/+19
* Fix typosBrian Wignall2019-11-231-1/+1
* Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbsSimon Jakobi2019-06-071-0/+2
* Update autoconf scriptsBen Gamari2019-04-252-1598/+1732
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1
* integer-gmp: Write friendlier documentation for IntegerBen Gamari2019-04-031-2/+6
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-254-6/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Fix Haddock comment for Integer datatypeAlexandre Baldé2019-02-181-2/+6
* Fix incorrectly named configure optionsAlec Theriault2019-01-271-2/+2
* Hadrian: support in-tree GMPAlec Theriault2019-01-232-2/+4
* Match `integer-simple`'s API with `integer-gmp`Alec Theriault2019-01-162-2/+2
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* integer-gmp: Fix TBA in changelogBen Gamari2018-11-071-1/+1
* Update integer_gmp_gcdext documentation.David Eichmann2018-10-151-7/+7
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-031-1/+4
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-211-3/+13
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-0/+5
* Fix gcdExtInteger (trac#15350)Bodigrim2018-07-121-1/+3
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-133-2/+9
* Move gmp/config.mk.in to config.mk.in, fix #14972Edward Z. Yang2018-04-104-6/+12
* Bump autoconf version bound to >= 2.69Ben Gamari2018-03-191-1/+1
* add CCX=$(CXX) to integer-gmpMoritz Angermann2018-03-061-1/+1
* Fixup include of gmp/config.mk to use new locationHerbert Valerio Riedel2018-03-051-1/+1
* integer-gmp: Simplify gmp/configure invocationBen Gamari2018-02-021-4/+1
* Forward-port changes from GHC 8.2 branchHerbert Valerio Riedel2017-12-071-2/+11