summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-2036/+0
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-2/+2
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-1/+1
* Add GHC-API logging hooksSylvain Henry2019-12-181-2/+4
* Use "OrCoVar" functions lessKrzysztof Gogolewski2019-12-161-9/+8
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+1
* Make dynflag argument for withTiming pure.Andreas Klebinger2019-10-231-2/+2
* Refactor bad coercion checking in a few placesÖmer Sinan Ağacan2019-09-111-2/+3
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-2/+2
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-141-29/+104
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-211-2/+2
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* 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