tock-mirror/transformations
Neil Brown 9cd2da3b0e A large change to alter RainUsageCheck to use the code in UsageCheck
Previously there was near-duplicate code in UsageCheck adapted from RainUsageCheck.  This patch removed the duplicate code on the RainUsageCheck side, and resulting in changing the rest of the module (and its corresponding test module) to use the new UsageCheck version of the code.  The net effect is to almost completely unify the passes in RainUsageCheck (which aren't really Rain-specific anyway), UsageCheck and ArrayUsageCheck.
2008-01-27 23:53:42 +00:00
..
ArrayUsageCheck.hs Changed a little code to use the more appropriate fromMaybe function rather than maybe 2008-01-27 18:37:02 +00:00
ArrayUsageCheckTest.hs Merged makeEquations with makeReplicatedEquations and adjusted the tests accordingly 2008-01-27 16:53:07 +00:00
Omega.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
PassTest.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
RainUsageCheck.hs A large change to alter RainUsageCheck to use the code in UsageCheck 2008-01-27 23:53:42 +00:00
RainUsageCheckTest.hs A large change to alter RainUsageCheck to use the code in UsageCheck 2008-01-27 23:53:42 +00:00
SimplifyComms.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
SimplifyExprs.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
SimplifyProcs.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
SimplifyTypes.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
Unnest.hs Changed the shared passes to operate on Structured items, rather than Process items 2007-10-17 13:24:42 +00:00
UsageCheck.hs Added to the export list of UsageCheck 2008-01-27 23:52:06 +00:00