summaryrefslogtreecommitdiff
path: root/compiler/GHC/ByteCode/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle top-level Addr# literals in the bytecode compilerAlexis King2023-02-201-2/+12
* Store dehydrated data structures in CgModBreaksMatthew Pickering2023-01-261-8/+10
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-181-17/+27
* Use a more efficient printer for code generation (#21853)Krzysztof Gogolewski2022-11-111-1/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+0
* compiler: Use seqEltsNameEnv rather that nameEnvEltsBen Gamari2021-09-291-1/+1
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-9/+4
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-1/+60
* Move SizedSeq into ghc-bootSylvain Henry2020-12-111-1/+1
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+2
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-251-0/+10
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-4/+4
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+182