summaryrefslogtreecommitdiff
path: root/compiler/simplCore/LiberateCase.lhs
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* typosGabor Greif2013-01-301-1/+1
* Make the opt_UF_* static flags dynamicIan Lynagh2012-10-091-6/+7
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-1/+1
* Make a new type synonym CoreProgram = [CoreBind]Simon Peyton Jones2011-09-231-1/+1
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-0/+1
* Two small improvements to LiberateCasesimonpj@microsoft.com2009-02-041-26/+65
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-16/+2
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-201-4/+2
* Make LiberateCase warning-freeIan Lynagh2008-05-041-13/+9
* Separate and optional size thresholds for SpecConstr and LiberateCaseRoman Leshchinskiy2007-12-141-3/+4
* Fix LiberateCasesimonpj@microsoft.com2007-10-291-40/+47
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Fix egregious sharing bug in LiberateCasesimonpj@microsoft.com2007-06-201-4/+22
* Improve the interaction of 'seq' and associated data typessimonpj@microsoft.com2007-05-231-70/+6
* Revised signature of tcLookupFamInst and lookupFamInstEnvManuel M T Chakravarty2007-05-141-2/+1
* Correct an egregious typo in LiberateCase that emasculated itsimonpj@microsoft.com2007-05-111-1/+1
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* Major improvement to SpecConstrsimonpj@microsoft.com2007-02-091-1/+1
* Use Id.isStrictIdsimonpj@microsoft.com2007-01-311-2/+1
* Make the LiberateCase transformation understand associated typessimonpj@microsoft.com2007-01-111-80/+167
* Record-ise the liberate-case envt, in preparation for new stuffsimonpj@microsoft.com2007-01-031-32/+42
* Improve liberate-case to take account of coercionssimonpj@microsoft.com2006-10-041-4/+13
* Add missing Cast cases to libCase and scExprkevind@bu.edu2006-08-011-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+317