cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / coreSyn / PprCore.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-08 Ben LippmeierAlways ppr case alts on separate lines
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierSuppress more info with -dsuppress-idinfo
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-03 Simon PJPrint unfoldings on lambda-bound variables
2009-12-22 simonpj@microsoft.comFix pretty-printer
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-17 simonpj@microsoft.comImprovements to pretty-printing of Core
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
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-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-06-14 Ian LynaghFix warnings in PprCore
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCore
2008-02-13 Ian Lynaghseq what we actually want to seq, not the seq'ing function
2007-11-05 simonpj@microsoft.comImprove pretty-printing of Core slightly (avoid indenti...
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-05-23 simonpj@microsoft.comDrop redundant import
2007-05-03 simonpj@microsoft.comRemove "__" prefix for forall when printing a RULE
2006-11-29 andy@galois.comTickBox representation change
2006-11-24 simonpj@microsoft.comDrop redundant parens in pretty-printing
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 simonpj@microsoft.comImprove pretty-printing slightly
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comImprove pretty-printing of Core
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T Chakravartyclean up Coercion kinding functions, rename coercionKin...
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-17 simonpj@microsoft.comImprove pretty-printing slightly
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree