Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / compiler / specialise /
2008-10-02 simonpj@microsoft.comZap dead-ness info appropriately in SpecConstr
2008-09-15 simonpj@microsoft.comImprove warning for SpecConstr
2008-09-05 simonpj@microsoft.comMore specialiser wibbles
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-08-11 simonpj@microsoft.comMinor refactoring; no functionality change
2008-08-09 simonpj@microsoft.comFix Trac #2486: restore the specialiser to a working...
2008-07-31 Max BolingbrokeDocument Rules
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-15 Ian LynaghRemove a typo
2008-04-28 simonpj@microsoft.comFix Trac #1969: perfomance bug in the specialiser
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Specialse
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SpecConstr
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Rules
2008-04-22 simonpj@microsoft.comMinor bug in SpecConstr
2008-04-22 simonpj@microsoft.comComments only
2008-03-29 Ian LynaghRemove a #ifdef DEBUG
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-06 simonpj@microsoft.comImprove SpecConstr for local bindings: seed specialisat...
2008-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-25 simonpj@microsoft.comFix do-notation so that it works with -DDEBUG
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify specialise/Specialise: use do, return, standar...
2008-01-17 Twan van LaarhovenMonadify specialise/SpecConstr: use do, return and...
2008-01-23 simonpj@microsoft.comAttach the INLINE Activation pragma to any automaticall...
2008-01-17 simonpj@microsoft.comAdd -fspec-inline-join-points to SpecConstr
2008-01-16 simonpj@microsoft.comFix broken debug warning
2008-01-16 simonpj@microsoft.comFix the -frule-check pass
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-09-29 simonpj@microsoft.comFix Trac #1746: make rule-matching work properly with...
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
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-05 simonpj@microsoft.comMake SpecConstr specialise for constant arguments again
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-06-07 LemmihFix Trac #1402: typo in specialiser
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 simonpj@microsoft.comFix cloning bugs in SpecConstr
2007-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-03-30 simonpj@microsoft.comMatch the type of an Id during rule matching
2007-02-27 simonpj@microsoft.comMake let-matching work in Rules again
2007-02-21 simonpj@microsoft.comImport trimming
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-06 simonpj@microsoft.comRename local variable (no semantic effect)
2007-02-06 simonpj@microsoft.comComments and debug output
2007-02-06 simonpj@microsoft.comImprove rule-matching for let expressions
2007-02-06 simonpj@microsoft.comDo more wild-carding in SpecConstr; I'm not quite sure...
2007-02-06 simonpj@microsoft.comFix a small bug when comparing patterns for equality
2007-02-02 simonpj@microsoft.comLook through Notes when generating and matching RULES
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-11-29 simonpj@microsoft.comRemove trace
2006-11-29 simonpj@microsoft.comTeach SpecConstr how to handle mutually-recursive functions
2006-11-29 simonpj@microsoft.comComments only
2006-11-29 simonpj@microsoft.comMake SpecConstr work right for nullary constructors
2006-11-24 simonpj@microsoft.comMake SpecConstr more aggressive, by neglecting reboxing
2006-11-24 simonpj@microsoft.comFix name-capture bug in rule matching
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-05 simonpj@microsoft.comTeach SpecConstr about Cast 2006-10-05
2006-09-29 simonpj@microsoft.comMatch let before lambda in rule-matching (see comment...
2006-09-22 simonpj@microsoft.comImprove specialisation in SpecConstr
2006-09-22 simonpj@microsoft.comRemove use of isVanillaDataCon, which was wrong under...
2006-09-22 simonpj@microsoft.comTrim imports, reformatting
2006-09-19 Manuel M T ChakravartyAdapt new SpecConstr functionality to GADT datacons
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-01 kevind@bu.eduAdd missing Cast cases to libCase and scExpr
2006-08-16 simonpj@microsoft.comTuning for argToPat
2006-08-16 simonpj@microsoft.comRefactoring, plus record recursive-function *components...
2006-08-16 simonpj@microsoft.comRecord constructor arg occs correctly (bug-fix)
2006-08-15 simonpj@microsoft.comSpecConstr now specialises on constants and lambdas
2006-08-15 simonpj@microsoft.comFix two bugs in rule-matching
2006-08-10 simonpj@microsoft.comComments about improvements to SpecConstr
2006-06-27 simonpj@microsoft.comAdd comments to SpecConstr
2006-06-27 simonpj@microsoft.comMake SpecConstr work better for nested functions
2006-06-26 simonpj@microsoft.comMore SpecConstr tuning
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-06-21 simonpj@microsoft.comTransfer INLINE to specialised functions
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-23 simonpj@microsoft.comRun simplifier before SpecConstr
2006-05-04 simonpj@microsoft.comFix a bug in rule matching
2006-05-04 simonpj@microsoft.comFix constructor-specialisation bug
2006-04-12 simonpj@microsoft.comCosmetics in SpecConstr
2006-04-07 Simon MarlowReorganisation of the source tree