Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / cmm / ZipCfg.hs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2007-12-26 Isaac Dupreemove and generalize another instance (#1405)
2007-12-26 Isaac Dupreemove and generalize an instance (#1405)
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-15 Norman Ramseyadded monadic mapM_blocks. the fear, the fear...
2007-09-15 Norman Ramseychanges needed to get map_blocks to actually compile :-(
2007-09-15 Norman Ramseyremove an unwanted language extension
2007-09-15 Norman Ramseydrop the old, redundant implementation of postorder_dfs
2007-09-15 Norman Ramseyeliminate the last vestige of UniqSM from ZipCfg
2007-09-15 Norman Ramseyadd map_blocks to ZipCfg
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-15 Norman Ramsey(temporarily) check consistency of new postorder DFS...
2007-09-14 Norman Ramseyexport 'entry' from ZipCfg, at least for now
2007-09-14 simonpj@microsoft.comRemove export of remove_entry_label
2007-09-13 Norman Ramseynew signatures for splicing functions, new postorder_dfs
2007-09-13 simonpj@microsoft.comComments only
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-11 Norman Ramseyrenaming, reorganizing, and better doco for ZipCfg
2007-09-11 Norman Ramseyscrape some unused barnacles off of ZipCfg and put...
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality