update submodules
[ghc-hetmet.git] / compiler / stgSyn /
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-10-21 Ian LynaghAdd a comment on why some seq's are done
2010-10-19 dimitris@microsoft.comMidstream changes to deal with spontaneous solving...
2010-10-19 Ian LynaghEvaluate the results in coreToStgApp
2010-10-19 Ian LynaghRetab CoreToStg, and remove trailing whitespace
2010-09-23 simonpj@microsoft.comAvoid ASSERT black hole
2010-09-22 simonpj@microsoft.comFix an ASSERT failure with profiling
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-01-04 simonpj@microsoft.comFix bugs in STG Lint
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-08 simonpj@microsoft.comAdd assertion for arity match (checks Trac #2844)
2008-12-05 simonpj@microsoft.comMake CoreToStg a little more robust to eta expansion
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-05-04 Ian LynaghMake StgLint warning-free
2008-05-04 Ian LynaghMake CoreToStg warning-free
2008-04-22 Ian LynaghFix build
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreToStg
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in StgLint
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in StSyn
2008-04-22 simonpj@microsoft.comRemove static flag opt_RuntimeTypes (has not been used...
2008-04-10 simonpj@microsoft.comEnsure that arity is accurate in back end
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-02-20 Ian LynaghFix most of the warnings in StgLint
2008-02-20 Ian LynaghWhitespace
2008-01-26 Twan van LaarhovenFixed warnings in stgSyn/StgSyn
2008-01-17 Twan van LaarhovenMonadify stgSyn/StgLint
2008-01-17 Twan van LaarhovenMonadify stgSyn/CoreToStg
2007-12-21 simonpj@microsoft.comFix Trac #1981: seq on a type-family-typed expression
2007-10-16 simonpj@microsoft.comEliminate over-zealous warning in CoreToStg
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-05 simonpj@microsoft.comComments only: explain why StgConApp is still useful
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-07 Simon MarlowFIX print020: conversion of case expressions of type...
2006-11-29 andy@galois.comTickBox representation change
2006-11-07 simonpj@microsoft.comComment out deeply suspicious (and unused) function...
2006-11-07 simonpj@microsoft.comLayout and comments only
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree