summaryrefslogtreecommitdiff
path: root/compiler/GHC/ByteCode/Asm.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't use absentError thunks for strict constructor fieldsSimon Peyton Jones2021-01-021-1/+2
* Move SizedSeq into ghc-bootSylvain Henry2020-12-111-3/+2
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-0/+9
* Split GHC.Driver.TypesSylvain Henry2020-10-291-8/+11
* compiler/ByteCode: Allow 2^32 local labelsBen Gamari2020-10-151-1/+3
* compiler/ByteCode: Make LocalLabel a newtypeBen Gamari2020-10-151-6/+6
* compiler/ByteCode: Use strict Maps in bytecode assemblerBen Gamari2020-10-151-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Update compilerSylvain Henry2020-06-171-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+5
* DynFlags refactoring IIISylvain Henry2020-03-251-30/+21
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-26/+25
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+566