summaryrefslogtreecommitdiff
path: root/compiler/stgSyn/StgSyn.lhs
Commit message (Expand)AuthorAgeFilesLines
* Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-15/+19
* Remove StgTypeArg since it was never used and is probably broken anywayMax Bolingbroke2012-05-151-8/+1
* Remove the unused Type field from StgLamMax Bolingbroke2012-05-151-3/+1
* Fix haddock validate problem.David Terei2012-01-051-2/+2
* Formatting fixesDavid Terei2012-01-051-310/+289
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-4/+9
* Some DEBUG CPP removalIan Lynagh2011-10-231-4/+0
* Remove a little more CPPIan Lynagh2011-10-151-11/+10
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-2/+22
* Fix an ASSERT failure with profilingsimonpj@microsoft.com2010-09-221-12/+19
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-091-1/+4
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-2/+1
* Fix buildIan Lynagh2008-04-221-0/+2
* (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-221-5/+3
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fixed warnings in stgSyn/StgSynTwan van Laarhoven2008-01-261-20/+23
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* 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
* Comments only: explain why StgConApp is still usefulsimonpj@microsoft.com2007-08-051-0/+2
* Layout and comments onlysimonpj@microsoft.com2006-11-071-2/+3
* Haskell Program Coverageandy@galois.com2006-10-241-0/+20
* Generalise Package SupportSimon Marlow2006-07-251-9/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+786