summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-0/+4
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-4/+0
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-0/+4
* Typos in commentsGabor Greif2016-10-171-1/+1
* Squash space leaks in the result of byteCodeGenSimon Marlow2016-07-221-1/+14
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-86/+62
* Fix bytecode generator panicSeraphime Kirkovski2016-07-201-0/+11
* Remove some `undefined`sÖmer Sinan Ağacan2016-06-271-2/+2
* Fix bytecode gen to deal with rep-polymorphismSimon Peyton Jones2016-05-261-12/+25
* Fix commented out debugging code in ByteCodeGenBartosz Nitka2016-04-141-1/+1
* Typos in non-codeGabor Greif2016-03-301-1/+1
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-7/+8
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-021-1/+1
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-3/+3
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-29/+35
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-4/+0
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-13/+27
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-90/+85
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-2/+29
* Implement more deterministic operations and document themBartosz Nitka2015-12-021-1/+1
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-25/+25
* Detect invalid foreign imports in bytecode compilerSylvain HENRY2015-11-111-8/+23
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-3/+4
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-2/+2
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-0/+1688