summaryrefslogtreecommitdiff
path: root/compiler/stgSyn
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in STG Lintsimonpj@microsoft.com2010-01-041-18/+13
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-1/+1
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-5/+10
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-1/+1
* Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va...simonpj@microsoft.com2009-10-151-1/+1
* Remove unused importsIan Lynagh2009-07-071-1/+1
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-092-1/+11
* Rewrite CorePrep and improve eta expansionsimonpj@microsoft.com2009-01-131-1/+2
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-1/+1
* Add assertion for arity match (checks Trac #2844)simonpj@microsoft.com2008-12-081-15/+39
* Make CoreToStg a little more robust to eta expansionsimonpj@microsoft.com2008-12-051-0/+7
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-312-3/+2
* Make StgLint warning-freeIan Lynagh2008-05-041-12/+13
* Make CoreToStg warning-freeIan Lynagh2008-05-041-47/+39
* Fix buildIan Lynagh2008-04-221-0/+2
* (F)SLIT -> (f)sLit in CoreToStgIan Lynagh2008-04-121-3/+3
* (F)SLIT -> (f)sLit in StgLintIan Lynagh2008-04-121-23/+21
* (F)SLIT -> (f)sLit in StSynIan Lynagh2008-04-121-35/+33
* Remove static flag opt_RuntimeTypes (has not been used in years)simonpj@microsoft.com2008-04-222-28/+16
* Ensure that arity is accurate in back endsimonpj@microsoft.com2008-04-101-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-293-0/+3
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-5/+2
* Fix most of the warnings in StgLintIan Lynagh2008-02-201-9/+9
* WhitespaceIan Lynagh2008-02-201-109/+110
* Fixed warnings in stgSyn/StgSynTwan van Laarhoven2008-01-261-20/+23
* Monadify stgSyn/StgLintTwan van Laarhoven2008-01-171-162/+128
* Monadify stgSyn/CoreToStgTwan van Laarhoven2008-01-171-161/+137
* Fix Trac #1981: seq on a type-family-typed expressionsimonpj@microsoft.com2007-12-211-9/+15
* Eliminate over-zealous warning in CoreToStgsimonpj@microsoft.com2007-10-161-2/+8
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-032-3/+2
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-4/+0
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-043-3/+3
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-033-6/+6
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-013-0/+21
* Comments only: explain why StgConApp is still usefulsimonpj@microsoft.com2007-08-051-0/+2
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* FIX print020: conversion of case expressions of type 'Any' was wrongSimon Marlow2007-05-071-2/+3
* TickBox representation changeandy@galois.com2006-11-291-10/+4
* Comment out deeply suspicious (and unused) function insertStableSymbolsimonpj@microsoft.com2006-11-071-0/+15
* Layout and comments onlysimonpj@microsoft.com2006-11-072-5/+5
* Haskell Program Coverageandy@galois.com2006-10-242-0/+33
* Remove ILX from the GHC altogether (although I left the source file IlxGen in...simonpj@microsoft.com2006-10-041-13/+0
* Massive patch for the first months work adding System FC to GHC #32Manuel M T Chakravarty2006-08-041-6/+13
* Generalise Package SupportSimon Marlow2006-07-252-26/+25
* Reorganisation of the source treeSimon Marlow2006-04-073-0/+2417