summaryrefslogtreecommitdiff
path: root/compiler/GHC/ByteCode/Instr.hs
Commit message (Expand)AuthorAgeFilesLines
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-021-5/+5
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-35/+63
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-1/+1
* compiler/ByteCode: Allow 2^32 local labelsBen Gamari2020-10-151-1/+2
* compiler/ByteCode: Make LocalLabel a newtypeBen Gamari2020-10-151-2/+6
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+1
* 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-5/+5
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-2/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+373