summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg
Commit message (Expand)AuthorAgeFilesLines
* Implement the UnliftedDatatypes extensionwip/unlifted-dataSebastian Graf2021-03-122-4/+6
* IPE: Give all constructor and function tables locationswip/con-infoMatthew Pickering2021-03-031-18/+12
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-0311-44/+175
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-0/+140
* Refactor LoggerSylvain Henry2021-02-132-10/+14
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-7/+7
* Remove StgLamLeif Metcalf2021-01-299-45/+24
* Implement Unique supply with Addr# atomic primopSylvain Henry2021-01-051-1/+0
* Remove flattening variablesRichard Eisenberg2020-12-011-0/+3
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+2
* Fix toArgRep to support 64-bit reps on all systemsSylvain Henry2020-11-261-1/+1
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-29/+19
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-104-17/+15
* Introduce isBoxedTupleDataCon and use it to fix #18644Ryan Scott2020-09-042-5/+5
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* Fix -ddump-stg flagSylvain Henry2020-08-211-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-1210-0/+13
* Remove platform constant wrappersSylvain Henry2020-07-251-5/+8
* DynFlags: remove use of sdocWithDynFlags from GHC.Stg.* (#17957)Sylvain Henry2020-07-216-170/+198
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-1/+1
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-253-6/+10
* Update compilerSylvain Henry2020-06-171-5/+5
* Various performance improvementsKrzysztof Gogolewski2020-06-172-2/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-172-3/+5
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Move isDynLinkName into GHC.Types.NameSylvain Henry2020-05-211-1/+1
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-1/+2
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-9/+17
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-1/+1
* Refactor PprDebug handlingSylvain Henry2020-05-011-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-304-5/+5
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2612-40/+40
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-3/+5
* Modules (#13009)Sylvain Henry2020-04-182-3/+3
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-021-0/+18
* Modules: Types (#13009)Sylvain Henry2020-03-2912-55/+55
* DynFlags refactoring IIISylvain Henry2020-03-251-4/+6
* Modules: Core (#13009)Sylvain Henry2020-03-165-10/+10
* Rename isDllNameSylvain Henry2020-03-131-3/+3
* Modules: Core (#13009)Sylvain Henry2020-02-266-17/+17
* Modules: Driver (#13009)Sylvain Henry2020-02-216-7/+7
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-1/+1
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-6/+5
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Fix -ddump-stg-final.Andreas Klebinger2020-02-091-2/+0
* Remove CafInfo-related code from STG lambda lift passÖmer Sinan Ağacan2020-02-052-33/+5
* A few optimizations in STG and Cmm parts:Andreas Klebinger2020-01-312-17/+12
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-314-100/+183