add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / coreSyn / CoreUtils.lhs
2011-03-31 simonpj@microsoft.comNew statistics flags -ddump-core-stats
2011-02-15 simonpj@microsoft.comIncrease exprIsDupable threshold a bit
2011-02-15 simonpj@microsoft.comEnsure exprIsCheap/exprIsExpandable deal with Cast...
2011-02-15 simonpj@microsoft.comDo not treat absentError specially
2011-02-14 simonpj@microsoft.comFix exprIsDupable
2011-02-01 simonpj@microsoft.comDon't make join points when the case has only one non...
2011-01-25 simonpj@microsoft.comFix Trac #3717 by making exprOkForSpeculation a bit...
2011-01-25 simonpj@microsoft.comImprove dataToTag# magic
2010-12-22 simonpj@microsoft.comWhite space only
2010-12-21 simonpj@microsoft.comAdd a simple arity analyser
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-09-29 Ian LynaghRemove an unused import on Windows
2010-09-23 simonpj@microsoft.comAdd notSCCNote, and use it
2010-09-22 simonpj@microsoft.comFix an ASSERT failure with profiling
2010-09-15 simonpj@microsoft.comExtend eta reduction to work with casted arguments
2010-09-14 simonpj@microsoft.comMake absent-arg wrappers work for unlifted types (fix...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-05 simonpj@microsoft.comFix interaction of exprIsCheap and the lone-variable...
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-15 simonpj@microsoft.comFix Trac #3717: exprOkForSpeculation should look throug...
2009-12-11 simonpj@microsoft.comUse full equality for CSE
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-17 simonpj@microsoft.comexprIsHNF should "look through" lets
2009-11-12 simonpj@microsoft.comImprove warning message
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
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-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-09-11 simonpj@microsoft.comImprove optimisation of cost centres
2009-08-13 simonpj@microsoft.comFix Trac #3409: type synonyms that discard their arguments
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-06-13 Duncan CouttsRemove the gmp/Integer primops from the compiler
2009-04-24 simonpj@microsoft.comTiny optimisation to mkInlineMe
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-09 simonpj@microsoft.comFix Trac #2861: bogus eta expansion
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-23 simonpj@microsoft.comImprove crash message from applyTys and applyTypeToArgs
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-05 simonpj@microsoft.comBetter debug panic messages in applyTys
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-07-31 Max BolingbrokeDocument CoreUtils
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreUtils
2008-04-22 simonpj@microsoft.comSimplify SimplCont, plus some other small changes to...
2008-04-22 simonpj@microsoft.comRemove static flag opt_RuntimeTypes (has not been used...
2008-04-10 simonpj@microsoft.comEnsure that arity is accurate in back end
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-02-06 Roman LeshchinskiyTeach cheapEqExpr about casts
2008-01-30 Ian LynaghFix warnings on non-Windows
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreUtils, except for incompl...
2008-01-16 simonpj@microsoft.comA bottoming function should have infinite arity
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-01 Manuel M T ChakravartyFIX #1738: KPush rule of FC must take dataConEqTheta...
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-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-03 Ian LynaghMake coreSyn/CoreUtils.lhs compile
2007-05-02 simonpj@microsoft.comWarning police
2007-05-02 simonpj@microsoft.comLayout only
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2006-12-03 Ian LynaghMERGE: In hashExpr, use Word32 rather than relying...
2006-11-29 andy@galois.comTickBox representation change
2006-11-24 simonpj@microsoft.comImprove hashing of expressions
2006-10-25 andy@galois.coman expression with a TickBox round it is not in HNF.
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-05 simonpj@microsoft.comComments and layout
2006-09-29 simonpj@microsoft.comAnother correction to the (subtle) exprIsConApp_maybe
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-20 Manuel M T ChakravartySmall refactoring
2006-09-20 Manuel M T ChakravartyMissing imports in CoreUtils
2006-09-20 Manuel M T ChakravartyInclude the existential dictionaries in dataConOrigInstPat
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T Chakravartymake dataConInstPat take a list of FastStrings rather...
2006-09-20 Manuel M T ChakravartyFix problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T ChakravartyFix bug in type checking interface DataAlts
2006-09-20 Manuel M T Chakravartyfix big-lambda eta expansion, add comments
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-20 Manuel M T Chakravartyclean up Coercion kinding functions, rename coercionKin...
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-07 simonpj@microsoft.comComments only
2006-09-06 simonpj@microsoft.comMake record selection look cheap
2006-08-14 simonpj@microsoft.comImprove exprIsCheap
next