summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgPrimOp.hs
Commit message (Expand)AuthorAgeFilesLines
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-7/+7
* (F)SLIT -> (f)sLit in CgPrimOpIan 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-5/+7
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* a good deal of salutory renamingNorman Ramsey2007-09-071-2/+2
* 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-0/+3
* Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm codesimonpj@microsoft.com2007-08-091-2/+2
* Pointer TaggingSimon Marlow2007-07-271-1/+2
* Warning PoliceMichael D. Adams2007-07-051-3/+0
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-0/+4
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-23/+23
* Module header tidyup, phase 1Simon Marlow2006-10-111-13/+12
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+584