summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeAsm.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-566/+0
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-141-1/+5
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* Rename literal constructorsSylvain Henry2018-11-221-10/+10
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-141-0/+4
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-3/+6
* Built-in Natural literals in CoreSylvain Henry2018-06-151-5/+7
* Allow packing constructor fieldsMichal Terepeta2017-10-291-0/+15
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-121-1/+1
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-3/+4
* Use UniqDSet for finding free names in the LinkerBartosz Nitka2016-06-021-5/+6
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-021-5/+53
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-16/+17
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-14/+7
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-75/+18
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-281-1/+1
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-0/+555