summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Heap/Layout.hs
Commit message (Expand)AuthorAgeFilesLines
* Reverse dependency between StgToCmm and Runtime.Heap.LayoutSylvain Henry2022-03-231-2/+34
* Avoid redundant imports of GHC.Driver.SessionSylvain Henry2022-03-231-2/+2
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-231-0/+4
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-3/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-3/+2
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+3
* Remove platform constant wrappersSylvain Henry2020-07-251-89/+94
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-2/+2
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-4/+4
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-101-30/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-31/+36
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+563