summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmDecl.hs
Commit message (Expand)AuthorAgeFilesLines
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-139/+0
* Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som...Max Bolingbroke2011-07-281-7/+2
* White space onlySimon Peyton Jones2011-07-271-2/+4
* 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