summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgTicky.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-397/+0
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Add the necessary REP_* constants to platformConstantsIan Lynagh2012-09-191-4/+1
* Remove some CPPIan Lynagh2012-09-171-5/+6
* Use oFFSET_* from platformConstants rather than ConstantsIan Lynagh2012-09-131-8/+9
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-9/+9
* Pass DynFlags down to bWordIan Lynagh2012-09-121-15/+15
* Remove doingTickyProfilingIan Lynagh2012-09-031-2/+2
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-1/+1
* Pass DynFlags down to showSDocDebugIan Lynagh2012-06-121-6/+7
* Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirsIan Lynagh2011-12-021-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* 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