summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Opt.hs
Commit message (Expand)AuthorAgeFilesLines
* Delete ToDo about incorrect optimisation [skip ci]Peter Trommler2021-07-291-4/+0
* Cmm.Opt: Fix type of shift amount in constant foldingBen Gamari2021-07-231-2/+2
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* C-- shift amount is always native size, not shiftee sizeJohn Ericson2021-01-221-2/+2
* GHC.Cmm.Opt: Be stricter in results.Andreas Klebinger2020-12-081-51/+51
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+1
* GHC.Cmm.Opt: Handle MO_XX_ConvBen Gamari2020-05-151-0/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-46/+45
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+423