summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Interpreter.hs
Commit message (Expand)AuthorAgeFilesLines
* Move BreakInfo into own moduleJoachim Breitner2021-10-141-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Make GHC.Runtime.Interpreter independent of GHC.DriverSylvain Henry2021-04-301-21/+12
* Interpreter: replace DynFlags with EvalOpts/BCOOptsSylvain Henry2021-04-301-27/+16
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-261-3/+4
* Add compiler linting to CIHécate2021-03-251-2/+4
* Move loader state into InterpSylvain Henry2021-03-231-150/+151
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-4/+4
* Fix typosBrian Wignall2021-02-061-1/+1
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-2/+2
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+2
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-10/+10
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-12/+20
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-2/+3
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-7/+8
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-8/+8
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+5
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-111-25/+48
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-291-5/+55
* Refactor runtime interpreter codeSylvain Henry2020-02-291-137/+148
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+667