summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* New stack layout algorithmSimon Marlow2012-02-081-2/+3
* Run the complete backend (Stg -> .S) incrementally on each StgBindingSimon Marlow2012-01-261-2/+10
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-12/+15
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-1/+1
* Renaming onlySimon Peyton Jones2011-08-251-16/+20
* fix type tags for RTS-defined info tablesSimon Marlow2011-08-251-16/+24
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-147/+206
* Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som...Max Bolingbroke2011-07-281-7/+6
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-3/+3
* Refactoring: explicitly mark whether we have an info table in RawCmmMax Bolingbroke2011-07-061-3/+3
* Merge in new code generator branch.Simon Marlow2011-01-241-29/+14
* Remove unncessary fromIntegral callssimonpj@microsoft.com2010-11-161-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-1/+1
* Fix warnings in CmmInfoIan Lynagh2008-12-291-11/+3
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-2/+23
* 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