aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CodeGenC.m
Commit message (Collapse)AuthorAge
* CodeGenC.m: Eliminate messages about source languageIan Hinder2011-11-29
| | | C is the only language that currently works
* Make InsertComment externally visibleIan Hinder2011-10-28
|
* CodeGen*.m: Use DefFn to define functionsIan Hinder2011-10-07
|
* Split CodeGen.m into CodeGen.m, CodeGenC.m and CodeGenCactus.mIan Hinder2011-10-07
- CodeGenC.m still contains Fortran variants. These might be moved into CodeGenFortran.m. - Several other modules essentially need to pull in all three packages due to newly broken abstraction barriers. This can be fixed incrementally. - Indent and format all three files consistently