summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmLint.hs
Commit message (Expand)AuthorAgeFilesLines
...
* (F)SLIT -> (f)sLit in CmmLintIan Lynagh2008-04-121-3/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-3/+3
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-061-25/+42
* change of representation for GenCmm, GenCmmTop, CmmProcNorman Ramsey2007-09-051-3/+3
* 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
* put CmmReturnInfo into a CmmCall (and related types)Norman Ramsey2007-08-201-1/+1
* Pointer TaggingSimon Marlow2007-07-271-3/+8
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-3/+3
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-1/+1
* Moved global register saving from the backend to codeGenMichael D. Adams2007-05-251-1/+1
* Cast switch scrutinees to W_ in AutoApply.cmmwolfgang.thaller@gmx.net2006-10-221-1/+5
* Improving error message in CmmLintandy@galois.com2006-10-251-4/+7
* Module header tidyup, phase 1Simon Marlow2006-10-111-6/+6
* check that the argument to CmmCondBranch is really a conditionalSimon Marlow2006-06-201-1/+5
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+159