tock-mirror/checks
2009-01-23 14:24:44 +00:00
..
ArrayUsageCheck.hs Made the usage checking check if a name was marked by a SHARED pragma before issuing an error 2009-01-19 15:11:42 +00:00
ArrayUsageCheckTest.hs Added support for the canonicalisation of simple Expressions 2009-01-18 00:20:14 +00:00
Check.hs Stopped the pass that removes unused variables removing unused replicators 2009-01-23 14:24:44 +00:00
CheckFramework.hs Corrected the accum stuff to rebuild after substitute is called 2008-11-24 10:47:00 +00:00
CheckTest.hs Added a couple more tests for checkUnusedVar which has revealed two bugs 2008-11-20 15:06:36 +00:00
ExSet.hs Moved the ExSet type (used for the checks) out to its own module 2008-11-05 21:40:24 +00:00
Omega.hs Moved all the modules related to usage-checking into a new checks directory 2008-01-28 12:25:00 +00:00
UsageCheckAlgorithms.hs Fixed the flow algorithms to discard nodes that should not feature (e.g. nodes with no onward path in backward data flow) 2008-09-11 21:46:03 +00:00
UsageCheckTest.hs Moved the remainder of the checkInitVar tests over to the new system 2008-11-19 17:25:02 +00:00
UsageCheckUtils.hs Made sure that timer variables are always considered read-only when passed around 2009-01-17 16:25:08 +00:00