| Commit message (Expand) | Author | Age | Files | Lines |
* | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-07-19 | 1 | -0/+2 |
* | Define testBitInteger; part of #3489 | Ian Lynagh | 2012-08-05 | 1 | -1/+1 |
* | Add divInteger and modInteger functions | Ian Lynagh | 2012-06-19 | 1 | -1/+2 |
* | Define mkInteger | Ian Lynagh | 2011-09-17 | 1 | -1/+1 |
* | Don't export gcdInteger, lcmInteger from GHC.Integer | Ian Lynagh | 2011-09-13 | 1 | -1/+1 |
* | Eliminate orphan instances | Ian Lynagh | 2011-07-30 | 1 | -555/+3 |
* | No need to export Integer from GHC.Integer.GMP.Internals | Ian Lynagh | 2011-07-30 | 1 | -2/+2 |
* | Don't inline most integer operations | Ian Lynagh | 2011-07-23 | 1 | -6/+37 |
* | Rename toInt# -> integerToInt for consistency | Ian Lynagh | 2011-07-23 | 1 | -8/+8 |
* | Fix build following modules moving around | Ian Lynagh | 2011-07-22 | 1 | -11/+3 |
* | Eq and Ord instances are now in the integer package, not base | Ian Lynagh | 2011-07-22 | 1 | -0/+12 |
* | Add extensions to LANGUAGE pragmas | Ian Lynagh | 2011-01-11 | 1 | -1/+1 |
* | Fix unknown symbol base_ControlziExceptionziBase_patError_info by helping GHC... | Edward Z. Yang | 2010-12-04 | 1 | -6/+10 |
* | Add LANGUAGE BangPatterns to modules that use bang patterns | simonpj@microsoft.com | 2010-11-12 | 1 | -0/+1 |
* | Add a rewrite rule for toInt# so literals work right | simonpj@microsoft.com | 2010-10-26 | 1 | -0/+6 |
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -1/+1 |
* | fix hashInteger to be the same as fromIntegral, and document it (#4108) | Simon Marlow | 2010-08-13 | 1 | -6/+7 |
* | Hide GHC.Integer from haddock again, now that haddock #24 is fixed; trac #2839 | Ian Lynagh | 2010-06-23 | 1 | -0/+1 |
* | Add primops for shifting | Ian Lynagh | 2009-07-22 | 1 | -0/+12 |
* | Make integer-gmp suitable to be used directly, rather than via integer | Ian Lynagh | 2009-07-21 | 1 | -0/+535 |
* | Make this package now really integer-gmp, rather than pretending it's integer | Ian Lynagh | 2009-06-22 | 1 | -535/+0 |
* | Move the int64 conversion functions here, from ghc-prim | Ian Lynagh | 2009-06-15 | 1 | -3/+4 |
* | Tweak the small integer case of gcdInteger for better optimisation | Duncan Coutts | 2009-06-13 | 1 | -7/+11 |
* | Implement the gmp primops in the integer-gmp package using cmm | Duncan Coutts | 2009-06-13 | 1 | -7/+10 |
* | Remove the unused decodeFloatInteger | Ian Lynagh | 2009-06-02 | 1 | -6/+2 |
* | Use a bang pattern when we where/let-bind values with unlifted types | Ian Lynagh | 2009-04-24 | 1 | -8/+8 |
* | Don't hide GHC.Integer from haddock; fixes trac #2839 | Ian Lynagh | 2009-02-11 | 1 | -1/+0 |
* | Fix performance regression in quotRemInteger/divModInteger | Simon Marlow | 2008-11-20 | 1 | -2/+13 |
* | Move the Integer type definition into GHC.Integer.Internals | Ian Lynagh | 2008-09-25 | 1 | -13/+2 |
* | Avoid using deprecated flags | Ian Lynagh | 2008-06-16 | 1 | -1/+1 |
* | Wibble && definition | Ian Lynagh | 2008-04-12 | 1 | -2/+2 |
* | We can now use Ordering as it's in ghc-prim | Ian Lynagh | 2008-04-12 | 1 | -14/+11 |
* | Define integerToWord64, word64ToInteger, integerToInt64, int64ToInteger | Ian Lynagh | 2008-03-25 | 1 | -0/+43 |
* | Fix parsing precedence problem | Ian Lynagh | 2008-03-23 | 1 | -2/+2 |
* | Initial commit of integer(-gmp) package; code copied from base | Ian Lynagh | 2008-03-23 | 1 | -0/+492 |