Fix warnings
[ghc-hetmet.git] / compiler / cmm / CmmInfo.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2008-12-29 Ian LynaghFix warnings in CmmInfo
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-20 Thomas SchillingFix Haddock errors.
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
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-20 Ian LynaghmakeRelativeRefTo checks tablesNextToCode, so we don...
2007-08-17 Ian LynaghFix description and type profiling
2007-08-03 Simon MarlowmkLiveness: when calculating the size of a parameter...
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-03 Simon MarlowFix for function info tables: the SRT field cannot...
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
2007-06-13 Michael D. AdamsAdd forgotten compiler/cmm/CmmInfo.hs