summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmDecl.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-0/+4
* Refactoring: explicitly mark whether we have an info table in RawCmmMax Bolingbroke2011-07-061-1/+1
* Remove the unused CmmAlign and CmmDataLabel from CmmStaticMax Bolingbroke2011-07-051-5/+0
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-3/+5
* comment updatesSimon Marlow2011-06-281-7/+0
* Remove type synonyms for CmmFormals, CmmActuals (and hinted versions).Edward Z. Yang2011-06-131-3/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-0/+150