summaryrefslogtreecommitdiff
path: root/compiler/cmm/PprCmmDecl.hs
Commit message (Expand)AuthorAgeFilesLines
* Add missing opening braces in Cmm dumpsÖmer Sinan Ağacan2019-05-271-1/+1
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-311-4/+3
* An overhaul of the SRT representationSimon Marlow2018-05-161-10/+7
* Get rid of more CPP in cmm/ and codeGen/Michal Terepeta2018-03-191-3/+0
* Fix references to cminusminus.orgBen Gamari2018-01-181-2/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-061-0/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-9/+9
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-10/+16
* Revert "Place static closures in their own section."Edward Z. Yang2014-10-201-1/+0
* Indentation and non-semantic changes only.Edward Z. Yang2014-10-191-7/+7
* Place static closures in their own section.Edward Z. Yang2014-10-011-0/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-2/+2
* Remove a couple of unneccesary Platform argumentsIan Lynagh2012-09-201-6/+3
* Make StgHalfWord a portable typeIan Lynagh2012-09-181-1/+1
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-301-2/+0
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Fix whitespace in cmm/PprCmmDecl.hsIan Lynagh2012-06-201-9/+2
* Remove some more redundant Platform argumentsIan Lynagh2012-06-201-8/+8
* Remove some redundant Platform argumentsIan Lynagh2012-06-201-4/+4
* Remove more redundant Platform argumentsIan Lynagh2012-06-131-9/+7
* Remove PlatformOutputableIan Lynagh2012-06-131-30/+26
* Pass DynFlags down to printForC and printForAsmIan Lynagh2012-06-111-2/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-29/+35
* Renaming onlySimon Peyton Jones2011-08-251-8/+8
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-62/+23
* More work towards cross-compilationIan Lynagh2011-07-151-17/+22
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-2/+3
* Remove the unused CmmAlign and CmmDataLabel from CmmStaticMax Bolingbroke2011-07-051-3/+1
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-3/+9
* Merge in new code generator branch.Simon Marlow2011-01-241-0/+196