tock-mirror/backends
Neil Brown 24f646f5b8 Changed if statements so that they generate a simpler if when no specs are involved
Fixes #16.  If there are no Spec or ProcThen items in an if, a much simpler if (without gotos or similar) is generated.
2009-01-18 19:33:01 +00:00
..
AnalyseAsm.hs Added a value to indicate what type a warning is (to support future configurability) and streamlined the warning functions 2008-11-13 15:36:22 +00:00
AnalyseAsmTest.hs In AnalyseAsm, ignore labels that contain "." anywhere. 2008-04-06 15:31:28 +00:00
BackendPasses.hs Added a NameSource field for NameDef that indicates where a name comes from 2008-11-25 17:36:42 +00:00
BackendPassesTest.hs Added a NameSource field for NameDef that indicates where a name comes from 2008-11-25 17:36:42 +00:00
GenerateC.hs Changed if statements so that they generate a simpler if when no specs are involved 2009-01-18 19:33:01 +00:00
GenerateCBased.hs Quickly added poison to the C++ backend 2008-09-12 21:05:11 +00:00
GenerateCPPCSP.hs Changed if statements so that they generate a simpler if when no specs are involved 2009-01-18 19:33:01 +00:00
GenerateCTest.hs Changed if statements so that they generate a simpler if when no specs are involved 2009-01-18 19:33:01 +00:00
TLP.hs Take NameType out of NameDef. 2008-06-02 10:13:14 +00:00