summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PprBase.hs
Commit message (Expand)AuthorAgeFilesLines
* PPC NCG: Reduce memory consumption emitting string literalsPeter Trommler2019-01-131-0/+47
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Use correct section types syntax for architectureBen Gamari2017-07-111-1/+2
* Implement split-sections support for windows.Tamar Christina2017-07-081-11/+20
* Fix string merging with -split-sectionsSimon Brenner2016-12-161-3/+14
* nativeGen: Fix string merging on WindowsBen Gamari2016-12-081-3/+6
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-061-0/+3
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-0/+14
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-1/+1
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-1/+51
* Future-proof code for upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-4/+4
* Detab modules with tabs on 5 lines or fewerIan Lynagh2013-04-061-12/+5
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-5/+0
* Use SDoc rather than Doc in the native gensIan Lynagh2012-06-121-17/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-3/+4
* fix some #ifdefs that were making compilation with 7.2.1 fail - theSimon Marlow2011-08-141-1/+1
* Fix import DEPRECATE failures for castSTUArraySimon Peyton Jones2011-08-021-0/+7
* NCG: Split PprMach into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-051-0/+86