summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/Debug.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation/FastStrings for `SourceNote`sZubin Duggal2023-05-161-4/+4
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-261-4/+4
* Fix typosEric Lindblad2022-09-141-1/+1
* GenStgAlt 3-tuple synonym --> Record typedoyougnu2022-03-021-1/+2
* Use SrcSpan from the binder as initial source estimateMatthew Pickering2022-02-231-1/+8
* Purge DynFlags from GHC.StgJohn Ericson2022-02-061-11/+18
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-231-22/+28
* Use GHC's State monad consistentlyBen Gamari2021-05-291-1/+1
* STG AST - Make ConstructorNumber always a field.Andreas Klebinger2021-03-241-3/+3
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-3/+3
* 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-031-8/+114
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-0/+140