summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Closure.hs
Commit message (Expand)AuthorAgeFilesLines
* Ticky profiling improvements.Matthew Pickering2022-03-021-3/+4
* CLabel cleanup:Andreas Klebinger2022-02-281-11/+2
* Tag inference work.Andreas Klebinger2022-02-121-9/+48
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-311-24/+15
* Increase type sharingBen Gamari2021-11-171-4/+4
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-021-0/+4
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-9/+10
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-031-4/+3
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-0/+1
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+1
* Generalize OutputablePSylvain Henry2020-09-171-1/+4
* Introduce OutputablePSylvain Henry2020-09-171-4/+10
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Refactor CLabel pretty-printingSylvain Henry2020-07-311-6/+6
* Remove platform constant wrappersSylvain Henry2020-07-251-69/+72
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-5/+5
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-14/+19
* Move CLabel assertions into smart constructors (#17957)Sylvain Henry2020-06-171-9/+9
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-101-82/+22
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Remove OneShotInfo field of LFReEntrant, document OneShotInfoÖmer Sinan Ağacan2020-04-301-25/+18
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+5
* Modules: Core (#13009)Sylvain Henry2020-03-161-4/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-5/+5
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-5/+5
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-061-7/+6
* Clean up `#include`s in the compilerJohn Ericson2019-10-051-2/+0
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-0/+1008