summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplEnv.lhs
Commit message (Expand)AuthorAgeFilesLines
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-201-13/+23
* Fix nasty infelicity: do not short-cut empty substitution in the simplifiersimonpj@microsoft.com2008-09-171-7/+3
* Improved specialisation of recursive groupssimonpj@microsoft.com2008-09-031-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Fix nasty Simplifier scoping bugsimonpj@microsoft.com2008-06-141-1/+1
* Make SimplEnv warning-freeIan Lynagh2008-05-041-19/+11
* (F)SLIT -> (f)sLit in SimplEnvIan Lynagh2008-04-121-8/+8
* Simplify SimplCont, plus some other small changes to the Simplifiersimonpj@microsoft.com2008-04-221-6/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Monadify simplCore/SimplEnv: use standard monad functionsTwan van Laarhoven2008-01-171-3/+4
* Fix egregious error in earlier "Record evaluated-ness" patchsimonpj@microsoft.com2008-01-171-1/+1
* Record evaluated-ness information correctly for strict constructorssimonpj@microsoft.com2008-01-171-5/+6
* Improve inlining for INLINE non-functionssimonpj@microsoft.com2007-12-041-1/+1
* Fix Trac #1654: propagate name changes into CoreRulessimonpj@microsoft.com2007-11-081-1/+1
* Wibble to earlier case-merge fixsimonpj@microsoft.com2007-11-051-3/+5
* Fix an old but subtle bug in the Simplifiersimonpj@microsoft.com2007-11-051-3/+5
* FIX BUILD: a glitch in the new rules and inlining stuffsimonpj@microsoft.com2007-10-301-148/+78
* Substantial improvement to the interaction of RULES and inliningsimonpj@microsoft.com2007-10-291-21/+17
* 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 mapAccumL, mapAccumR, mapAccumBIan Lynagh2007-07-021-0/+2
* Improve the interaction of 'seq' and associated data typessimonpj@microsoft.com2007-05-231-12/+5
* Make let-floating work even if there are big lambdas in the waysimonpj@microsoft.com2007-05-071-18/+28
* Use Id.isStrictIdsimonpj@microsoft.com2007-01-311-10/+1
* Add comments, plus fix zapFragileInfo to zap worker infosimonpj@microsoft.com2006-12-111-2/+7
* retain arity for let-bound vars in simplifierKirsten Chevalier2006-11-281-1/+3
* Various debugging print changes; nothing excitingsimonpj@microsoft.com2006-11-061-5/+11
* Tidy up substitutionssimonpj@microsoft.com2006-11-061-0/+5
* Major overhaul of the Simplifiersimonpj@microsoft.com2006-11-011-128/+221
* Remove unused OccInfo (simplification)simonpj@microsoft.com2006-10-051-27/+12
* Comments onlysimonpj@microsoft.com2006-10-041-1/+1
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-5/+4
* Massive patch for the first months work adding System FC to GHC #30Manuel M T Chakravarty2006-09-151-78/+23
* Arity and eta-expansion tuningsimonpj@microsoft.com2006-06-211-13/+26
* Make rules available in RHSsimonpj@microsoft.com2006-05-041-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+741