summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-1/+1
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-261-0/+6
* Add compiler linting to CIHécate2021-03-251-3/+1
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-031-1/+0
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-6/+7
* Try eta expanding FCode (See #18202)Andreas Klebinger2021-02-051-2/+22
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Generalize OutputablePSylvain Henry2020-09-171-3/+6
* Introduce OutputablePSylvain Henry2020-09-171-3/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Remove platform constant wrappersSylvain Henry2020-07-251-9/+35
* Refactor homeUnitSylvain Henry2020-06-131-4/+1
* Rip out CmmStackInfo(updfr_space)Ben Gamari2020-05-281-3/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+6
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-10/+14
* 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-9/+9
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-0/+861