aboutsummaryrefslogtreecommitdiff
path: root/devel/cil
Commit message (Collapse)AuthorAgeFilesLines
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Mark IGNORE for perl < 5.6.1Kris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101777
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - update to 1.2.3 (this fixes the configure error on bento [1])Alexander Leidinger2004-01-253-9/+9
| | | | | | | | | - fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case Noticed by: kris Notes: svn path=/head/; revision=99038
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* Only for i386.Alexander Leidinger2003-10-201-0/+4
| | | | | | | Noticed by: kris/bento Notes: svn path=/head/; revision=91739
* Infrastructure for C Program Analysis and TransformationAlexander Leidinger2003-10-114-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. Notes: svn path=/head/; revision=90862