summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmCon.hs
Commit message (Expand)AuthorAgeFilesLines
* Pass DynFlags down to bWordIan Lynagh2012-09-121-9/+10
* Remove uses of fixC from the codeGen, and make the FCode monad strictSimon Marlow2012-08-091-30/+41
* Generate one fewer temps per heap allocationSimon Marlow2012-08-071-2/+2
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-10/+11
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-9/+9
* remove some redundant SRT-related stuffSimon Marlow2012-07-111-1/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-2/+2
|\
| * Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-051-1/+1
| |\
| | * Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-1/+1
| * | Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+1
| |/
* | Fix an SRT-related bugSimon Marlow2012-02-141-0/+1
|/
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-2/+2
* Remove a little more CPPIan Lynagh2011-10-151-4/+2
* Remove CPP from codeGen/StgCmmCon.hsIan Lynagh2011-10-141-21/+29
* Whitespace only in codeGen/StgCmmCon.hsIan Lynagh2011-10-141-62/+60
* eliminate ConInfoSimon Marlow2011-08-251-3/+4
* Remove another use of mkConInfoSimon Marlow2011-08-251-10/+15
* bugfix: static constructors were being given the dynamic info table pointerSimon Marlow2011-08-251-1/+1
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-6/+12
* Immediately tag initialization code to prevent untagged spills.Edward Z. Yang2011-03-231-1/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Fix warnings about unused importsBen.Lippmeier@anu.edu.au2009-11-181-1/+5
* Use opt_PIC not #defined __PIC__ in compiler source.Ben.Lippmeier@anu.edu.au2009-11-171-3/+8
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-1/+7
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-2/+3
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-2/+2
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-261-2/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-11/+15
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+216