summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/BlockLayout.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-6/+7
* Fix typosBrian Wignall2021-02-061-1/+1
* 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-9/+3
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-7/+6
* Don't use DynFlags in CmmToAsm.BlockLayout (#17957)Sylvain Henry2020-08-211-21/+24
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-181-2/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+4
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-3/+2
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* NCG: Codelayout: Distinguish conditional and other branches.Andreas Klebinger2020-05-211-3/+54
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-211-16/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-151-4/+12
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-0/+895