Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace an (incorrect) bytes-to-words calculation with ROUNDUP_BYTES_TO_WDS | Ian Lynagh | 2010-06-19 | 1 | -1/+1 | |
| | ||||||
* | FIX #38000 Store StgArrWords payload size in bytes | Antoine Latter | 2010-01-01 | 1 | -11/+11 | |
| | ||||||
* | Tag imported gmp symbols with the package they're from | Ben.Lippmeier@anu.edu.au | 2010-01-02 | 1 | -20/+20 | |
| | ||||||
* | allocateLocal was renamed to allocate | Simon Marlow | 2009-12-02 | 1 | -1/+1 | |
| | ||||||
* | Undo previous patch, caused linker problems on x86_64/linux | Ben.Lippmeier@anu.edu.au | 2009-11-24 | 1 | -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.au | 2009-11-21 | 1 | -20/+20 | |
| | ||||||
* | Update to follow RTS tidyp changes | Simon Marlow | 2009-08-01 | 3 | -4/+6 | |
| | ||||||
* | Fix GC annotations in GMP_TAKE1_UL1_RET1() | Simon Marlow | 2009-07-23 | 1 | -1/+1 | |
| | ||||||
* | Add primops for shifting | Ian Lynagh | 2009-07-22 | 1 | -0/+35 | |
| | ||||||
* | Remove unused stack variable | Ian Lynagh | 2009-07-21 | 1 | -3/+1 | |
| | ||||||
* | Whitespace only, in gmp-wrappers.cmm | Ian Lynagh | 2009-07-21 | 1 | -65/+65 | |
| | ||||||
* | Patch GMP to always use the GHC allocation functions | Ian Lynagh | 2009-06-21 | 1 | -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 gmp | Ian Lynagh | 2009-06-15 | 1 | -8/+1 | |
| | ||||||
* | Move the int64 conversion functions here, from ghc-prim | Ian Lynagh | 2009-06-15 | 2 | -1/+68 | |
| | ||||||
* | Add a configure script and rely on local definitions of derived constants | Duncan Coutts | 2009-06-13 | 2 | -1/+82 | |
| | ||||||
* | Implement the gmp primops in the integer-gmp package using cmm | Duncan Coutts | 2009-06-13 | 4 | -2/+731 | |
| | ||||||
* | Add __encodeDouble and __encodeFloat | Duncan Coutts | 2009-06-11 | 1 | -0/+106 | |
Moved here from the rts. |