summaryrefslogtreecommitdiff
path: root/compiler/cmm/Debug.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-546/+0
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Few tweaks in -ddump-debug output, minor refactoringÖmer Sinan Ağacan2019-09-021-14/+11
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-031-3/+88
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-2/+3
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-231-1/+4
* Debug: Use local symbols for unwind points (#13278)Ben Gamari2017-02-141-1/+1
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-081-3/+5
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-40/+182
* Dwarf: Add support for labels in unwind expressionsBen Gamari2016-03-201-0/+3
* Dwarf: Ensure tick parentage is preservedBen Gamari2015-11-231-0/+3
* Debug: Remove extraneous LANGUAGE CPPBen Gamari2015-09-251-1/+1
* Debug data extraction (NCG support)Peter Wortmann2014-12-161-0/+309