summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/Dwarf.hs
Commit message (Expand)AuthorAgeFilesLines
* A little import wrangling. Not much accomplishedwip/lower-parser-depsRichard Eisenberg2021-06-011-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-6/+6
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-1/+1
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-2/+2
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3Ben Gamari2020-11-151-5/+8
* nativeGen/dwarf: Fix procedure end addressesBen Gamari2020-11-151-4/+4
* Introduce OutputablePSylvain Henry2020-09-171-6/+6
* Avoid roundtrip through SDocSylvain Henry2020-08-241-3/+1
* NCG: Dwarf configurationSylvain Henry2020-08-211-19/+18
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+3
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Move Config module into GHC.SettingsSylvain Henry2020-05-241-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-151-20/+21
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-0/+269