summaryrefslogtreecommitdiffstats
path: root/devel/cil
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership.jkoshy2008-04-101-1/+1
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Welcome X.org 7.2 \o/.flz2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Upgrade to v1.3.6. Upstream changes from the previous versionjkoshy2007-02-065-40/+10
| | | | | | | | | | of the port include: - A new 'descriptiveCilPrinter' class for friendlier messages. - Bug fixes, esp. for 64-bit architectures. A few APIs have also changed so 3rd-party code using the CIL toolkit may need to be adapted.
* - Fix Perl paths to allow "bin/cilly" to work. [1]jkoshy2006-08-052-3/+30
| | | | | | | - Enable this port on FreeBSD/amd64. PR: ports/101312 [1] Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
* Upgrade to v1.3.5.jkoshy2006-07-104-10/+39
| | | | | | | | | | | | Upstream changes include: - A new module "Cfg" for computing control-flow graphs. - Several new analyses: reaching definitions, liveness analysis, available expressions, dead code elimination. - New flag '--noInsertImplictCasts'. - Support for C struct layouts used by microcontroller compilers. - A rewrite of module ext/callgraph. - Support for many GCC builtin functions. - Many bug fixes.
* - Upgrade to v1.3.4. This release has:jkoshy2006-05-053-133/+137
| | | | | | | | | | | | - a new command line option --forceRLArgEval for forcing right to left evaluation of function arguments, - support for many more gcc builtins, - numerous bug fixes. - Make the port NOPORTDOCS clean. - Remove a few portlint warnings. - Take over as port maintainer. Approved by: netchild [MAINTAINER]
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-041-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 1.3.3.netchild2005-06-253-3/+10
| | | | Prodded by: jkoshy
* Update to 1.3.1.netchild2005-01-093-8/+5
|
* BROKEN on 5.x: Does not buildkris2004-09-181-0/+4
| | | | Approved by: portmgr (self)
* Add size data, approved by maintainers.trevor2004-03-181-0/+1
|
* Mark IGNORE for perl < 5.6.1kris2004-02-231-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - update to 1.2.3 (this fixes the configure error on bento [1])netchild2004-01-253-9/+9
| | | | | | - fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case Noticed by: kris
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+0
|
* Only for i386.netchild2003-10-201-0/+4
| | | | Noticed by: kris/bento
* Infrastructure for C Program Analysis and Transformationnetchild2003-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.
OpenPOWER on IntegriCloud