summaryrefslogtreecommitdiff
path: root/compiler/cmm/ZipCfg.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge in new code generator branch.Simon Marlow2011-01-241-705/+0
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-5/+12
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+0
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-59/+36
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-29/+53
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-45/+55
* Document ZipCfgMax Bolingbroke2008-07-311-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+3
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-1/+2
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-61/+31
* minor changes to Cmm left over from September 2007Norman Ramsey2008-05-031-2/+8
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* move and generalize another instance (#1405)Isaac Dupree2007-12-261-0/+3
* move and generalize an instance (#1405)Isaac Dupree2007-12-261-0/+10
* massive convulsion in ZipDataflowNorman Ramsey2007-09-211-2/+2
* Small changes to mk-ing flow graphssimonpj@microsoft.com2007-09-191-1/+4
* added monadic mapM_blocks. the fear, the fear...Norman Ramsey2007-09-151-2/+12
* changes needed to get map_blocks to actually compile :-(Norman Ramsey2007-09-151-2/+2
* remove an unwanted language extensionNorman Ramsey2007-09-151-1/+0
* drop the old, redundant implementation of postorder_dfsNorman Ramsey2007-09-151-33/+9
* eliminate the last vestige of UniqSM from ZipCfgNorman Ramsey2007-09-151-5/+6
* add map_blocks to ZipCfgNorman Ramsey2007-09-151-0/+4
* get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongsNorman Ramsey2007-09-151-17/+8
* (temporarily) check consistency of new postorder DFS no matter what DEBUG isNorman Ramsey2007-09-151-1/+2
* export 'entry' from ZipCfg, at least for nowNorman Ramsey2007-09-141-0/+2
* Remove export of remove_entry_labelsimonpj@microsoft.com2007-09-141-1/+0
* new signatures for splicing functions, new postorder_dfsNorman Ramsey2007-09-131-22/+111
* Comments onlysimonpj@microsoft.com2007-09-131-12/+55
* Remove warning flags from individual compiler modulesIan Lynagh2007-09-121-1/+1
* renaming, reorganizing, and better doco for ZipCfgNorman Ramsey2007-09-111-117/+165
* scrape some unused barnacles off of ZipCfg and put them into ZipCfgExtrasNorman Ramsey2007-09-111-63/+23
* split the CmmGraph constructor interface from the representationNorman Ramsey2007-09-111-12/+9
* adding new files to do with new cmm functionalityNorman Ramsey2007-09-071-0/+575