summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgHeapery.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-642/+0
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-1/+1
* Make StgWord a portable type tooIan Lynagh2012-09-181-1/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-7/+7
* Move more constants to platformConstantsIan Lynagh2012-09-141-12/+10
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-32/+35
* Pass DynFlags down to bWordIan Lynagh2012-09-121-17/+18
* Cleanup: add mkIntExpr and zeroExpr utilsSimon Marlow2012-08-311-6/+6
* Move activeStgRegs into CodeGen.PlatformIan Lynagh2012-08-211-4/+8
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-33/+45
* Whitespace only in CgHeaperyIan Lynagh2012-07-171-249/+242
* Track STG live register information for use in LLVMDavid Terei2012-01-091-38/+52
* Remove unused argument field on CmmJumpDavid Terei2012-01-051-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-7/+1
* Repair sanity of infoTableLabelFromCI in old code generatorMax Bolingbroke2011-07-281-4/+3
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* fix ticket number (#4505)Simon Marlow2010-12-091-1/+1
* Catch too-large allocations and emit an error message (#4505)Simon Marlow2010-12-091-0/+10
* do_checks: do not set HpAlloc if the stack check failsSimon Marlow2010-03-251-6/+16
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-9/+10
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-9/+9
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Fix warnings in CgHeaperyIan Lynagh2008-12-171-11/+7
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-20/+20
* (F)SLIT -> (f)sLit in CgHeaperyIan Lynagh2008-04-121-9/+9
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Pad static literals to word size in the code generatorSimon Marlow2007-11-081-1/+12
* 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
* Fix typo in commentMichael D. Adams2007-08-061-1/+1
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-311-4/+3
* Pointer TaggingSimon Marlow2007-07-271-0/+3
* Remove mapAccumL, mapAccumR, mapAccumBIan Lynagh2007-07-021-0/+2
* Module header tidyup, phase 1Simon Marlow2006-10-111-33/+22
* Generalise Package SupportSimon Marlow2006-07-251-4/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+588