summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgHpc.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-3/+3
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-48/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Remove unncessary fromIntegral callssimonpj@microsoft.com2010-11-161-1/+1
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-1/+1
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Fix the build on amd64/LinuxIan Lynagh2009-02-061-2/+0
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-1/+4
* Fix warnings in CgHpcIan Lynagh2008-12-091-10/+3
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-13/+12
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-5/+5
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-5/+5
* second attempt to fix C compiler warnings with -fhpcSimon Marlow2007-10-191-2/+5
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* 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/+1
* Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm codesimonpj@microsoft.com2007-08-091-1/+1
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-1/+1
* Adding pushing of hpc translation status through hi files.andy@galois.com2007-07-171-1/+1
* Adding support for package names into hpc outputed codeandy@galois.com2007-07-111-3/+7
* Fix typo from amend-recordMichael D. Adams2007-06-271-1/+1
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-0/+2
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-1/+1
* removing -fhpc-tracer from ghc, is subsumed by the GHC debuggerandy@galois.com2007-06-221-26/+0
* Changing internal data structures used by Hpcandy@galois.com2007-04-301-5/+6
* Misc Hpc improvement to dynamic tracer outputandy@galois.com2006-12-131-1/+5
* Adding tracing supportandy@galois.com2006-12-091-3/+29
* fixing type error inside Hpc inc; we had a 32 bit '1'.andy@galois.com2006-10-251-1/+1
* Haskell Program Coverageandy@galois.com2006-10-241-0/+71