summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Switch
Commit message (Collapse)AuthorAgeFilesLines
* DynFlags: don't pass DynFlags to cmmImplementSwitchPlansSylvain Henry2020-09-041-5/+5
|
* Replace HscTarget with BackendSylvain Henry2020-07-221-1/+1
| | | | | | | | | They both have the same role and Backend name is more explicit. Metric Decrease: T3064 Update Haddock submodule
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-13/+14
| | | | | | | | Metric Decrease: ManyConstructors T12707 T13035 T1969
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
| | | | submodule updates: nofib, haddock
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-1/+2
|
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+116