summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-1/+1
* Rename literal constructorsSylvain Henry2018-11-221-21/+21
* Add Int8# and Word8#Michal Terepeta2018-11-021-6/+11
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-141-0/+1
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-11/+6
* Add Int8# and Word8#Michal Terepeta2018-10-071-6/+11
* Built-in Natural literals in CoreSylvain Henry2018-06-151-20/+22
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-1/+2
* Fix interpreter with profilingSimon Marlow2018-03-061-7/+4
* Allow top level ticked string literalsBartosz Nitka2018-03-061-2/+2
* Fix #14608 by restoring an unboxed tuple checkRyan Scott2018-01-021-0/+5
* Allow packing constructor fieldsMichal Terepeta2017-10-291-18/+66
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-4/+0
* ByteCodeGen: use byte indexing for BCenvMichal Terepeta2017-07-281-184/+283
* Spelling fixesGabor Greif2017-07-201-4/+4
* ByteCodeGen: use depth instead of offsets in BCEnvMichal Terepeta2017-07-111-29/+31
* Allow bytecode interpreter to make unsafe foreign callsBen Gamari2017-06-271-2/+6
* Use lengthIs and friends in more placesRyan Scott2017-06-021-2/+2
* Spelling in comments only [ci skip]Gabor Greif2017-03-281-1/+1
* Typos in manual and commentsGabor Greif2017-03-141-1/+1
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-15/+58
* Update levity polymorphismRichard Eisenberg2017-01-191-34/+30
* 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