Make mkDFunUnfolding more robust
[ghc-hetmet.git] / compiler / coreSyn / CoreUnfold.lhs
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-21 simonpj@microsoft.comMiscellaneous tidying up and refactoring
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-10-26 simonpj@microsoft.comDon't look through SCC in exprIsConApp_maybe
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-15 Simon MarlowFix #4346 (INLINABLE pragma not behaving consistently)
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-01 simonpj@microsoft.comRemove redundant debug code
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-05 simonpj@microsoft.comFix interaction of exprIsCheap and the lone-variable...
2010-01-07 simonpj@microsoft.comComments only
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-22 simonpj@microsoft.comWibbles to inlining for small functions
2009-12-18 simonpj@microsoft.comMake -ddump-inlinings and -ddump-rule-firings less...
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-15 simonpj@microsoft.comFix a bug in the in-scope set that led to some lookupId...
2009-12-14 simonpj@microsoft.comTidy up computation of result discounts in CoreUnfold
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-19 simonpj@microsoft.comFix a nasty infelicity in the size computation of CoreU...
2009-11-19 simonpj@microsoft.comComments and white space only
2009-11-05 simonpj@microsoft.comBe a tiny bit keener to inline in the RHS of a let
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-05 simonpj@microsoft.comComments and layout only, relating to Roman's inlining...
2009-11-04 Roman LeshchinskiyConsider variables with conlike unfoldings interesting
2009-10-30 simonpj@microsoft.comFix build with DEBUG on
2009-10-30 simonpj@microsoft.comCure an assert failure by gathering the right set of...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-13 simonpj@microsoft.comImprove trace message
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comMove simpleOptExpr from CoreUnfold to CoreSubst
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-09-14 simonpj@microsoft.comComments, and a couple of asserts, only
2008-09-10 simonpj@microsoft.comFix Trac #2581: inlining of record selectors
2008-09-09 simonpj@microsoft.comImportant performance wibble to callSiteInline (the...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreUnfold
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 simonpj@microsoft.comRedo inlining patch, plus some tidying up
2008-02-01 Simon MarlowUNDO: Be a little keener to inline
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreUnfold
2008-01-25 simonpj@microsoft.comBe a little keener to inline
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
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-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-04 simonpj@microsoft.comPretty printing instance for Unfolding
2006-04-07 Simon MarlowReorganisation of the source tree