summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CorePrep.lhs
Commit message (Expand)AuthorAgeFilesLines
* Gruesome fix in CorePrep to fix embarassing Trac #4121simonpj@microsoft.com2010-06-141-42/+122
* Fix a bug in CorePrep that meant output invariants not satisfiedsimonpj@microsoft.com2010-05-311-20/+17
* Continue refactoring the core-to-core pipelinesimonpj@microsoft.com2009-12-241-2/+2
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-191-3/+3
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-3/+2
* Correct commentsimonpj@microsoft.com2009-10-151-1/+0
* Fix Trac #3259: expose 'lazy' only after generating interface filessimonpj@microsoft.com2009-05-291-2/+10
* Comments onlysimonpj@microsoft.com2009-05-281-3/+3
* Two more wibbles to CorePrep (fixes HTTP package and DPH)simonpj@microsoft.com2009-01-291-23/+64
* Rewrite CorePrep and improve eta expansionsimonpj@microsoft.com2009-01-131-530/+548
* Tidy up treatment of big lambda (fixes Trac #2898)simonpj@microsoft.com2008-12-301-12/+19
* Rollback INLINE patchesSimon Marlow2008-12-161-0/+1
* Revert CorePrep part of "Completely new treatment of INLINE pragmas..."Simon Marlow2008-12-151-53/+58
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-59/+53
* Fix Trac #2756: CorePrep strictness bugsimonpj@microsoft.com2008-11-261-4/+21
* (F)SLIT -> (f)sLit in CorePrepIan Lynagh2008-04-121-1/+1
* Ensure that arity is accurate in back endsimonpj@microsoft.com2008-04-101-2/+7
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fixed warnings in coreSyn/CorePrepTwan van Laarhoven2008-01-251-26/+24
* Monadify coreSyn/CorePrep: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-217/+205
* 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
* Import trimmingsimonpj@microsoft.com2007-02-211-3/+0
* Removing explicit Binary Tick Boxes; using Case instead.andy@galois.com2006-12-131-56/+0
* TickBox representation changeandy@galois.com2006-11-291-20/+51
* Haskell Program Coverageandy@galois.com2006-10-241-0/+35
* Module header tidyup, phase 1Simon Marlow2006-10-111-21/+16
* Massive patch for the first months work adding System FC to GHC #4Manuel M T Chakravarty2006-08-041-42/+33
* Remove InlinePlease and add inline function and RULEsimonpj@microsoft.com2006-06-051-1/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+859