summaryrefslogtreecommitdiff
path: root/compiler/profiling
Commit message (Expand)AuthorAgeFilesLines
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-3/+4
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-7/+7
* Source notes (CorePrep and Stg support)Peter Wortmann2014-12-161-8/+12
* compiler: unlit profiling/ modulesAustin Seipp2014-11-302-10/+4
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+2
* profiling: detabify/unwhitespace CostCentreAustin Seipp2014-07-201-53/+45
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-152-1/+3
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Fix AMP warnings.Austin Seipp2013-09-111-0/+10
* De-orphan a load of Binary instancesIan Lynagh2013-07-271-0/+39
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-1/+1
* Some alpha renamingIan Lynagh2012-10-162-3/+3
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-4/+5
* Add a separate FastZString typeIan Lynagh2012-07-151-1/+1
* Remove some more Platform argumentsIan Lynagh2012-06-131-3/+2
* Remove PlatformOutputableIan Lynagh2012-06-131-3/+3
* Don't needlessly go via SDoc in mkAutoCCIan Lynagh2012-06-121-3/+3
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
* More changes aimed at improving call stacks.Simon Marlow2011-12-022-46/+53
* Cost centre names are now in UTF-8 (#5559)Simon Marlow2011-11-071-6/+10
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-022-487/+205
* Remove a little more CPPIan Lynagh2011-10-151-3/+2
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-4/+5
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+45
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-1/+1
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-0/+6
* Improve optimisation of cost centressimonpj@microsoft.com2009-09-111-1/+8
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-2/+2
* Make some profiling flags dynamicIan Lynagh2008-12-091-5/+6
* Fix #2410: carefully generate unique names for CAF CCsSimon Marlow2008-09-301-6/+9
* Fix Haddock errors.Thomas Schilling2008-07-201-11/+10
* Change the last few (F)SLIT's into (f)sLit'sIan Lynagh2008-04-221-1/+1
* (F)SLIT -> (f)sLit in CostCentreIan Lynagh2008-04-121-10/+8
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fix warning in SCCfinalIan Lynagh2008-02-191-26/+21
* Whitespace onlyIan Lynagh2008-02-191-64/+64
* Fixed warnings in profiling/CostCentre, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-4/+23
* Monadify profiling/SCCfinalTwan van Laarhoven2008-01-171-160/+142
* lots of portability changes (#1405)Isaac Dupree2008-01-171-2/+2
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-042-2/+2
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-032-4/+4
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-012-0/+14
* FIX #1472 (also #249, which was not completely fixed previously): -caf-all bugsSimon Marlow2007-07-071-1/+9
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* Fix #249 (-caf-all bugs)Simon Marlow2007-02-282-5/+18
* Haskell Program Coverageandy@galois.com2006-10-241-0/+4
* Generalise Package SupportSimon Marlow2006-07-252-11/+14
* Reorganisation of the source treeSimon Marlow2006-04-073-0/+1085