| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove integer-simple | Sylvain Henry | 2020-06-17 | 1 | -44/+0 |
| | | | | | | | | | | | | | | integer-simple uses lists of words (`[Word]`) to represent big numbers instead of ByteArray#: * it is less efficient than the newer ghc-bignum native backend * it isn't compatible with the big number representation that is now shared by all the ghc-bignum backends (based on the one that was used only in integer-gmp before). As a consequence, we simply drop integer-simple | ||||
| * | Match `integer-simple`'s API with `integer-gmp` | Alec Theriault | 2019-01-16 | 1 | -1/+2 |
| | | | | | | | | | In `integer-simple`: * Added an efficient `popCountInteger` and `bitInteger` * Added an efficient `gcdInteger` and `lcmInteger` * Made `testBitInteger` more efficient | ||||
| * | A bunch of typofixes | Gabor Greif | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-07-03 | 1 | -0/+2 |
| | | | | | | For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool | ||||
| * | fix typo | Gabor Greif | 2012-08-29 | 1 | -1/+1 |
| | | |||||
| * | Define testBitInteger; part of #3489. Patch from pumpkingod@gmail.com | Ian Lynagh | 2012-08-05 | 1 | -1/+1 |
| | | |||||
| * | track integer-gmp and add 'divInteger', 'modInteger' | Gabor Greif | 2012-07-24 | 1 | -1/+2 |
| | | |||||
| * | Define mkInteger | Ian Lynagh | 2011-09-17 | 1 | -1/+1 |
| | | | | | Now used by GHC to generate Integer literals. | ||||
| * | Eliminate orphan instances | Ian Lynagh | 2011-07-30 | 1 | -722/+1 |
| | | |||||
| * | Rename toInt# -> integerToInt for consistency | Ian Lynagh | 2011-07-23 | 1 | -3/+3 |
| | | |||||
| * | Follow library changes | Ian Lynagh | 2011-07-22 | 1 | -0/+14 |
| | | |||||
| * | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -1/+1 |
| | | |||||
| * | () is now available, so use that instead of our own | Ian Lynagh | 2009-07-22 | 1 | -30/+28 |
| | | |||||
| * | Follow changes in GHC and the other libraries | Ian Lynagh | 2009-07-22 | 1 | -22/+46 |
| | | |||||
| * | Fix conversions between Float/Double and simple-integer | Ian Lynagh | 2008-06-14 | 1 | -15/+34 |
| | | |||||
| * | Sprinkle on some strictness annotations | Ian Lynagh | 2008-06-02 | 1 | -52/+52 |
| | | |||||
| * | Make the Integer type components strict | Ian Lynagh | 2008-06-02 | 1 | -2/+2 |
| | | |||||
| * | Avoid the need for infinite Integers when doing bitwise operations | Ian Lynagh | 2008-06-02 | 1 | -12/+22 |
| | | |||||
| * | Initial commit | Ian Lynagh | 2008-04-25 | 1 | -0/+696 |
