Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-export GHC.Bits from GHC.Prelude with custom shift implementation. | Andreas Klebinger | 2021-04-09 | 1 | -1/+0 |
| | | | | | | | This allows us to use the unsafe shifts in non-debug builds for performance. For older versions of base we instead export Data.Bits See also #19618 | ||||
* | Fix duplicated words and typos in comments and user guide | Jan Hrček | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | Update Haddock submodule Metric Increase: haddock.compiler | ||||
* | Refactoring: use Platform instead of DynFlags when possible | Sylvain Henry | 2020-03-19 | 1 | -16/+15 |
| | | | | | | | | Metric Decrease: ManyConstructors T12707 T13035 T1969 | ||||
* | Document and refactor a few things around bitmap scavenging | Ömer Sinan Ağacan | 2020-02-29 | 1 | -36/+7 |
| | | | | | | | | - Added a few comments in StgPAP - Added a few comments and assertions in scavenge_small_bitmap and walk_large_bitmap - Did tiny refactor in GHC.Data.Bitmap: added some comments, deleted dead code, used PlatformWordSize type. | ||||
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -1/+1 |
| | | | | submodule updates: nofib, haddock | ||||
* | Module hierarchy: ByteCode and Runtime (cf #13009) | Sylvain Henry | 2020-02-12 | 1 | -1/+1 |
| | | | | Update haddock submodule | ||||
* | Module hierarchy: Cmm (cf #13009) | Sylvain Henry | 2020-01-25 | 1 | -0/+134 |