Tiny optimisation to mkInlineMe
[ghc-hetmet.git] / compiler / coreSyn / CoreUtils.lhs
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
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree