aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cil
Commit message (Collapse)AuthorAgeFilesLines
* Only for i386.netchild2003-10-201-0/+4
| | | | Noticed by: kris/bento
* Infrastructure for C Program Analysis and Transformationnetchild2003-10-124-0/+189
CIL (C Intermediate Language) is a high-level representation along with a set of tools that permit easy analysis and source-to-source transformation of C programs. CIL is both lower-level than abstract-syntax trees, by clarifying ambiguous constructs and removing redundant ones, and also higher-level than typical intermediate languages designed for compilation, by maintaining types and a close relationship with the source program.