summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgExpr.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-496/+0
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Start moving other constants from (Haskell)Constants to platformConstantsIan Lynagh2012-09-141-3/+2
* Pass DynFlags down to bWordIan Lynagh2012-09-121-8/+11
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-10/+13
* Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-1/+1
* Track STG live register information for use in LLVMDavid Terei2012-01-091-3/+5
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-1/+1
* Don't generate stg_ap thunks when profiling, it loses information (#949)Simon Marlow2011-11-021-0/+4
* Add two new primops:Simon Marlow2011-06-281-0/+7
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-091-0/+3
* Fix warnings in CgExprIan Lynagh2008-12-171-16/+24
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-23/+12
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-2/+2
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-2/+2
* 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-10/+7
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-10/+10
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-13/+29
* Fix bug relating to the return values of prim opsMichael D. Adams2007-06-261-1/+1
* Remove vectored returns.Simon Marlow2007-02-281-4/+4
* Layout and comments onlysimonpj@microsoft.com2006-11-071-4/+1
* Haskell Program Coverageandy@galois.com2006-10-241-0/+11
* Module header tidyup, phase 1Simon Marlow2006-10-111-39/+28
* fix some GADT record selector bugs (still some remaining)Manuel M T Chakravarty2006-09-201-1/+1
* Generalise Package SupportSimon Marlow2006-07-251-10/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+454