summaryrefslogtreecommitdiff
path: root/compiler/stgSyn/StgSyn.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs stgSyn/Austin Seipp2014-12-031-818/+0
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-4/+4
* Minor doc typofix.Edward Z. Yang2013-02-271-1/+1
* some more typosGabor Greif2013-02-021-2/+2
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Remove some old-codegen cruftSimon Marlow2012-09-251-11/+1
* Make the ways dynamicIan Lynagh2012-09-031-2/+2
* Convert prefix uses of (<>) to infix <>Ian Lynagh2012-08-051-5/+5
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-2/+2
* Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-051-26/+21
|\
| * 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
* | Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+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