tock-mirror/backends
Adam Sampson 8b3eba594d Add SubscriptCheck field to SubscriptFromFor etc.
This makes it possible to mark a slice as not needing runtime
checking, which is immediately useful for _sizes arrays.

This fixes cgtest03, which was previously failing to compile because
the _sizes array for one of the constants in it contained a runtime
check and thus wasn't itself constant. I've added a testcase file for
the relevant bit of code.
2008-05-26 17:36:26 +00:00
..
AnalyseAsm.hs Fix some broken Haddock. 2008-05-25 18:49:15 +00:00
AnalyseAsmTest.hs In AnalyseAsm, ignore labels that contain "." anywhere. 2008-04-06 15:31:28 +00:00
BackendPasses.hs Add SubscriptCheck field to SubscriptFromFor etc. 2008-05-26 17:36:26 +00:00
BackendPassesTest.hs Add SubscriptCheck field to SubscriptFromFor etc. 2008-05-26 17:36:26 +00:00
GenerateC.hs Add SubscriptCheck field to SubscriptFromFor etc. 2008-05-26 17:36:26 +00:00
GenerateCBased.hs Fixed some unused module import warnings, now that PassM is not build of monad transformers 2008-03-10 17:19:45 +00:00
GenerateCPPCSP.hs Rework Traversal, and convert all passes to use it. 2008-05-25 20:13:57 +00:00
GenerateCTest.hs Add SubscriptCheck field to SubscriptFromFor etc. 2008-05-26 17:36:26 +00:00
TLP.hs Changed the TLP and PrettyShow modules to use CSMR instead of CSM 2008-02-08 11:29:09 +00:00