summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Expr.hs
Commit message (Expand)AuthorAgeFilesLines
* cmm: Move toBlockList to GHC.CmmBen Gamari2022-07-161-1/+0
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-161-270/+203
* Introduce alignment in CmmLoadBen Gamari2022-02-041-6/+11
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+3
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-3/+5
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-0/+2
* Make CmmType field of LocalReg strictMatthew Pickering2021-02-221-1/+1
* Cmm: Make a few types and utility function slightly stricter.Andreas Klebinger2020-12-081-6/+6
* CodeGen: Make folds User/DefinerOfRegs INLINEABLE.Andreas Klebinger2020-12-081-0/+2
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-0/+11
* DynFlags: use Platform in foldRegs*Sylvain Henry2020-09-041-12/+11
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-53/+57
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+619