summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToByteCode.hs
Commit message (Expand)AuthorAgeFilesLines
* Use primOpIds cache more often (#20857)Sylvain Henry2022-01-061-1/+1
* Combine STG free variable traversals (#17978)nineonine2021-11-231-4/+3
* Allow CApi FFI calls in GHCiMatthew Pickering2021-11-051-1/+2
* Canonicalize bignum literalsSylvain Henry2021-09-111-5/+3
* move bytecode preparation into the STG pipelineLuite Stegeman2021-08-031-190/+5
* th: Weaken return type of myCoreToStgExprMatthew Pickering2021-07-191-43/+1
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-021-26/+40
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-231-4/+2
* Reword: representation instead of levitysheaf2021-06-101-9/+10
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-8/+8
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-18/+18
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-7/+8
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-121-1/+1
* support LiftedRep and UnliftedRep in GHCi FFILuite Stegeman2021-05-051-17/+19
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-04-261-1/+1
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+1
* fix sub-word literals in GHCiLuite Stegeman2021-04-051-9/+26
* Move loader state into InterpSylvain Henry2021-03-231-9/+13
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-0/+2277