tock-mirror/backends
Adam Sampson f8d4efa0e9 Go back to generating Time variables for timers.
This is for two reasons: first, the C++CSP backend still needs them, and
second, the way I'd done the removal wasn't correct; since you can have arrays
of them, abbreviate them, etc., they need to be stripped out by an earlier
pass so that other passes don't try to operate upon them.
2008-03-09 11:57:43 +00:00
..
AnalyseAsm.hs Tidied up the new code relating to warnings, and moved it all into the Errors module (out of CompState and Pass) 2008-02-08 13:31:37 +00:00
BackendPasses.hs Changed the handling of retypes with arrays to handle source items with unknown size 2008-03-08 00:06:35 +00:00
BackendPassesTest.hs Corrected a test for abbreviating array variables 2008-03-07 15:52:05 +00:00
GenerateC.hs Go back to generating Time variables for timers. 2008-03-09 11:57:43 +00:00
GenerateCBased.hs Changed the C and C++ backends to write directly to the output file, to save building up the strings in memory 2008-03-08 14:10:05 +00:00
GenerateCPPCSP.hs Changed the C and C++ backends to write directly to the output file, to save building up the strings in memory 2008-03-08 14:10:05 +00:00
GenerateCTest.hs Go back to generating Time variables for timers. 2008-03-09 11:57:43 +00:00
TLP.hs Changed the TLP and PrettyShow modules to use CSMR instead of CSM 2008-02-08 11:29:09 +00:00