summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap
Commit message (Expand)AuthorAgeFilesLines
* Require GHC 8.10 as the minimum compiler for bootstrappingwip/require-ghc-8.10-to-bootstrapRyan Scott2021-03-082-14/+0
* ghc-heap: Fix profiled buildBen Gamari2021-03-031-2/+2
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-1/+1
* Add missing instances to ghc-heap typesMatthew Pickering2021-02-022-8/+8
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* ghc-heap: Allow more control about decoding CCS fieldsMatthew Pickering2021-01-225-15/+34
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-152-9/+1
* Implement BoxedRep proposalAndrew Martin2020-12-142-1/+9
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-2816-4/+998
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+1
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-65/+112
* Add hie.yaml to ghc-heapSven Tennie2020-08-111-0/+12
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-1/+10
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Prepare to use run-time tablesNextToCode in compiler exclusivelyJoachim Breitner2020-03-261-2/+2
* Update documentation for closureSizePaavo2020-03-131-1/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-2/+2
* Make BCO# liftedBen Gamari2019-12-032-5/+2
* Remove redundant 0s in ghc-heap pointer stringsÖmer Sinan Ağacan2019-10-311-3/+1
* Skip ghc_heap_all test in nonmoving waysBen Gamari2019-10-221-1/+2
* ghc-heap: Skip heap_all test with debugged RTSBen Gamari2019-10-221-1/+4
* Switch to cabal-version=3.0 in ghc-heap.cabalAndrey Mokhov2019-10-071-1/+1
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-253-20/+0
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-266-0/+84
* ghc-heap: Add closure_size_noopt testBen Gamari2019-06-104-56/+77
* testsuite: Fix and extend closure_size testBen Gamari2019-06-102-12/+84
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-312-0/+16
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-273-3/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* ghc-heap: Introduce closureSizeBen Gamari2019-03-174-0/+51
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+1
* Fix some broken links (#15733)Fangyi Zhou2018-10-252-2/+2
* ghc-heap: Fix writing closures on big endianPeter Trommler2018-10-151-1/+4
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-189-0/+11
* Fix endian issues in ghc-heapPeter Trommler2018-07-271-0/+17
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-163-5/+13
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-052-5/+5
* ghc-heap: Add dependency from GHC.Exts.Heap.Closures to InfoTableProfBen Gamari2018-05-301-0/+6
* Update repository sub-dir for ghc-heap in ghc-heap.cabal.inAlp Mestanogullari2018-05-301-1/+1
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add HeapView functionalityPatrick Dougherty2018-05-2017-0/+1525