Whitespace only in nativeGen/RegAlloc/Linear/Main.hs
[ghc-hetmet.git] / compiler / simplCore / SimplCore.lhs
2011-03-02 simonpj@microsoft.comMake -fno-enable-rewrite-rules work properly
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-10-07 simonpj@microsoft.comMake warning-free
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 simonpj@microsoft.comFix simplifier statistics
2010-09-08 simonpj@microsoft.comBetter debug output
2010-09-07 simonpj@microsoft.comBetter simplifier counting
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-08 simonpj@microsoft.comImprove dumping for rules, and documentation of same
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-04 Roman LeshchinskiyFix loading of annotations
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-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-11-02 simonpj@microsoft.comComments only
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-04-24 simonpj@microsoft.comDon't short out top-level indirections if there's a...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-06-03 Simon MarlowTurn "NOTE: Simplifier still going..." message into...
2008-04-22 simonpj@microsoft.comComments only in SimplCore
2008-04-11 simonpj@microsoft.comRevive the static argument transformation
2008-03-29 Ian LynaghDEBUG removal
2008-02-12 Roman LeshchinskiyFix typo in message
2008-02-11 Roman LeshchinskiySymbolic tags for simplifier phases
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-02-05 simonpj@microsoft.comInject implicit bindings before the simplifier (Trac...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplCore: use do, return and standa...
2008-01-16 simonpj@microsoft.comFix the -frule-check pass
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-10-26 simonpj@microsoft.comAdd newline in debug print
2007-10-16 simonpj@microsoft.comShow program size in the simplifier-bailing-out message
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-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2006-05-18 simonpj@microsoft.comMake simplifier report which phase it is doing in ...
2006-05-17 simonpj@microsoft.comRetain INLINE pragma information during indirection...
2006-04-07 Simon MarlowReorganisation of the source tree