summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgTicky.hs
Commit message (Expand)AuthorAgeFilesLines
* Wibble in tickyDynAlloc (only affects -ticky)Simon Peyton Jones2011-09-071-2/+5
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-1/+0
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-11/+9
* Tidy up handling of PredTys: remove dead code, move functions deconstructing ...Max Bolingbroke2011-08-031-0/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-4/+4
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-30/+30
* Fix warnings in CgTickyIan Lynagh2008-12-291-15/+18
* Use DynFlags to work out if we are doing ticky ticky profilingIan Lynagh2008-12-181-3/+5
* Remove some redundant codeIan Lynagh2008-12-151-2/+0
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-18/+19
* Rename maybeTyConSingleCon to tyConSingleDataCon_maybeMax Bolingbroke2008-07-311-1/+1
* (F)SLIT -> (f)sLit in CgTickyIan Lynagh2008-04-121-30/+29
* CgTicky now doesn't know about the Integer data constructorsIan Lynagh2008-03-201-2/+0
* 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
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-5/+5
* Make ticky work, at least partly, on 64-bit machinessimonpj@microsoft.com2007-04-241-9/+10
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-29/+41
* Module header tidyup, phase 1Simon Marlow2006-10-111-19/+17
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+370