summaryrefslogtreecommitdiff
path: root/compiler/GHC/ByteCode/Instr.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-261-1/+1
* bytecode: Fix bitmaps for BCOs used to tag tuples and prim call argsAlexis King2023-03-081-1/+5
* Handle top-level Addr# literals in the bytecode compilerAlexis King2023-02-201-0/+6
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-181-6/+10
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-061-0/+50
* Fix typosEric Lindblad2022-09-141-4/+4
* typosEric Lindblad2022-09-071-1/+1
* GenStgAlt 3-tuple synonym --> Record typedoyougnu2022-03-021-1/+1
* 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