summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-13/+10
* Fix Haddock errors.Thomas Schilling2008-07-201-8/+10
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-3/+0
* a good deal of salutory renamingNorman Ramsey2007-09-071-3/+3
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-061-8/+10
* change of representation for GenCmm, GenCmmTop, CmmProcNorman Ramsey2007-09-051-4/+4
* 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
* makeRelativeRefTo checks tablesNextToCode, so we don't have to before using itIan Lynagh2007-08-201-6/+2
* Fix description and type profilingIan Lynagh2007-08-171-62/+61
* mkLiveness: when calculating the size of a parameter, round up not down.Simon Marlow2007-08-031-1/+3
* Fixes for the unreg buildIan Lynagh2007-07-181-2/+2
* Added support for update frames to the CPS passMichael D. Adams2007-07-031-12/+13
* Fix for function info tables: the SRT field cannot be omitted if there are fi...Simon Marlow2007-07-031-5/+4
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-50/+186
* Added stack checks to the CPS algorithmMichael D. Adams2007-06-271-2/+15
* Add forgotten compiler/cmm/CmmInfo.hsMichael D. Adams2007-06-131-0/+126