summaryrefslogtreecommitdiff
path: root/compiler/GHC/ByteCode/Linker.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-1/+1
* Handle top-level Addr# literals in the bytecode compilerAlexis King2023-02-201-30/+31
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-031-1/+2
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-021-1/+6
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+3
* Move loader state into InterpSylvain Henry2021-03-231-53/+72
* Move SizedSeq into ghc-bootSylvain Henry2020-12-111-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-5/+10
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-4/+3
* Don't import GHC.Unit to reduce the number of dependenciesSylvain Henry2020-10-011-1/+2
* Enhance UnitId useSylvain Henry2020-06-131-1/+1
* Eta expand un-saturated primopsBen Gamari2020-05-291-0/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+184