summaryrefslogtreecommitdiff
path: root/compiler/stranal/WwLib.lhs
Commit message (Expand)AuthorAgeFilesLines
* unlit compiler/stranal/ modulesHerbert Valerio Riedel2014-12-011-776/+0
* Comments onlySimon Peyton Jones2014-11-041-1/+2
* TyposKrzysztof Gogolewski2014-09-191-1/+1
* Make worker/wrapper work on INLINEABLE thingsSimon Peyton Jones2014-08-281-0/+20
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Be less verbose when printing Names when we don't know what's in scopeSimon Peyton Jones2014-04-241-1/+1
* Make the demand on a binder compatible with type (fixes Trac #8569)Simon Peyton Jones2014-03-061-1/+30
* In deepSplitCprType_maybe, be more forgivingJoachim Breitner2014-02-071-1/+3
* Make worker-wrapper unbox data familiesJoachim Breitner2014-01-201-22/+29
* Typos in commentsKrzysztof Gogolewski2014-01-161-2/+2
* Refactor WorkWrap, get rid of worthSplittingArgDmdJoachim Breitner2014-01-161-33/+54
* Add Note [non-algebraic or open body type warning]Joachim Breitner2013-12-161-0/+20
* Improve the handling of used-once stuffSimon Peyton Jones2013-12-121-31/+33
* Replace (State# RealWorld) with Void# where we just want a 0-bit valueSimon Peyton Jones2013-11-221-5/+5
* Typos in noteGabor Greif2013-11-121-1/+1
* Make worker/wrapper robust to bogus unsafeCoreceSimon Peyton Jones2013-11-081-0/+9
* Untabify and remove trailing spacesSimon Peyton Jones2013-10-241-206/+199
* Refactor the topNormaliseNewType story, fixing Trac #8467Simon Peyton Jones2013-10-241-56/+54
* Remove deprecated _scc_ (#8170)Krzysztof Gogolewski2013-10-051-3/+3
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* documentation and comments for -ffun-to-thunk and -flate-dmd-analNicolas Frisby2013-09-041-2/+5
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-2/+2
* ignore RealWorld in size_expr; flag to keep w/w from creating sharingNicolas Frisby2013-04-111-4/+20
* Comments onlySimon Peyton Jones2013-02-131-1/+1
* Comments onlySimon Peyton Jones2013-01-241-9/+20
* Introduce CPR for sum types (Trac #5075)Simon Peyton Jones2013-01-241-117/+93
* Major patch to implement the new Demand AnalyserSimon Peyton Jones2013-01-171-47/+84
* Major refactoring of the way that UNPACK pragmas are handledSimon Peyton Jones2012-12-141-4/+61
* Pass DynFlags down to showSDocDebugIan Lynagh2012-06-121-15/+18
* 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