tock-mirror/backends
Adam Sampson 006559271d Declare size arrays before the corresponding real arrays.
This is because we sometimes need the size array while initialising the real
array -- for example, if we're initialising a 2D array of channels.
2008-03-12 15:14:00 +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 Declare size arrays before the corresponding real arrays. 2008-03-12 15:14:00 +00:00
BackendPassesTest.hs Fixed one of the tests for declareSizesArray that had not been updated 2008-03-09 16:57:38 +00:00
GenerateC.hs Abstract CCSP setup into a function, and set up terminal properly. 2008-03-12 14:38:58 +00:00
GenerateCBased.hs Implement TLP output channels using a CIF helper process. 2008-03-11 18:47:48 +00:00
GenerateCPPCSP.hs Implement TLP output channels using a CIF helper process. 2008-03-11 18:47:48 +00:00
GenerateCTest.hs Fixed some unused module import warnings, now that PassM is not build of monad transformers 2008-03-10 17:19:45 +00:00
TLP.hs Changed the TLP and PrettyShow modules to use CSMR instead of CSM 2008-02-08 11:29:09 +00:00