summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/Syntax.hs
Commit message (Expand)AuthorAgeFilesLines
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-231-1/+5
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+2
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-2/+2
* Add special case to stripStgTicksTop for []Matthew Pickering2021-04-051-0/+2
* STG AST - Make ConstructorNumber always a field.Andreas Klebinger2021-03-241-7/+2
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-3/+12
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-1/+2
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-4/+4
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-4/+4
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-1/+1
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-031-5/+29
* Remove StgLamLeif Metcalf2021-01-291-23/+24
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-10/+9
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* DynFlags: remove use of sdocWithDynFlags from GHC.Stg.* (#17957)Sylvain Henry2020-07-211-122/+126
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-1/+1
* Move isDynLinkName into GHC.Types.NameSylvain Henry2020-05-211-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-3/+5
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-7/+7
* Modules: Core (#13009)Sylvain Henry2020-03-161-4/+4
* Rename isDllNameSylvain Henry2020-03-131-3/+3
* Modules: Core (#13009)Sylvain Henry2020-02-261-7/+7
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-6/+5
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-78/+21
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-3/+3
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-0/+871