Add the notion of "constructor-like" Ids for rule-matching
[ghc-hetmet.git] / compiler / simplCore / OccurAnal.lhs
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-05 simonpj@microsoft.comComments only in OccurAnal
2008-10-02 simonpj@microsoft.comMake the new binder-swap stuff in OccurAnal work right...
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-07-31 Max BolingbrokeFollow Digraph changes in OccurAnal
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-22 simonpj@microsoft.comComments only
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-05 simonpj@microsoft.comRefactor OccAnal; and improve dead-code elimination
2008-02-20 Ian LynaghWhitespace
2008-02-19 Ian LynaghTypo
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-26 Twan van LaarhovenFixed warnings in simplCore/OccurAnal
2008-01-21 simonpj@microsoft.comWibble to the OccurAnal fix for RULEs and loop-breakers
2008-01-21 simonpj@microsoft.comMake the loop-breaking algorithm a bit more liberal...
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
2007-10-09 Simon Marlowsmall reworking of the loop-breaker-choosing algorithm
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-09 simonpj@microsoft.comBetter scoring for loop breakers; fixes simplifier...
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-02 simonpj@microsoft.comTry harder to avoid making a variable with RULES into...
2007-06-29 simonpj@microsoft.comImprove loop-breaker scoring in OccAnal (idea from...
2006-12-06 simonpj@microsoft.comImprove dependency analysis; makes more dictionaries...
2006-11-29 simonpj@microsoft.comImprove the loop-breaking heuristics
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-05 simonpj@microsoft.comTake advantage of non-rec-ness in occurrence analysis...
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-16 simonpj@microsoft.comAnother try at the continuation-swapping stuff
2006-08-14 simonpj@microsoft.comInline into tail-called constructor args
2006-05-22 simonpj@microsoft.comAdd idHasRules
2006-04-07 Simon MarlowReorganisation of the source tree