summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/GHC/Integer.lhs
Commit message (Expand)AuthorAgeFilesLines
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-07-191-0/+2
* Define testBitInteger; part of #3489Ian Lynagh2012-08-051-1/+1
* Add divInteger and modInteger functionsIan Lynagh2012-06-191-1/+2
* Define mkIntegerIan Lynagh2011-09-171-1/+1
* Don't export gcdInteger, lcmInteger from GHC.IntegerIan Lynagh2011-09-131-1/+1
* Eliminate orphan instancesIan Lynagh2011-07-301-555/+3
* No need to export Integer from GHC.Integer.GMP.InternalsIan Lynagh2011-07-301-2/+2
* Don't inline most integer operationsIan Lynagh2011-07-231-6/+37
* Rename toInt# -> integerToInt for consistencyIan Lynagh2011-07-231-8/+8
* Fix build following modules moving aroundIan Lynagh2011-07-221-11/+3
* Eq and Ord instances are now in the integer package, not baseIan Lynagh2011-07-221-0/+12
* Add extensions to LANGUAGE pragmasIan Lynagh2011-01-111-1/+1
* Fix unknown symbol base_ControlziExceptionziBase_patError_info by helping GHC...Edward Z. Yang2010-12-041-6/+10
* Add LANGUAGE BangPatterns to modules that use bang patternssimonpj@microsoft.com2010-11-121-0/+1
* Add a rewrite rule for toInt# so literals work rightsimonpj@microsoft.com2010-10-261-0/+6
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-1/+1
* fix hashInteger to be the same as fromIntegral, and document it (#4108)Simon Marlow2010-08-131-6/+7
* Hide GHC.Integer from haddock again, now that haddock #24 is fixed; trac #2839Ian Lynagh2010-06-231-0/+1
* Add primops for shiftingIan Lynagh2009-07-221-0/+12
* Make integer-gmp suitable to be used directly, rather than via integerIan Lynagh2009-07-211-0/+535
* Make this package now really integer-gmp, rather than pretending it's integerIan Lynagh2009-06-221-535/+0
* Move the int64 conversion functions here, from ghc-primIan Lynagh2009-06-151-3/+4
* Tweak the small integer case of gcdInteger for better optimisationDuncan Coutts2009-06-131-7/+11
* Implement the gmp primops in the integer-gmp package using cmmDuncan Coutts2009-06-131-7/+10
* Remove the unused decodeFloatIntegerIan Lynagh2009-06-021-6/+2
* Use a bang pattern when we where/let-bind values with unlifted typesIan Lynagh2009-04-241-8/+8
* Don't hide GHC.Integer from haddock; fixes trac #2839Ian Lynagh2009-02-111-1/+0
* Fix performance regression in quotRemInteger/divModIntegerSimon Marlow2008-11-201-2/+13
* Move the Integer type definition into GHC.Integer.InternalsIan Lynagh2008-09-251-13/+2
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* Wibble && definitionIan Lynagh2008-04-121-2/+2
* We can now use Ordering as it's in ghc-primIan Lynagh2008-04-121-14/+11
* Define integerToWord64, word64ToInteger, integerToInt64, int64ToIntegerIan Lynagh2008-03-251-0/+43
* Fix parsing precedence problemIan Lynagh2008-03-231-2/+2
* Initial commit of integer(-gmp) package; code copied from baseIan Lynagh2008-03-231-0/+492