summaryrefslogtreecommitdiff
path: root/compiler/codeGen/ClosureInfo.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fixup to 4464c92badaedc45ce53d6349f6790f6d2298103Simon Marlow2012-01-051-1/+4
* remove dead codeSimon Marlow2012-01-041-6/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Implement -XConstraintKindMax Bolingbroke2011-09-061-6/+0
* fix the eager-blackholing check, which I inadvertently broke inSimon Marlow2011-09-061-33/+4
* fix warningSimon Marlow2011-08-251-1/+1
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-19/+32
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-0/+154
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-142/+32
* Add Type.tyConAppTyCon_maybe and tyConAppArgs_maybe, and use themSimon Peyton Jones2011-08-031-3/+3
* Eliminate localiseLabelMax Bolingbroke2011-07-281-5/+4
* Eliminate infoLblToEntryLblMax Bolingbroke2011-07-281-15/+23
* There is only one flavour of LFBlackHole: make that explicitMax Bolingbroke2011-07-281-7/+6
* Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som...Max Bolingbroke2011-07-281-8/+8
* Repair sanity of infoTableLabelFromCI in old code generatorMax Bolingbroke2011-07-281-14/+19
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-6/+16
* Fix Trac #5286: getPredTyDescriptionSimon Peyton Jones2011-06-301-1/+1
* Never jump directly to a thunk's entry code, even if it is single-entrySimon Marlow2010-03-251-10/+18
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+0
* FIX biographical profiling (#3039, probably #2297)Simon Marlow2009-03-171-0/+4
* Make the ASSERT more informativesimonpj@microsoft.com2009-01-131-1/+1
* Fix warnings in ClosureInfoIan Lynagh2008-12-291-34/+43
* Use DynFlags to work out if we are doing ticky ticky profilingIan Lynagh2008-12-181-15/+17
* Comments only (Note [Entering error thunks])simonpj@microsoft.com2008-12-051-0/+24
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-25/+27
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-11/+1
* Replace ASSERT with WARN, and explain whysimonpj@microsoft.com2008-09-181-3/+30
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+2
* (F)SLIT -> (f)sLit in ClosureInfoIan Lynagh2008-04-121-1/+1
* Remove leftover NoteTy/FTVNote bitsIan Lynagh2008-03-151-1/+0
* 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-31/+26
* Pointer TaggingSimon Marlow2007-07-271-5/+33
* Multiple improvements to CPS algorithm.Michael D. Adams2007-07-021-0/+1
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-5/+4
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-0/+4
* Remove bogus assertion in getCallMethodKirsten Chevalier2007-01-111-1/+7
* Add the primitive type Any, and use it for Dynamicssimonpj@microsoft.com2006-10-181-5/+5
* Comments onlsimonpj@microsoft.com2006-10-181-3/+4
* Module header tidyup, phase 1Simon Marlow2006-10-111-15/+14
* Generalise Package SupportSimon Marlow2006-07-251-24/+24
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+951