summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgCallConv.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-414/+0
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-5/+4
* Make StgWord a portable type tooIan Lynagh2012-09-181-6/+6
* Make StgHalfWord a portable typeIan Lynagh2012-09-181-28/+31
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-12/+12
* Move more constants into platformConstantsIan Lynagh2012-09-141-28/+32
* Pass DynFlags down to bWordIan Lynagh2012-09-121-2/+3
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-33/+43
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-5/+6
* Formatting fixesDavid Terei2012-01-051-133/+126
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-4/+11
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-0/+1
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-69/+5
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Remove unncessary fromIntegral callssimonpj@microsoft.com2010-11-161-1/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-1/+0
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-1/+2
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-18/+18
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Calling convention bug and cleanupdias@eecs.tufts.edu2009-03-171-1/+0
* Fix warnings in CgCallConvIan Lynagh2008-12-291-10/+11
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-261-1/+1
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-12/+11
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-281-1/+14
* (F)SLIT -> (f)sLit in CgCallConvIan Lynagh2008-04-121-17/+15
* 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/+6
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-53/+11
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-1/+2
* Fixed typo in commentMichael D. Adams2007-06-191-1/+1
* Remove vectored returns.Simon Marlow2007-02-281-31/+3
* Semi-tagging optimisationSimon Marlow2007-01-221-4/+3
* Semi-tagging optimisationSimon Marlow2007-01-221-3/+4
* Module header tidyup, phase 1Simon Marlow2006-10-111-28/+21
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+512