summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgInfoTbls.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix warnings in CgInfoTblsIan Lynagh2008-12-171-13/+3
* Remove dead function srtLabelAndLength from CgInfoTblsIan Lynagh2008-12-171-12/+0
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-3/+3
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-19/+15
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* a good deal of salutory renamingNorman Ramsey2007-09-071-6/+6
* 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 description and type profilingIan Lynagh2007-08-171-5/+3
* Pointer TaggingSimon Marlow2007-07-271-3/+22
* Fixes for the unreg buildIan Lynagh2007-07-181-7/+5
* Added support for update frames to the CPS passMichael D. Adams2007-07-031-5/+7
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-202/+181
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-4/+19
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-30/+4
* Make CmmProc take CmmFormals as argumentMichael D. Adams2007-05-221-2/+2
* FIX #1418 (partially)Simon Marlow2007-06-131-2/+4
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-8/+0
* Store the constructor name in the info table in UTF-8Simon Marlow2007-05-091-2/+9
* add the constructor name field to the info table for RTS constructorsSimon Marlow2007-04-271-1/+1
* Make constructor names in info tables position independentwolfgang.thaller@gmx.net2007-03-081-1/+2
* Remove vectored returns.Simon Marlow2007-02-281-135/+18
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-6/+15
* Semi-tagging optimisationSimon Marlow2007-01-221-1/+1
* Semi-tagging optimisationSimon Marlow2007-01-221-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-6/+7
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-1/+1
* Module header tidyup, phase 1Simon Marlow2006-10-111-33/+18
* x86-64: fix a problem exposed by negative offsets in vector tablesSimon Marlow2006-06-291-1/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+591