summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Layout.hs
Commit message (Expand)AuthorAgeFilesLines
* Cmm: track the type of global registerssheaf2023-01-311-9/+11
* Misc cleanupKrzysztof Gogolewski2023-01-051-1/+1
* Minor SDoc cleanupKrzysztof Gogolewski2022-09-071-1/+1
* Remove label style from printing contextKrzysztof Gogolewski2022-08-261-1/+1
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-041-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+3
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-311-19/+18
* Add specific optimization flag for fast PAP calls (#6084, #20500)Gergo ERDI2021-11-251-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-1/+3
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-261-1/+21
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Fix toArgRep to support 64-bit reps on all systemsSylvain Henry2020-11-261-4/+6
* Introduce OutputablePSylvain Henry2020-09-171-3/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+4
* Refactor CLabel pretty-printingSylvain Henry2020-07-311-5/+5
* Remove platform constant wrappersSylvain Henry2020-07-251-27/+30
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-1/+1
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* DynFlags refactoring IIISylvain Henry2020-03-251-9/+9
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-10/+15
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* 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-7/+7
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-0/+623