summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/Dwarf.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't refer to blocks in debug info when -g1Bartosz Nitka2018-03-251-2/+9
* 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/+2
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-081-1/+3
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-10/+33
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-4/+3
* Output source notes in extended DWARF DIEsBen Gamari2015-11-231-10/+21
* Dwarf: Ensure tick parentage is preservedBen Gamari2015-11-231-8/+42
* Support multiple debug output levelsBen Gamari2015-11-231-3/+4
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-2/+13
* Dwarf: Produce .dwarf_aranges sectionBen Gamari2015-08-291-10/+18
* Dwarf: Produce {low,high}_pc attributes for compilation unitsBen Gamari2015-08-291-1/+5
* Fix DWARF generation for MinGW (#10468)Peter Wortmann2015-06-111-1/+1
* Restore unwind information generationPeter Wortmann2015-04-031-2/+2
* Dwarf generation fixed pt 2Peter Wortmann2015-01-131-1/+4
* Some Dwarf generation fixesPeter Wortmann2014-12-181-2/+2
* Generate DWARF unwind informationPeter Wortmann2014-12-161-1/+44
* Generate DWARF info sectionPeter Wortmann2014-12-161-0/+120