summaryrefslogtreecommitdiff
path: root/compiler/stranal/WwLib.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix worker/wrapper for CPR functionsSimon Peyton Jones2012-04-131-9/+16
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-3/+11
* Implement -XConstraintKindMax Bolingbroke2011-09-061-2/+2
* Add Type.tyConAppTyCon_maybe and tyConAppArgs_maybe, and use themSimon Peyton Jones2011-08-031-1/+1
* Use varToCoreExpr rather than Var (fixes #5315)Simon Peyton Jones2011-07-151-1/+1
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-17/+10
* Allow absent State# RealWorld argumentssimonpj@microsoft.com2010-09-231-1/+4
* Rejig the absent-arg stuff for unlifted typessimonpj@microsoft.com2010-09-231-17/+32
* Make absent-arg wrappers work for unlifted types (fix Trac #4306)simonpj@microsoft.com2010-09-141-9/+21
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+1
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-191-7/+7
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-1/+1
* Remove unused importsIan Lynagh2009-07-071-1/+1
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-4/+4
* Rollback INLINE patchesSimon Marlow2008-12-161-2/+2
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-2/+2
* Do proper cloning in worker/wrapper splittingsimonpj@microsoft.com2008-10-211-61/+79
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-4/+4
* Fixes for haddock 0.8Ian Lynagh2008-07-211-5/+5
* (F)SLIT -> (f)sLit in WwLibIan Lynagh2008-04-121-2/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* FIX BUILD with GHC 6.4.xSimon Marlow2008-02-011-1/+1
* Monadify stranal/WwLib: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-75/+70
* Remove warnings from WwLibManuel M T Chakravarty2007-10-021-18/+14
* FIX: mkWWcpr takes open alg types into accountManuel M T Chakravarty2007-10-021-5/+4
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Fix a long-standing but obscure bug in worker-wrapper generationsimonpj@microsoft.com2006-11-011-1/+1
* Flip direction of newtype coercions, fix some commentsManuel M T Chakravarty2006-09-201-2/+2
* Clean up unused imports, definitions and argumentsManuel M T Chakravarty2006-09-201-10/+10
* fix some coercion kind representation things, extend exprIsConApp_maybe to no...Manuel M T Chakravarty2006-09-201-2/+2
* finished product unboxing through newtypes and proper demand analysis of newt...Manuel M T Chakravarty2006-09-201-17/+10
* towards unboxing through newtypesManuel M T Chakravarty2006-09-201-9/+10
* newtype fixes, coercions for non-recursive newtypes now optionalManuel M T Chakravarty2006-09-201-1/+0
* Massive patch for the first months work adding System FC to GHC #33Manuel M T Chakravarty2006-08-041-3/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+514