summaryrefslogtreecommitdiff
path: root/compiler/utils/UniqFM.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosIan Lynagh2012-11-011-1/+1
* Big changes on tc-untouchables branchSimon Peyton Jones2012-08-281-1/+4
* Whitespace only in UniqFMIan Lynagh2012-08-051-95/+88
* Change -X flags into LANGUAGE pragmasIan Lynagh2012-02-261-1/+3
* This patch includes:Dimitrios Vytiniotis2011-11-281-2/+11
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Add "alter" functions to UniqFM, VarEnv, NameEnvSimon Peyton Jones2011-07-281-2/+9
* derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-121-0/+3
* New functionality required for the supercompiler pluginMax Bolingbroke2011-06-291-1/+9
* Add adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.Edward Z. Yang2011-04-131-1/+22
* Implement mapUFM_Directly.Edward Z. Yang2011-04-111-1/+3
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-13/+0
* Fix build with GHC 6.10Ian Lynagh2010-05-041-0/+13
* Replace FiniteMap and UniqFM with counterparts from containers.Milan Straka2010-05-031-749/+78
* Add splitUFM to UniqFM (used in a forthcoming patch)simonpj@microsoft.com2009-12-041-3/+23
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-2/+2
* add assertion to check that UniqFM is only passed "positive" uniquesdias@eecs.harvard.edu2008-09-041-1/+21
* Document UniqFM and add listToUFM_CMax Bolingbroke2008-07-311-2/+11
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-4/+0
* Make UniqFM non-strict again while we work out what we're doing.Ian Lynagh2008-02-251-1/+1
* Make UniqFM strict in its elementsIan Lynagh2008-02-061-2/+2
* Strictness tweaksIan Lynagh2008-02-031-3/+3
* WhitespaceIan Lynagh2008-02-031-4/+4
* Tweak strictnessIan Lynagh2008-02-021-1/+1
* lots of portability changes (#1405)Isaac Dupree2008-01-171-42/+28
* added foldUFM_Directly, used where appropriate, killed all warningsNorman Ramsey2007-09-151-45/+53
* Refactor MachRegs.trivColorable to do unboxed accumulationBen.Lippmeier@anu.edu.au2007-09-051-1/+2
* 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
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-11/+1
* Module header tidyup #2Simon Marlow2006-10-111-3/+5
* Add intersectsUFMsimonpj@microsoft.com2006-10-051-1/+5
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+847