summaryrefslogtreecommitdiff
path: root/libraries/ghc-bignum/src/GHC/Num/Backend
Commit message (Expand)AuthorAgeFilesLines
* Bignum: expose backendName (#20495)Sylvain Henry2021-11-094-0/+20
* Bignum: don't allocate in bignat_mul (#20028)Sylvain Henry2021-07-191-4/+4
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-5/+5
* Bignum: make GMP's bignat_add not recursiveSylvain Henry2020-11-031-4/+4
* Bignum: implement integerPowMod (#18427)Sylvain Henry2020-10-024-16/+102
* Bignum: implement integerRecipMod (#18427)Sylvain Henry2020-10-024-0/+76
* Bignum: implement extended GCD (#18427)Sylvain Henry2020-09-254-4/+130
* Bignum: refactor backend modulesSylvain Henry2020-09-255-0/+2278