summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeItbls.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-76/+0
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-2/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Update levity polymorphismRichard Eisenberg2017-01-191-4/+2
* Codegen for case: Remove redundant void id checksÖmer Sinan Ağacan2016-09-201-8/+10
* Tag pointers in interpreted constructorsmniip2016-08-301-1/+3
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-2/+2
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-2/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-392/+45
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-5/+13
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-151-5/+5
* fix '&stg_interp_constr_entry' FFI type to be FunPtrSergei Trofimovich2015-04-061-13/+16
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-2/+4
* Fix a couple of bugs in the way info tables are generated for 64-bit platformsSimon Marlow2014-11-051-14/+24
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-0/+397