summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgCon.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-490/+0
* Some alpha renamingIan Lynagh2012-10-161-3/+3
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-2/+2
* Move tAG_BITS into platformConstantsIan Lynagh2012-09-161-9/+10
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-4/+4
* Move some more constants fo platformConstantsIan Lynagh2012-09-141-5/+4
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-1/+1
* Pass DynFlags down to bWordIan Lynagh2012-09-121-2/+2
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-2/+4
* Make tablesNextToCode "dynamic"Ian Lynagh2012-08-061-3/+4
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-19/+20
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-8/+9
* Remove PlatformOutputableIan Lynagh2012-06-131-2/+1
* Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-4/+4
* Track STG live register information for use in LLVMDavid Terei2012-01-091-5/+8
* Remove unused argument field on CmmJumpDavid Terei2012-01-051-2/+2
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-3/+3
* Remove a little more CPPIan Lynagh2011-10-151-4/+2
* de-CPP codeGen/CgCon.lhsIan Lynagh2011-10-141-15/+24
* Whitespace only in codeGen/CgCon.lhsIan Lynagh2011-10-141-205/+205
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-2/+4
* Renaming onlySimon Peyton Jones2011-08-251-1/+1
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-2/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Use opt_PIC not #defined __PIC__ in compiler source.Ben.Lippmeier@anu.edu.au2009-11-171-2/+6
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-0/+8
* * 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 unused importsIan Lynagh2009-07-071-2/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* FIX biographical profiling (#3039, probably #2297)Simon Marlow2009-03-171-3/+12
* Fix warnings in CgConIan Lynagh2008-12-291-11/+4
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-7/+8
* (F)SLIT -> (f)sLit in CgConIan Lynagh2008-04-121-2/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-3/+1
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-061-0/+3
* 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
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-311-13/+10
* Pointer TaggingSimon Marlow2007-07-271-9/+18
* Remove vectored returns.Simon Marlow2007-02-281-5/+3
* Module header tidyup, phase 1Simon Marlow2006-10-111-30/+21
* Generalise Package SupportSimon Marlow2006-07-251-13/+13
* unused importSimon Marlow2006-07-061-1/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+457