summaryrefslogtreecommitdiff
path: root/compiler/cmm/ZipDataflow.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge in new code generator branch.Simon Marlow2011-01-241-1064/+0
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-3/+2
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-4/+19
* More sensible use of -fnew-codegen and less debugging outputdias@cs.tufts.edu2009-09-181-2/+2
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-6/+6
* stack overflows and out of memory'sdias@eecs.tufts.edu2009-03-161-56/+47
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-95/+81
* Remove INLINE pragmas on recursive functionssimonpj@microsoft.com2008-12-051-5/+0
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-5/+5
* Fixed linear regalloc bug, dropped some tracing codedias@eecs.harvard.edu2008-10-161-1/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-32/+45
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-34/+95
* Fix Haddock errors.Thomas Schilling2008-07-201-8/+8
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-103/+51
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-60/+66
* documentation for ZipDataflowNorman Ramsey2008-05-201-57/+241
* Add a type signature to help GHC 6.4Ian Lynagh2008-05-131-0/+3
* Fix context for fwd_pure_anal to match that of forward_solsimonpj@microsoft.com2008-05-071-1/+1
* Fix type signature to work without -XRelaxedPolyRec, and hence earlier GHCssimonpj@microsoft.com2008-05-061-1/+1
* new version of ZipDataflowNorman Ramsey2008-05-031-0/+865
* massive convulsion in ZipDataflowNorman Ramsey2007-09-211-891/+0
* Mostly comments, following NR/SPJ meetingsimonpj@microsoft.com2007-09-191-17/+44
* tightened some dataflow code as part of preparing a talkNorman Ramsey2007-09-171-2/+1
* get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongsNorman Ramsey2007-09-151-1/+1
* make remove_entry_label actually work inside ZipDataflowNorman Ramsey2007-09-141-1/+7
* new signatures for splicing functions, new postorder_dfsNorman Ramsey2007-09-131-81/+99
* Comments onlysimonpj@microsoft.com2007-09-131-2/+6
* Remove warning flags from individual compiler modulesIan Lynagh2007-09-121-1/+1
* renaming, reorganizing, and better doco for ZipCfgNorman Ramsey2007-09-111-12/+12
* split the CmmGraph constructor interface from the representationNorman Ramsey2007-09-111-30/+32
* a good deal of salutory renamingNorman Ramsey2007-09-071-156/+155
* adding new files to do with new cmm functionalityNorman Ramsey2007-09-071-0/+836