summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/Dwarf
Commit message (Expand)AuthorAgeFilesLines
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-192-0/+4
* Add debugPprTypeSimon Peyton Jones2017-08-311-1/+1
* Use correct section types syntax for architectureBen Gamari2017-07-111-4/+6
* DWARF: Use .short to render half-machine-wordsBen Gamari2017-06-261-8/+1
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+2
* Dwarf.Types: Use DW_CFA_same_value encoding when possibleBen Gamari2017-02-111-6/+15
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-081-16/+31
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-23/+37
* Comments and manual only: spellingGabor Greif2016-09-281-1/+1
* Dwarf: Add support for labels in unwind expressionsBen Gamari2016-03-202-1/+3
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-4/+0
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-12/+12
* Adding flags: -ffull-guard-reasoning and too-many-guardsGeorge Karachalias2015-12-271-0/+4
* Dwarf: Use .short instead of .hword on DarwinBen Gamari2015-12-121-1/+8
* Output source notes in extended DWARF DIEsBen Gamari2015-11-232-19/+98
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-11/+12
* Dwarf.Constants: Introduce Haddock sectionsBen Gamari2015-11-011-8/+8
* cmm: Expose machine's stack and return address registerBen Gamari2015-11-011-1/+2
* Dwarf.Types: Fix comment styleBen Gamari2015-11-011-5/+5
* Dwarf: Preserve stack pointer registerBen Gamari2015-11-011-1/+11
* Dwarf: Ensure block length is encoded correctlyBen Gamari2015-09-251-1/+1
* Dwarf: Rename binding to avoid shadowing pprBen Gamari2015-09-251-8/+8
* Dwarf: Produce .dwarf_aranges sectionBen Gamari2015-08-292-11/+59
* Dwarf: Produce {low,high}_pc attributes for compilation unitsBen Gamari2015-08-291-1/+8
* Dwarf: Fix DW_AT_use_UTF8 attributeBen Gamari2015-08-292-5/+6
* Fix DWARF generation for MinGW (#10468)Peter Wortmann2015-06-112-11/+15
* Dwarf generation fixed pt 2Peter Wortmann2015-01-132-14/+24
* Some Dwarf generation fixesPeter Wortmann2014-12-181-2/+16
* Generate DWARF unwind informationPeter Wortmann2014-12-162-3/+297
* Generate DWARF info sectionPeter Wortmann2014-12-162-0/+318