summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/GHC/Exts/Heap.hs
Commit message (Expand)AuthorAgeFilesLines
* Require GHC 8.10 as the minimum compiler for bootstrappingwip/require-ghc-8.10-to-bootstrapRyan Scott2021-03-081-7/+0
* ghc-heap: Allow more control about decoding CCS fieldsMatthew Pickering2021-01-221-3/+10
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-8/+0
* Implement BoxedRep proposalAndrew Martin2020-12-141-0/+8
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-0/+50
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-65/+112
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-2/+2
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-251-4/+0
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-261-0/+11
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-311-0/+6
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+1
* Fix endian issues in ghc-heapPeter Trommler2018-07-271-0/+17
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-051-1/+1
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add HeapView functionalityPatrick Dougherty2018-05-201-0/+254