summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/cbits
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace an (incorrect) bytes-to-words calculation with ROUNDUP_BYTES_TO_WDSIan Lynagh2010-06-191-1/+1
|
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-011-11/+11
|
* Tag imported gmp symbols with the package they're fromBen.Lippmeier@anu.edu.au2010-01-021-20/+20
|
* allocateLocal was renamed to allocateSimon Marlow2009-12-021-1/+1
|
* Undo previous patch, caused linker problems on x86_64/linuxBen.Lippmeier@anu.edu.au2009-11-241-20/+20
| | | | | | | | | rolling back: Sat Nov 21 16:43:13 EST 2009 Ben.Lippmeier@anu.edu.au * Windows DLLs: Tag imported gmp symbols with the package they're from. M ./cbits/gmp-wrappers.cmm -20 +20
* Windows DLLs: Tag imported gmp symbols with the package they're from.Ben.Lippmeier@anu.edu.au2009-11-211-20/+20
|
* Update to follow RTS tidyp changesSimon Marlow2009-08-013-4/+6
|
* Fix GC annotations in GMP_TAKE1_UL1_RET1()Simon Marlow2009-07-231-1/+1
|
* Add primops for shiftingIan Lynagh2009-07-221-0/+35
|
* Remove unused stack variableIan Lynagh2009-07-211-3/+1
|
* Whitespace only, in gmp-wrappers.cmmIan Lynagh2009-07-211-65/+65
|
* Patch GMP to always use the GHC allocation functionsIan Lynagh2009-06-211-6/+6
| | | | | | This works around a crash (only on OS X for some reason?) where the GHCi GMP uses the systems memory allocator. We should fix this properly, by making ghci run constructor functions.
* Fixes for building on machines that don't have gmpIan Lynagh2009-06-151-8/+1
|
* Move the int64 conversion functions here, from ghc-primIan Lynagh2009-06-152-1/+68
|
* Add a configure script and rely on local definitions of derived constantsDuncan Coutts2009-06-132-1/+82
|
* Implement the gmp primops in the integer-gmp package using cmmDuncan Coutts2009-06-134-2/+731
|
* Add __encodeDouble and __encodeFloatDuncan Coutts2009-06-111-0/+106
Moved here from the rts.